Home
last modified time | relevance | path

Searched refs:Gaps (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp51 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 DSymbolRecordMapping.cpp234 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 DMinimalSymbolDumper.cpp357 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 DSymbolRecord.h472 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 DCodeViewYAMLSymbols.cpp413 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 DPdbUtil.cpp797 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 DLVOptions.h107 Gaps, // --attribute=gaps enumerator
337 ATTRIBUTE_OPTION(Gaps);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp719 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 DX509_LOOKUP_hash_dir.pod98 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 DOptions.cpp84 clEnumValN(LVAttributeKind::Gaps, "gaps",
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h150 void printLocalVariableAddrGap(ArrayRef<LocalVariableAddrGap> Gaps);