Searched refs:getOrCreateNameSpace (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h313 /// getOrCreateNameSpace - Create a DIE for DINameSpace.
314 DIE *getOrCreateNameSpace(DINameSpace NS);
H A DDwarfCompileUnit.cpp707 return getOrCreateNameSpace(DINameSpace(Context));
1102 /// getOrCreateNameSpace - Create a DIE for DINameSpace.
1103 DIE *CompileUnit::getOrCreateNameSpace(DINameSpace NS) { function in class:CompileUnit
/external/clang/lib/CodeGen/
H A DCGDebugInfo.h131 llvm::DINameSpace getOrCreateNameSpace(const NamespaceDecl *N);
H A DCGDebugInfo.cpp105 return llvm::DIDescriptor(getOrCreateNameSpace(NSDecl));
600 return llvm::DIDescriptor(getOrCreateNameSpace(NSDecl));
2239 FDContext = getOrCreateNameSpace(NSDecl);
2935 CGDebugInfo::getOrCreateNameSpace(const NamespaceDecl *NSDecl) { function in class:CGDebugInfo

Completed in 72 milliseconds