Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/tools/llvm-pdbutil/Inputs/
H A Dsymbol-offset.yaml49 Gaps: []
62 Gaps: []
80 Gaps: []
93 Gaps: []
106 Gaps: []
124 Gaps: []
144 Gaps: []
157 Gaps: []
175 Gaps: []
197 Gaps: []
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lld/test/COFF/Inputs/
H A Dpdb-hashes-1.yaml111 Gaps:
126 Gaps:
141 Gaps:
386 Gaps:
401 Gaps:
H A Dgeneric.yaml70 Gaps:
85 Gaps:
H A Dpdb-globals.yaml248 Gaps: []
261 Gaps: []
274 Gaps: []
287 Gaps: []
751 Gaps: []
H A Dpdb-file-statics-a.yaml1322 Gaps:
1343 Gaps:
1452 Gaps:
1461 Gaps:
1478 Gaps:
1487 Gaps:
1513 Gaps:
H A Dpdb-hashes-2-missing.yaml92 Gaps:
H A Dpdb-hashes-2.yaml92 Gaps:
H A Dpdb-file-statics-b.yaml1297 Gaps:
1318 Gaps:
/llvm-project-15.0.7/lld/test/COFF/
H A Dpdb-framedata.yaml121 Gaps:
136 Gaps:
214 Gaps:
229 Gaps:
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp350 ArrayRef<LocalVariableAddrGap> Gaps) { in formatGaps() argument
352 for (const auto &G : Gaps) { in formatGaps()
591 P.formatLine("gaps = [{0}]", formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord()
604 formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord()
619 formatGaps(P.getIndentLevel() + 9, DefRangeRegister.Gaps)); in visitKnownRecord()
631 formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord()
640 P.formatLine("gaps = [{0}]", formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord()
648 P.formatLine("gaps = [{0}]", formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp400 IO.mapRequired("Gaps", Symbol.Gaps); in map()
407 IO.mapRequired("Gaps", Symbol.Gaps); in map()
414 IO.mapRequired("Gaps", Symbol.Gaps); in map()
420 IO.mapRequired("Gaps", Symbol.Gaps); in map()
428 IO.mapRequired("Gaps", Symbol.Gaps); in map()
441 IO.mapRequired("Gaps", Symbol.Gaps); in map()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h452 std::vector<LocalVariableAddrGap> Gaps; variable
474 std::vector<LocalVariableAddrGap> Gaps; variable
496 std::vector<LocalVariableAddrGap> Gaps; variable
520 std::vector<LocalVariableAddrGap> Gaps; variable
546 std::vector<LocalVariableAddrGap> Gaps; variable
581 std::vector<LocalVariableAddrGap> Gaps; variable
/llvm-project-15.0.7/lldb/test/Shell/ObjectFile/PDB/
H A Dobject.test139 Gaps: []
152 Gaps: []
/llvm-project-15.0.7/llvm/unittests/Support/
H A DOptimizedStructLayoutTest.cpp84 TEST(OptimizedStructLayoutTest, Gaps) { in TEST() argument
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp643 Variable::RangeList ranges = MakeRangeList(index, loc.Range, loc.Gaps); in GetVariableLocationInfo()
679 Variable::RangeList ranges = MakeRangeList(index, loc.Range, loc.Gaps); in GetVariableLocationInfo()
705 result.ranges = MakeRangeList(index, loc.Range, loc.Gaps); in GetVariableLocationInfo()
764 *result.ranges, MakeRangeList(index, loc.Range, loc.Gaps)); in GetVariableLocationInfo()
766 result.ranges = MakeRangeList(index, loc.Range, loc.Gaps); in GetVariableLocationInfo()
/llvm-project-15.0.7/lld/test/MachO/
H A Drebase-opcodes.s33 ## 3/ Gaps smaller than 16 words are encoded as REBASE_OPCODE_ADD_ADDR_IMM_SCALED.
/llvm-project-15.0.7/clang/test/Index/
H A Dcomplete-method-decls.m63 @interface Gaps interface
67 @implementation Gaps implementation