Home
last modified time | relevance | path

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

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