Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h609 ArrayRef<LocalVariableAddrGap> Gaps) in DefRangeSym() argument
611 Header(*H), Gaps(Gaps) {} in DefRangeSym()
617 ArrayRef<LocalVariableAddrGap> Gaps; in deserialize() local
618 CV_DESERIALIZE(Data, H, CV_ARRAY_FIELD_TAIL(Gaps)); in deserialize()
620 return DefRangeSym(RecordOffset, H, Gaps); in deserialize()
629 ArrayRef<LocalVariableAddrGap> Gaps; variable
642 ArrayRef<LocalVariableAddrGap> Gaps) in DefRangeSubfieldSym() argument
644 RecordOffset(RecordOffset), Header(*H), Gaps(Gaps) {} in DefRangeSubfieldSym()
650 ArrayRef<LocalVariableAddrGap> Gaps; in deserialize() local
651 CV_DESERIALIZE(Data, H, CV_ARRAY_FIELD_TAIL(Gaps)); in deserialize()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp52 void printLocalVariableAddrGap(ArrayRef<LocalVariableAddrGap> Gaps);
87 ArrayRef<LocalVariableAddrGap> Gaps) { in printLocalVariableAddrGap() argument
88 for (auto &Gap : Gaps) { in printLocalVariableAddrGap()
314 printLocalVariableAddrGap(DefRangeFramePointerRel.Gaps); in visitKnownRecord()
328 printLocalVariableAddrGap(DefRangeRegisterRel.Gaps); in visitKnownRecord()
339 printLocalVariableAddrGap(DefRangeRegister.Gaps); in visitKnownRecord()
351 printLocalVariableAddrGap(DefRangeSubfieldRegister.Gaps); in visitKnownRecord()
370 printLocalVariableAddrGap(DefRangeSubfield.Gaps); in visitKnownRecord()
387 printLocalVariableAddrGap(DefRange.Gaps); in visitKnownRecord()
DSymbolRecordMapping.cpp235 error(IO.mapVectorTail(DefRangeFramePointerRel.Gaps, MapGap())); in visitKnownRecord()
256 error(IO.mapVectorTail(DefRangeRegisterRel.Gaps, MapGap())); in visitKnownRecord()
267 error(IO.mapVectorTail(DefRangeRegister.Gaps, MapGap())); in visitKnownRecord()
279 error(IO.mapVectorTail(DefRangeSubfieldRegister.Gaps, MapGap())); in visitKnownRecord()
290 error(IO.mapVectorTail(DefRangeSubfield.Gaps, MapGap())); in visitKnownRecord()
300 error(IO.mapVectorTail(DefRange.Gaps, MapGap())); in visitKnownRecord()
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp49 void printLocalVariableAddrGap(ArrayRef<LocalVariableAddrGap> Gaps);
71 ArrayRef<LocalVariableAddrGap> Gaps) { in printLocalVariableAddrGap() argument
72 for (auto &Gap : Gaps) { in printLocalVariableAddrGap()
308 printLocalVariableAddrGap(DefRangeFramePointerRel.Gaps); in visitDefRangeFramePointerRelSym()
323 printLocalVariableAddrGap(DefRangeRegisterRel.Gaps); in visitDefRangeRegisterRelSym()
334 printLocalVariableAddrGap(DefRangeRegister.Gaps); in visitDefRangeRegisterSym()
347 printLocalVariableAddrGap(DefRangeSubfieldRegister.Gaps); in visitDefRangeSubfieldRegisterSym()
366 printLocalVariableAddrGap(DefRangeSubfield.Gaps); in visitDefRangeSubfieldSym()
384 printLocalVariableAddrGap(DefRange.Gaps); in visitDefRangeSym()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp307 ArrayRef<LocalVariableAddrGap> Gaps) { in formatGaps() argument
309 for (const auto &G : Gaps) { in formatGaps()
546 formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord()
558 formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord()
573 formatGaps(P.getIndentLevel() + 9, DefRangeRegister.Gaps)); in visitKnownRecord()
585 formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord()
594 P.formatLine("gaps = {0}", formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord()
602 P.formatLine("gaps = {0}", formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h448 std::vector<LocalVariableAddrGap> Gaps; variable
470 std::vector<LocalVariableAddrGap> Gaps; variable
492 std::vector<LocalVariableAddrGap> Gaps; variable
516 std::vector<LocalVariableAddrGap> Gaps; variable
538 std::vector<LocalVariableAddrGap> Gaps; variable
573 std::vector<LocalVariableAddrGap> Gaps; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp377 IO.mapRequired("Gaps", Symbol.Gaps); in map()
384 IO.mapRequired("Gaps", Symbol.Gaps); in map()
391 IO.mapRequired("Gaps", Symbol.Gaps); in map()
397 IO.mapRequired("Gaps", Symbol.Gaps); in map()
405 IO.mapRequired("Gaps", Symbol.Gaps); in map()
418 IO.mapRequired("Gaps", Symbol.Gaps); in map()
/external/clang/test/Index/
Dcomplete-method-decls.m63 @interface Gaps interface
67 @implementation Gaps implementation