Home
last modified time | relevance | path

Searched defs:VTContext (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.h35 VTableContextBase *VTContext; variable
H A DMicrosoftCXXABI.cpp367 MicrosoftVTableContext &VTContext = CGM.getMicrosoftVTableContext(); in getAddrOfVirtualDisplacementMap() local
1832 MicrosoftVTableContext &VTContext = CGM.getMicrosoftVTableContext(); in getAddrOfVTable() local
H A DItaniumCXXABI.cpp2001 ItaniumVTableContext &VTContext = CGM.getItaniumVTableContext(); in emitVTableDefinitions() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp807 MicrosoftVTableContext *VTContext = in mangleMemberFunctionPointer() local
905 MicrosoftVTableContext *VTContext = in mangleMemberFunctionPointerInClassNTTP() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3420 std::unique_ptr<VTableContextBase> VTContext; variable