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

/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp240 if (!hasVBPtrAtOffset(VBPO)) {
270 bool UDTLayoutBase::hasVBPtrAtOffset(uint32_t Off) const { function in class:UDTLayoutBase
274 if (BL->hasVBPtrAtOffset(Off - BL->getOffsetInParent()))
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h127 bool hasVBPtrAtOffset(uint32_t Off) const;

Completed in 98 milliseconds