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

  /external/llvm/tools/opt/
BreakpointPrinter.cpp 33 if (auto *NS = dyn_cast<MDNamespace>(Context)) {
  /external/llvm/include/llvm/IR/
DebugInfo.h 280 MDNamespace *N;
283 DINameSpace(const MDNamespace *N = nullptr)
284 : N(const_cast<MDNamespace *>(N)) {}
288 operator MDNamespace *() const { return N; }
289 MDNamespace *operator->() const { return N; }
290 MDNamespace &operator*() const { return *N; }
DIBuilder.h 565 MDNamespace *createNameSpace(MDScope *Scope, StringRef Name, MDFile *File,
590 MDImportedEntity *createImportedModule(MDScope *Context, MDNamespace *NS,
    [all...]
DebugInfoMetadata.h     [all...]
  /external/llvm/lib/IR/
DebugInfoMetadata.cpp 138 if (auto *NS = dyn_cast<MDNamespace>(this))
151 if (auto *NS = dyn_cast<MDNamespace>(this))
404 MDNamespace *MDNamespace::getImpl(LLVMContext &Context, Metadata *Scope,
408 DEFINE_GETIMPL_LOOKUP(MDNamespace, (Scope, File, getString(Name), Line));
410 DEFINE_GETIMPL_STORE(MDNamespace, (Line), Ops);
DebugInfo.cpp 146 else if (auto *NS = dyn_cast<MDNamespace>(Entity))
202 } else if (auto *NS = dyn_cast<MDNamespace>(Scope)) {
DIBuilder.cpp 177 MDNamespace* NS,
702 MDNamespace* DIBuilder::createNameSpace(MDScope * Scope, StringRef Name,
704 return MDNamespace::get(VMContext, getNonCompileUnitScope(Scope), File, Name,
    [all...]
LLVMContextImpl.h 631 template <> struct MDNodeKeyImpl<MDNamespace> {
639 MDNodeKeyImpl(const MDNamespace *N)
643 bool isKeyOf(const MDNamespace *RHS) const {
    [all...]
AsmWriter.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 781 if (auto *NS = dyn_cast<MDNamespace>(Context))
863 isa<MDNamespace>(Context))
    [all...]
DwarfCompileUnit.cpp 641 if (auto *NS = dyn_cast<MDNamespace>(Entity))
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 482 milliseconds