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

  /external/llvm/lib/IR/
DebugInfo.cpp 133 else if (auto *M = dyn_cast<DIModule>(Entity))
193 } else if (auto *M = dyn_cast<DIModule>(Scope)) {
DebugInfoMetadata.cpp 141 if (auto *M = dyn_cast<DIModule>(this))
156 if (auto *M = dyn_cast<DIModule>(this))
407 DIModule *DIModule::getImpl(LLVMContext &Context, Metadata *Scope,
412 DEFINE_GETIMPL_LOOKUP(DIModule,
416 DEFINE_GETIMPL_STORE_NO_CONSTRUCTOR_ARGS(DIModule, Ops);
DIBuilder.cpp 190 DIImportedEntity *DIBuilder::createImportedModule(DIScope *Context, DIModule *M,
743 DIModule *DIBuilder::createModule(DIScope *Scope, StringRef Name,
747 return DIModule::get(VMContext, getNonCompileUnitScope(Scope), Name,
    [all...]
LLVMContextImpl.h 590 template <> struct MDNodeKeyImpl<DIModule> {
602 MDNodeKeyImpl(const DIModule *N)
607 bool isKeyOf(const DIModule *RHS) const {
    [all...]
AsmWriter.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/include/llvm/IR/
DIBuilder.h 593 DIModule *createModule(DIScope *Scope, StringRef Name,
634 DIImportedEntity *createImportedModule(DIScope *Context, DIModule *M,
    [all...]
DebugInfoMetadata.h     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 419 llvm::DIModule *
424 llvm::DIModule *getParentModuleOrNull(const Decl *D);
CGDebugInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 290 DIE *getOrCreateModule(const DIModule *M);
DwarfUnit.cpp 696 if (auto *M = dyn_cast<DIModule>(Context))
    [all...]
DwarfCompileUnit.cpp 648 else if (auto *M = dyn_cast<DIModule>(Entity))
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 289 milliseconds