Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp138 uint32_t Begin = LI->getOffsetInParent(); in ClassLayout()
271 if (VBPtr && VBPtr->getOffsetInParent() == Off) in hasVBPtrAtOffset()
274 if (BL->hasVBPtrAtOffset(Off - BL->getOffsetInParent())) in hasVBPtrAtOffset()
281 uint32_t Begin = Child->getOffsetInParent(); in addChildToLayout()
291 ChildBytes <<= Child->getOffsetInParent(); in addChildToLayout()
297 return (Off < Item->getOffsetInParent()); in addChildToLayout()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h46 uint32_t getOffsetInParent() const { return OffsetInParent; } in getOffsetInParent() function
55 uint32_t Begin = getOffsetInParent(); in containsOffset()