HomeSort by relevance Sort by last modified time
    Searched refs:GetAddrOfVTT (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/CodeGen/
CGVTables.h 101 /// GetAddrOfVTT - Get the address of the VTT for the given record decl.
102 llvm::GlobalVariable *GetAddrOfVTT(const CXXRecordDecl *RD);
CGVTT.cpp 101 llvm::GlobalVariable *CodeGenVTables::GetAddrOfVTT(const CXXRecordDecl *RD) {
CGClass.cpp 330 VTT = CGM.getVTables().GetAddrOfVTT(RD);
    [all...]
ItaniumCXXABI.cpp     [all...]

Completed in 2692 milliseconds