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

  /external/clang/lib/CodeGen/
CGVTT.cpp 51 SmallVector<llvm::Constant *, 8> VTables;
56 VTables.push_back(GetAddrOfVTTVTable(*this, CGM, RD, *i, Linkage,
64 llvm::Constant *VTable = VTables[i->VTableIndex];
CodeGenModule.h 291 /// Holds information about C++ vtables.
292 CodeGenVTables VTables;
335 /// A queue of (optional) vtables to consider emitting.
599 CodeGenVTables &getVTables() { return VTables; }
602 return VTables.getItaniumVTableContext();
606 return VTables.getMicrosoftVTableContext();
    [all...]
ItaniumCXXABI.cpp 38 /// VTables - All the vtables which have been defined.
39 llvm::DenseMap<const CXXRecordDecl *, llvm::GlobalVariable *> VTables;
205 // linkage together with vtables when needed.
    [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp 789 /// VTables - Global vtable information.
790 ItaniumVTableContext &VTables;
    [all...]

Completed in 1135 milliseconds