Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3576 struct MSRTTIBuilder { struct
3577 enum {
3583 MSRTTIBuilder(MicrosoftCXXABI &ABI, const CXXRecordDecl *RD) in MSRTTIBuilder() function
3595 CodeGenModule &CGM;
3596 ASTContext &Context;
3597 llvm::LLVMContext &VMContext;
3598 llvm::Module &Module;
3599 const CXXRecordDecl *RD;
3600 llvm::GlobalVariable::LinkageTypes Linkage;
3601 MicrosoftCXXABI &ABI;