Home
last modified time | relevance | path

Searched defs:VFPtr (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp78 enum InfoKind { VFPtr, VBPtr, Field, Base, VBase } Kind; global() enumerator
H A DMicrosoftCXXABI.cpp1803 mangleVFTableName(MicrosoftMangleContext & MangleContext,const CXXRecordDecl * RD,const VPtrInfo & VFPtr,SmallString<256> & Name) mangleVFTableName() argument
1861 const std::unique_ptr<VPtrInfo> &VFPtr = *VFPtrI; getAddrOfVTable() local
/llvm-project/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp283 static VFPtrRecord VFPtr(TypeIndex(58)); variable