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

  /external/llvm/include/llvm/IR/
DIBuilder.h 43 class DIImportedEntity;
    [all...]
DebugInfo.h 794 class DIImportedEntity : public DIDescriptor {
799 explicit DIImportedEntity(const MDNode *N) : DIDescriptor(N) {}
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 156 static DIImportedEntity
179 DIImportedEntity M(R);
185 DIImportedEntity DIBuilder::createImportedModule(DIScope Context,
192 DIImportedEntity DIBuilder::createImportedModule(DIScope Context,
193 DIImportedEntity NS,
199 DIImportedEntity DIBuilder::createImportedDeclaration(DIScope Context,
207 DIImportedEntity DIBuilder::createImportedDeclaration(DIScope Context,
208 DIImportedEntity Imp,
    [all...]
DebugInfo.cpp 52 DIImportedEntity(DbgNode).Verify());
643 bool DIImportedEntity::Verify() const {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 518 const DIImportedEntity &Module, DIE &Context);
DwarfDebug.cpp 686 DIImportedEntity Module(N);
694 DIImportedEntity Module(N);
700 const DIImportedEntity &Module,
753 DIImportedEntity(ImportedEntities.getElement(i)).getContext(),
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 286 llvm::DIImportedEntity EmitNamespaceAlias(const NamespaceAliasDecl &NA);
CGDebugInfo.cpp     [all...]

Completed in 67 milliseconds