Home
last modified time | relevance | path

Searched refs:DINameSpace (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h180 void addSourceLine(DIE *Die, DINameSpace NS);
232 DIE *getOrCreateNameSpace(DINameSpace NS);
DDwarfCompileUnit.cpp182 void CompileUnit::addSourceLine(DIE *Die, DINameSpace NS) { in addSourceLine()
569 DIE *ContextDIE = getOrCreateNameSpace(DINameSpace(Context)); in addToContextOwner()
895 DIE *CompileUnit::getOrCreateNameSpace(DINameSpace NS) { in getOrCreateNameSpace()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDIBuilder.h37 class DINameSpace; variable
463 DINameSpace createNameSpace(DIDescriptor Scope, StringRef Name,
DDebugInfo.h726 class DINameSpace : public DIScope {
728 explicit DINameSpace(const MDNode *N = 0) : DIScope(N) {} in DIScope()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDebugInfo.cpp473 bool DINameSpace::Verify() const { in Verify()
563 return DINameSpace(DbgNode).getFilename(); in getFilename()
584 return DINameSpace(DbgNode).getDirectory(); in getDirectory()
DDIBuilder.cpp842 DINameSpace DIBuilder::createNameSpace(DIDescriptor Scope, StringRef Name, in createNameSpace()
851 return DINameSpace(MDNode::get(VMContext, Elts)); in createNameSpace()
/external/swiftshader/third_party/LLVM/tools/opt/
Dopt.cpp356 DINameSpace NS(Context); in getContextName()