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

  /external/llvm/tools/opt/
BreakpointPrinter.cpp 33 if (auto *NS = dyn_cast<DINamespace>(Context)) {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 242 void addSourceLine(DIE &Die, const DINamespace *NS);
289 DIE *getOrCreateNameSpace(const DINamespace *NS);
DwarfUnit.cpp 366 void DwarfUnit::addSourceLine(DIE &Die, const DINamespace *NS) {
692 if (auto *NS = dyn_cast<DINamespace>(Context))
776 isa<DINamespace>(Context))
811 if (Name.empty() && isa<DINamespace>(Ctx))
    [all...]
DwarfCompileUnit.cpp 646 if (auto *NS = dyn_cast<DINamespace>(Entity))
  /external/llvm/lib/IR/
DebugInfo.cpp 131 else if (auto *NS = dyn_cast<DINamespace>(Entity))
191 } else if (auto *NS = dyn_cast<DINamespace>(Scope)) {
DebugInfoMetadata.cpp 138 if (auto *NS = dyn_cast<DINamespace>(this))
154 if (auto *NS = dyn_cast<DINamespace>(this))
398 DINamespace *DINamespace::getImpl(LLVMContext &Context, Metadata *Scope,
402 DEFINE_GETIMPL_LOOKUP(DINamespace, (Scope, File, getString(Name), Line));
404 DEFINE_GETIMPL_STORE(DINamespace, (Line), Ops);
DIBuilder.cpp 177 DINamespace *NS,
737 DINamespace *DIBuilder::createNameSpace(DIScope *Scope, StringRef Name,
739 return DINamespace::get(VMContext, getNonCompileUnitScope(Scope), File, Name,
    [all...]
LLVMContextImpl.h 569 template <> struct MDNodeKeyImpl<DINamespace> {
577 MDNodeKeyImpl(const DINamespace *N)
581 bool isKeyOf(const DINamespace *RHS) const {
    [all...]
AsmWriter.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/include/llvm/IR/
DIBuilder.h 581 DINamespace *createNameSpace(DIScope *Scope, StringRef Name, DIFile *File,
620 DIImportedEntity *createImportedModule(DIScope *Context, DINamespace *NS,
    [all...]
DebugInfoMetadata.h     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 200 llvm::DINamespace *getOrCreateNameSpace(const NamespaceDecl *N);
CGDebugInfo.cpp     [all...]
  /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 4929 milliseconds