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

  /external/clang/include/clang/Sema/
ExternalSemaSource.h 156 /// \brief Read the set of used vtables known to the external Sema source.
158 /// The external source should append its own used vtables to the given
160 /// source should take care not to introduce the same vtables repeatedly.
161 virtual void ReadUsedVTables(SmallVectorImpl<ExternalVTableUse> &VTables) {}
  /external/clang/lib/CodeGen/
CGVTables.h 1 //===--- CGVTables.h - Emit LLVM Code for C++ vtables -----------*- C++ -*-===//
36 /// VTables - All the vtables which have been defined.
37 llvm::DenseMap<const CXXRecordDecl *, llvm::GlobalVariable *> VTables;
CGVTT.cpp 50 SmallVector<llvm::Constant *, 8> VTables;
55 VTables.push_back(GetAddrOfVTTVTable(*this, RD, *i, Linkage,
63 llvm::Constant *VTable = VTables[i->VTableIndex];
CodeGenModule.h 228 /// VTables - Holds information about C++ vtables.
229 CodeGenVTables VTables;
448 CodeGenVTables &getVTables() { return VTables; }
449 VTableContext &getVTableContext() { return VTables.getVTableContext(); }
    [all...]
CGVTables.cpp 1 //===--- CGVTables.cpp - Emit LLVM Code for C++ vtables -------------------===//
52 // If we're building with optimization, we always emit VTables since that
615 llvm::GlobalVariable *&VTable = VTables[RD];
CodeGenModule.cpp 72 VTables(*this), ObjCRuntime(0), OpenCLRuntime(0), CUDARuntime(0),
    [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp 793 /// VTables - Global vtable information.
794 VTableContext &VTables;
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 464 /// \brief The IDs of all CXXRecordDecls stored in the chain whose VTables are
467 /// CodeGen has to emit VTables for these records, so they have to be eagerly
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 439 milliseconds