reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
123 if (auto EC = mapInteger(X, Comment))
lib/DebugInfo/CodeView/CodeViewRecordIO.cpp 259 if (auto EC = mapInteger(FinalZero))
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp21 error(IO.mapInteger(Gap.GapStartOffset)); 22 error(IO.mapInteger(Gap.Range)); 30 error(IO.mapInteger(Range.OffsetStart)); 31 error(IO.mapInteger(Range.ISectStart)); 32 error(IO.mapInteger(Range.Range)); 49 error(IO.mapInteger(Block.Parent)); 50 error(IO.mapInteger(Block.End)); 51 error(IO.mapInteger(Block.CodeSize)); 52 error(IO.mapInteger(Block.CodeOffset)); 53 error(IO.mapInteger(Block.Segment)); 61 error(IO.mapInteger(Thunk.Parent)); 62 error(IO.mapInteger(Thunk.End)); 63 error(IO.mapInteger(Thunk.Next)); 64 error(IO.mapInteger(Thunk.Offset)); 65 error(IO.mapInteger(Thunk.Segment)); 66 error(IO.mapInteger(Thunk.Length)); 78 error(IO.mapInteger(Tramp.Size)); 79 error(IO.mapInteger(Tramp.ThunkOffset)); 80 error(IO.mapInteger(Tramp.TargetOffset)); 81 error(IO.mapInteger(Tramp.ThunkSection)); 82 error(IO.mapInteger(Tramp.TargetSection)); 91 error(IO.mapInteger(Section.SectionNumber)); 92 error(IO.mapInteger(Section.Alignment)); 93 error(IO.mapInteger(Padding)); 94 error(IO.mapInteger(Section.Rva)); 95 error(IO.mapInteger(Section.Length)); 96 error(IO.mapInteger(Section.Characteristics)); 105 error(IO.mapInteger(CoffGroup.Size)); 106 error(IO.mapInteger(CoffGroup.Characteristics)); 107 error(IO.mapInteger(CoffGroup.Offset)); 108 error(IO.mapInteger(CoffGroup.Segment)); 117 error(IO.mapInteger(BPRel.Offset)); 136 error(IO.mapInteger(CallSiteInfo.CodeOffset)); 137 error(IO.mapInteger(CallSiteInfo.Segment)); 138 error(IO.mapInteger(Padding)); 148 error(IO.mapInteger(Reserved)); 158 error(IO.mapInteger(FileStatic.ModFilenameOffset)); 167 error(IO.mapInteger(Export.Ordinal)); 179 error(IO.mapInteger(Compile2.VersionFrontendMajor)); 180 error(IO.mapInteger(Compile2.VersionFrontendMinor)); 181 error(IO.mapInteger(Compile2.VersionFrontendBuild)); 182 error(IO.mapInteger(Compile2.VersionBackendMajor)); 183 error(IO.mapInteger(Compile2.VersionBackendMinor)); 184 error(IO.mapInteger(Compile2.VersionBackendBuild)); 196 error(IO.mapInteger(Compile3.VersionFrontendMajor)); 197 error(IO.mapInteger(Compile3.VersionFrontendMinor)); 198 error(IO.mapInteger(Compile3.VersionFrontendBuild)); 199 error(IO.mapInteger(Compile3.VersionFrontendQFE)); 200 error(IO.mapInteger(Compile3.VersionBackendMajor)); 201 error(IO.mapInteger(Compile3.VersionBackendMinor)); 202 error(IO.mapInteger(Compile3.VersionBackendBuild)); 203 error(IO.mapInteger(Compile3.VersionBackendQFE)); 222 error(IO.mapInteger(Data.DataOffset)); 223 error(IO.mapInteger(Data.Segment)); 243 error(IO.mapInteger(DefRangeFramePointerRelFullScope.Offset)); 286 error(IO.mapInteger(DefRangeSubfield.Program)); 287 error(IO.mapInteger(DefRangeSubfield.OffsetInParent)); 297 error(IO.mapInteger(DefRange.Program)); 307 error(IO.mapInteger(FrameCookie.CodeOffset)); 308 error(IO.mapInteger(FrameCookie.Register)); 310 error(IO.mapInteger(FrameCookie.Flags)); 317 error(IO.mapInteger(FrameProc.TotalFrameBytes)); 318 error(IO.mapInteger(FrameProc.PaddingFrameBytes)); 319 error(IO.mapInteger(FrameProc.OffsetToPadding)); 320 error(IO.mapInteger(FrameProc.BytesOfCalleeSavedRegisters)); 321 error(IO.mapInteger(FrameProc.OffsetOfExceptionHandler)); 322 error(IO.mapInteger(FrameProc.SectionIdOfExceptionHandler)); 331 error(IO.mapInteger(HeapAllocSite.CodeOffset)); 332 error(IO.mapInteger(HeapAllocSite.Segment)); 333 error(IO.mapInteger(HeapAllocSite.CallInstructionSize)); 342 error(IO.mapInteger(InlineSite.Parent)); 343 error(IO.mapInteger(InlineSite.End)); 364 error(IO.mapInteger(Public.Offset)); 365 error(IO.mapInteger(Public.Segment)); 374 error(IO.mapInteger(ProcRef.SumName)); 375 error(IO.mapInteger(ProcRef.SymOffset)); 376 error(IO.mapInteger(ProcRef.Module)); 384 error(IO.mapInteger(Label.CodeOffset)); 385 error(IO.mapInteger(Label.Segment)); 403 error(IO.mapInteger(ObjName.Signature)); 410 error(IO.mapInteger(Proc.Parent)); 411 error(IO.mapInteger(Proc.End)); 412 error(IO.mapInteger(Proc.Next)); 413 error(IO.mapInteger(Proc.CodeSize)); 414 error(IO.mapInteger(Proc.DbgStart)); 415 error(IO.mapInteger(Proc.DbgEnd)); 417 error(IO.mapInteger(Proc.CodeOffset)); 418 error(IO.mapInteger(Proc.Segment)); 439 error(IO.mapInteger(RegRel.Offset)); 451 error(IO.mapInteger(Data.DataOffset)); 452 error(IO.mapInteger(Data.Segment)); 477 error(IO.mapInteger(Annot.CodeOffset)); 478 error(IO.mapInteger(Annot.Segment));lib/DebugInfo/CodeView/TypeRecordMapping.cpp
125 error(IO.mapInteger(Method.Attrs.Attrs, "Attrs: " + Attrs)); 128 error(IO.mapInteger(Padding)); 132 error(IO.mapInteger(Method.VFTableOffset, "VFTableOffset")); 206 error(IO.mapInteger(RecordLen, "Record length")); 288 error(IO.mapInteger(Record.ParameterCount, "NumParameters")); 306 error(IO.mapInteger(Record.ParameterCount, "NumParameters")); 308 error(IO.mapInteger(Record.ThisPointerAdjustment, "ThisAdjustment")); 369 error(IO.mapInteger(Record.Attrs, Attr)); 403 error(IO.mapInteger(Record.MemberCount, "MemberCount")); 419 error(IO.mapInteger(Record.MemberCount, "MemberCount")); 433 error(IO.mapInteger(Record.MemberCount, "NumEnumerators")); 445 error(IO.mapInteger(Record.BitSize, "BitSize")); 446 error(IO.mapInteger(Record.BitOffset, "BitOffset")); 457 error(IO.mapInteger(Size, "VFEntryCount")); 464 error(IO.mapInteger(Byte)); 467 error(IO.mapInteger(Size)); 470 error(IO.mapInteger(Byte)); 483 error(IO.mapInteger(Record.VFPtrOffset, "VFPtrOffset")); 489 error(IO.mapInteger(NamesLen)); 511 error(IO.mapInteger(Record.LineNumber, "LineNumber")); 520 error(IO.mapInteger(Record.LineNumber, "LineNumber")); 521 error(IO.mapInteger(Record.Module, "Module")); 578 error(IO.mapInteger(Record.Age, "Age")); 594 error(IO.mapInteger(Record.Attrs.Attrs, "Attrs: " + Attrs)); 605 error(IO.mapInteger(Record.Attrs.Attrs, "Attrs: " + Attrs)); 618 error(IO.mapInteger(Record.Attrs.Attrs, "Attrs: " + Attrs)); 628 error(IO.mapInteger(Record.NumOverloads, "MethodCount")); 645 error(IO.mapInteger(Padding, "Padding")); 657 error(IO.mapInteger(Record.Attrs.Attrs, "Attrs: " + Attrs)); 669 error(IO.mapInteger(Record.Attrs.Attrs, "Attrs: " + Attrs)); 681 error(IO.mapInteger(Padding, "Padding")); 690 error(IO.mapInteger(Padding, "Padding")); 698 error(IO.mapInteger(Precomp.StartTypeIndex, "StartIndex")); 699 error(IO.mapInteger(Precomp.TypesCount, "Count")); 700 error(IO.mapInteger(Precomp.Signature, "Signature")); 707 error(IO.mapInteger(EndPrecomp.Signature, "Signature"));