/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | SymbolDumper.cpp | 51 void printLocalVariableAddrGap(ArrayRef<LocalVariableAddrGap> Gaps); 89 ArrayRef<LocalVariableAddrGap> Gaps) { in printLocalVariableAddrGap() argument 90 for (auto &Gap : Gaps) { in printLocalVariableAddrGap() 319 printLocalVariableAddrGap(DefRangeFramePointerRel.Gaps); in visitKnownRecord() 333 printLocalVariableAddrGap(DefRangeRegisterRel.Gaps); in visitKnownRecord() 344 printLocalVariableAddrGap(DefRangeRegister.Gaps); in visitKnownRecord() 356 printLocalVariableAddrGap(DefRangeSubfieldRegister.Gaps); in visitKnownRecord() 375 printLocalVariableAddrGap(DefRangeSubfield.Gaps); in visitKnownRecord() 392 printLocalVariableAddrGap(DefRange.Gaps); in visitKnownRecord()
|
H A D | SymbolRecordMapping.cpp | 234 error(IO.mapVectorTail(DefRangeFramePointerRel.Gaps, MapGap())); in visitKnownRecord() 255 error(IO.mapVectorTail(DefRangeRegisterRel.Gaps, MapGap())); in visitKnownRecord() 266 error(IO.mapVectorTail(DefRangeRegister.Gaps, MapGap())); in visitKnownRecord() 278 error(IO.mapVectorTail(DefRangeSubfieldRegister.Gaps, MapGap())); in visitKnownRecord() 289 error(IO.mapVectorTail(DefRangeSubfield.Gaps, MapGap())); in visitKnownRecord() 299 error(IO.mapVectorTail(DefRange.Gaps, MapGap())); in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 357 ArrayRef<LocalVariableAddrGap> Gaps) { in formatGaps() argument 359 for (const auto &G : Gaps) { in formatGaps() 615 P.formatLine("gaps = [{0}]", formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord() 628 formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord() 643 formatGaps(P.getIndentLevel() + 9, DefRangeRegister.Gaps)); in visitKnownRecord() 655 formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord() 664 P.formatLine("gaps = [{0}]", formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord() 672 P.formatLine("gaps = [{0}]", formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | SymbolRecord.h | 472 std::vector<LocalVariableAddrGap> Gaps; 494 std::vector<LocalVariableAddrGap> Gaps; 516 std::vector<LocalVariableAddrGap> Gaps; 540 std::vector<LocalVariableAddrGap> Gaps; in getRelocationOffset() 566 std::vector<LocalVariableAddrGap> Gaps; 601 std::vector<LocalVariableAddrGap> Gaps; 451 std::vector<LocalVariableAddrGap> Gaps; global() variable 473 std::vector<LocalVariableAddrGap> Gaps; global() variable 495 std::vector<LocalVariableAddrGap> Gaps; global() variable 519 std::vector<LocalVariableAddrGap> Gaps; global() variable 545 std::vector<LocalVariableAddrGap> Gaps; global() variable 580 std::vector<LocalVariableAddrGap> Gaps; global() variable
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLSymbols.cpp | 413 IO.mapRequired("Gaps", Symbol.Gaps); in map() 420 IO.mapRequired("Gaps", Symbol.Gaps); in map() 427 IO.mapRequired("Gaps", Symbol.Gaps); in map() 433 IO.mapRequired("Gaps", Symbol.Gaps); in map() 441 IO.mapRequired("Gaps", Symbol.Gaps); in map() 454 IO.mapRequired("Gaps", Symbol.Gaps); in map()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbUtil.cpp | 797 MakeRangeList(index, loc.Range, loc.Gaps); in GetVariableLocationInfo() 836 MakeRangeList(index, loc.Range, loc.Gaps); in GetVariableLocationInfo() 851 MakeRangeList(index, loc.Range, loc.Gaps); in GetVariableLocationInfo() 881 Variable::RangeList ranges = MakeRangeList(index, loc.Range, loc.Gaps); in GetVariableLocationInfo()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVOptions.h | 107 Gaps, // --attribute=gaps enumerator 337 ATTRIBUTE_OPTION(Gaps);
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 719 ArrayRef<LocalVariableAddrGap> Gaps) { in printLocalVariableAddrGap() argument 720 for (const LocalVariableAddrGap &Gap : Gaps) { in printLocalVariableAddrGap() 1082 printLocalVariableAddrGap(DefRangeFramePointerRel.Gaps); in visitKnownRecord() 1124 printLocalVariableAddrGap(DefRangeRegisterRel.Gaps); in visitKnownRecord() 1161 printLocalVariableAddrGap(DefRangeRegister.Gaps); in visitKnownRecord() 1198 printLocalVariableAddrGap(DefRangeSubfieldRegister.Gaps); in visitKnownRecord() 1242 printLocalVariableAddrGap(DefRangeSubfield.Gaps); in visitKnownRecord() 1283 printLocalVariableAddrGap(DefRange.Gaps); in visitKnownRecord()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509_LOOKUP_hash_dir.pod | 98 Gaps in the sequence numbers are not supported, it is assumed that there are no
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | Options.cpp | 84 clEnumValN(LVAttributeKind::Gaps, "gaps",
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.h | 150 void printLocalVariableAddrGap(ArrayRef<LocalVariableAddrGap> Gaps);
|