Home
last modified time | relevance | path

Searched refs:getOffsetInParent (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DUDTLayout.cpp136 uint32_t Begin = LI->getOffsetInParent(); in ClassLayout()
269 if (VBPtr && VBPtr->getOffsetInParent() == Off) in hasVBPtrAtOffset()
272 if (BL->hasVBPtrAtOffset(Off - BL->getOffsetInParent())) in hasVBPtrAtOffset()
279 uint32_t Begin = Child->getOffsetInParent(); in addChildToLayout()
289 ChildBytes <<= Child->getOffsetInParent(); in addChildToLayout()
295 return (Off < Item->getOffsetInParent()); in addChildToLayout()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPrettyClassLayoutGraphicalDumper.cpp50 uint32_t RelativeOffset = Item->getOffsetInParent(); in start()
133 uint32_t ChildOffsetZero = ClassOffsetZero + Layout.getOffsetInParent(); in dump()
159 uint32_t ChildOffsetZero = ClassOffsetZero + Layout.getOffsetInParent(); in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DUDTLayout.h48 uint32_t getOffsetInParent() const { return OffsetInParent; } in getOffsetInParent() function
57 uint32_t Begin = getOffsetInParent(); in containsOffset()