Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp135 uint32_t Begin = LI->getOffsetInParent(); in ClassLayout()
268 if (VBPtr && VBPtr->getOffsetInParent() == Off) in hasVBPtrAtOffset()
271 if (BL->hasVBPtrAtOffset(Off - BL->getOffsetInParent())) in hasVBPtrAtOffset()
278 uint32_t Begin = Child->getOffsetInParent(); in addChildToLayout()
288 ChildBytes <<= Child->getOffsetInParent(); in addChildToLayout()
294 return (Off < Item->getOffsetInParent()); in addChildToLayout()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyClassLayoutGraphicalDumper.cpp49 uint32_t RelativeOffset = Item->getOffsetInParent(); in start()
132 uint32_t ChildOffsetZero = ClassOffsetZero + Layout.getOffsetInParent(); in dump()
158 uint32_t ChildOffsetZero = ClassOffsetZero + Layout.getOffsetInParent(); in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h47 uint32_t getOffsetInParent() const { return OffsetInParent; } in getOffsetInParent() function
56 uint32_t Begin = getOffsetInParent(); in containsOffset()