/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolRecord.h | 609 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/llvm/lib/DebugInfo/CodeView/ |
D | SymbolDumper.cpp | 49 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/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | SymbolDumper.cpp | 53 void printLocalVariableAddrGap(ArrayRef<LocalVariableAddrGap> Gaps); 91 ArrayRef<LocalVariableAddrGap> Gaps) { in printLocalVariableAddrGap() argument 92 for (auto &Gap : Gaps) { in printLocalVariableAddrGap() 321 printLocalVariableAddrGap(DefRangeFramePointerRel.Gaps); in visitKnownRecord() 335 printLocalVariableAddrGap(DefRangeRegisterRel.Gaps); in visitKnownRecord() 346 printLocalVariableAddrGap(DefRangeRegister.Gaps); in visitKnownRecord() 358 printLocalVariableAddrGap(DefRangeSubfieldRegister.Gaps); in visitKnownRecord() 377 printLocalVariableAddrGap(DefRangeSubfield.Gaps); in visitKnownRecord() 394 printLocalVariableAddrGap(DefRange.Gaps); in visitKnownRecord()
|
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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | SymbolDumper.cpp | 53 void printLocalVariableAddrGap(ArrayRef<LocalVariableAddrGap> Gaps); 91 ArrayRef<LocalVariableAddrGap> Gaps) { in printLocalVariableAddrGap() argument 92 for (auto &Gap : Gaps) { in printLocalVariableAddrGap() 321 printLocalVariableAddrGap(DefRangeFramePointerRel.Gaps); in visitKnownRecord() 335 printLocalVariableAddrGap(DefRangeRegisterRel.Gaps); in visitKnownRecord() 346 printLocalVariableAddrGap(DefRangeRegister.Gaps); in visitKnownRecord() 358 printLocalVariableAddrGap(DefRangeSubfieldRegister.Gaps); in visitKnownRecord() 377 printLocalVariableAddrGap(DefRangeSubfield.Gaps); in visitKnownRecord() 394 printLocalVariableAddrGap(DefRange.Gaps); in visitKnownRecord()
|
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()
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalSymbolDumper.cpp | 344 ArrayRef<LocalVariableAddrGap> Gaps) { in formatGaps() argument 346 for (const auto &G : Gaps) { in formatGaps() 586 formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord() 599 formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord() 614 formatGaps(P.getIndentLevel() + 9, DefRangeRegister.Gaps)); in visitKnownRecord() 626 formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord() 635 P.formatLine("gaps = {0}", formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord() 643 P.formatLine("gaps = {0}", formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLSymbols.cpp | 399 IO.mapRequired("Gaps", Symbol.Gaps); in map() 406 IO.mapRequired("Gaps", Symbol.Gaps); in map() 413 IO.mapRequired("Gaps", Symbol.Gaps); in map() 419 IO.mapRequired("Gaps", Symbol.Gaps); in map() 427 IO.mapRequired("Gaps", Symbol.Gaps); in map() 440 IO.mapRequired("Gaps", Symbol.Gaps); in map()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLSymbols.cpp | 376 IO.mapRequired("Gaps", Symbol.Gaps); in map() 383 IO.mapRequired("Gaps", Symbol.Gaps); in map() 390 IO.mapRequired("Gaps", Symbol.Gaps); in map() 396 IO.mapRequired("Gaps", Symbol.Gaps); in map() 404 IO.mapRequired("Gaps", Symbol.Gaps); in map() 417 IO.mapRequired("Gaps", Symbol.Gaps); in map()
|
/external/llvm-project/lldb/test/Shell/ObjectFile/PDB/ |
D | object.test | 139 Gaps: [] 152 Gaps: []
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolRecord.h | 445 std::vector<LocalVariableAddrGap> Gaps; variable 467 std::vector<LocalVariableAddrGap> Gaps; variable 489 std::vector<LocalVariableAddrGap> Gaps; variable 513 std::vector<LocalVariableAddrGap> Gaps; variable 539 std::vector<LocalVariableAddrGap> Gaps; variable 574 std::vector<LocalVariableAddrGap> Gaps; variable
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolRecord.h | 452 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
|
/external/llvm-project/llvm/unittests/Support/ |
D | OptimizedStructLayoutTest.cpp | 84 TEST(OptimizedStructLayoutTest, Gaps) { in TEST() argument
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | PdbUtil.cpp | 618 Variable::RangeList ranges = MakeRangeList(index, loc.Range, loc.Gaps); in GetVariableLocationInfo() 659 Variable::RangeList ranges = MakeRangeList(index, loc.Range, loc.Gaps); in GetVariableLocationInfo()
|
/external/clang/test/Index/ |
D | complete-method-decls.m | 63 @interface Gaps interface 67 @implementation Gaps implementation
|
/external/llvm-project/clang/test/Index/ |
D | complete-method-decls.m | 63 @interface Gaps interface 67 @implementation Gaps implementation
|
/external/angle/src/tests/gl_tests/ |
D | DrawBuffersTest.cpp | 261 TEST_P(DrawBuffersTest, Gaps) in TEST_P() argument
|