Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.h35 VTableContextBase *VTContext; variable
H A DMicrosoftCXXABI.cpp371 MicrosoftVTableContext &VTContext = CGM.getMicrosoftVTableContext(); getAddrOfVirtualDisplacementMap() local
1822 MicrosoftVTableContext &VTContext = CGM.getMicrosoftVTableContext(); getAddrOfVTable() local
H A DItaniumCXXABI.cpp1804 ItaniumVTableContext &VTContext = CGM.getItaniumVTableContext(); emitVTableDefinitions() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp765 MicrosoftVTableContext *VTContext = mangleMemberFunctionPointer() local
819 MicrosoftVTableContext *VTContext = mangleMemberFunctionPointerInClassNTTP() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3330 std::unique_ptr<VTableContextBase> VTContext; global() variable