Searched refs:DINameSpace (Results 1 – 7 of 7) sorted by relevance
180 void addSourceLine(DIE *Die, DINameSpace NS);232 DIE *getOrCreateNameSpace(DINameSpace NS);
182 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()
37 class DINameSpace; variable463 DINameSpace createNameSpace(DIDescriptor Scope, StringRef Name,
726 class DINameSpace : public DIScope { 728 explicit DINameSpace(const MDNode *N = 0) : DIScope(N) {} in DIScope()
473 bool DINameSpace::Verify() const { in Verify()563 return DINameSpace(DbgNode).getFilename(); in getFilename()584 return DINameSpace(DbgNode).getDirectory(); in getDirectory()
842 DINameSpace DIBuilder::createNameSpace(DIDescriptor Scope, StringRef Name, in createNameSpace()851 return DINameSpace(MDNode::get(VMContext, Elts)); in createNameSpace()
356 DINameSpace NS(Context); in getContextName()