Searched defs:getOrCreateNameSpace (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp567 DIE *ContextDIE = getOrCreateNameSpace(DINameSpace(Context));
892 /// getOrCreateNameSpace - Create a DIE for DINameSpace.
893 DIE *CompileUnit::getOrCreateNameSpace(DINameSpace NS) { function in class:CompileUnit
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp103 return llvm::DIDescriptor(getOrCreateNameSpace(NSDecl));
1767 FDContext = getOrCreateNameSpace(NSDecl);
2380 CGDebugInfo::getOrCreateNameSpace(const NamespaceDecl *NSDecl) { function in class:CGDebugInfo

Completed in 1053 milliseconds