Home
last modified time | relevance | path

Searched refs:hasVBPtrAtOffset (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DUDTLayout.cpp238 if (!hasVBPtrAtOffset(VBPO)) { in initializeChildren()
268 bool UDTLayoutBase::hasVBPtrAtOffset(uint32_t Off) const { in hasVBPtrAtOffset() function in UDTLayoutBase
272 if (BL->hasVBPtrAtOffset(Off - BL->getOffsetInParent())) in hasVBPtrAtOffset()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DUDTLayout.h129 bool hasVBPtrAtOffset(uint32_t Off) const;