HomeSort by relevance Sort by last modified time
    Searched refs:OffsetInParent (Results 1 - 10 of 10) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
UDTLayout.h 38 const std::string &Name, uint32_t OffsetInParent,
48 uint32_t getOffsetInParent() const { return OffsetInParent; }
67 uint32_t OffsetInParent = 0;
116 const std::string &Name, uint32_t OffsetInParent, uint32_t Size,
151 BaseClassLayout(const UDTLayoutBase &Parent, uint32_t OffsetInParent,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
UDTLayout.cpp 50 uint32_t OffsetInParent, uint32_t Size,
53 OffsetInParent(OffsetInParent), SizeOf(Size), LayoutSize(Size),
106 const std::string &Name, uint32_t OffsetInParent,
108 : LayoutItemBase(Parent, &Sym, Name, OffsetInParent, Size, IsElided) {
153 uint32_t OffsetInParent, bool Elide,
155 : UDTLayoutBase(&Parent, *B, B->getName(), OffsetInParent, B->getLength(),
  /external/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 637 ulittle16_t OffsetInParent;
717 ulittle32_t OffsetInParent;
728 uint32_t OffsetInParent,
734 Header.OffsetInParent = OffsetInParent;
830 uint16_t offsetInParent() const { return Header.Flags >> 4; }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
SymbolRecordMapping.cpp 277 error(IO.mapObject(DefRangeSubfieldRegister.Hdr.OffsetInParent));
288 error(IO.mapInteger(DefRangeSubfield.OffsetInParent));
SymbolDumper.cpp 324 W.printNumber("OffsetInParent", DefRangeRegisterRel.offsetInParent());
348 W.printNumber("OffsetInParent", DefRangeSubfieldRegister.Hdr.OffsetInParent);
367 W.printNumber("OffsetInParent", DefRangeSubfield.OffsetInParent);
  /external/llvm/lib/DebugInfo/CodeView/
SymbolDumper.cpp 318 W.printNumber("OffsetInParent", DefRangeRegisterRel.offsetInParent());
343 W.printNumber("OffsetInParent",
344 DefRangeSubfieldRegister.Header.OffsetInParent);
363 W.printNumber("OffsetInParent", DefRangeSubfield.Header.OffsetInParent);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 468 uint16_t OffsetInParent;
503 ulittle32_t OffsetInParent;
560 // uint16_t OffsetInParent : 12;
567 uint16_t offsetInParent() const { return Hdr.Flags >> OffsetInParentShift; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
CodeViewYAMLSymbols.cpp 382 IO.mapRequired("OffsetInParent", Symbol.OffsetInParent);
403 IO.mapRequired("OffsetInParent", Symbol.Hdr.OffsetInParent);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
MinimalSymbolDumper.cpp 556 Def.offsetInParent(), Def.hasSpilledUDTMember());
583 uint32_t(Def.Hdr.OffsetInParent));
593 Def.Program, Def.OffsetInParent, formatRange(Def.Range));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp     [all...]

Completed in 639 milliseconds