OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getOrCreateNameSpace
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp
667
return
getOrCreateNameSpace
(NS);
[
all
...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp
569
DIE *ContextDIE =
getOrCreateNameSpace
(DINameSpace(Context));
894
///
getOrCreateNameSpace
- Create a DIE for DINameSpace.
895
DIE *CompileUnit::
getOrCreateNameSpace
(DINameSpace NS) {
[
all
...]
/external/clang/lib/CodeGen/
CGDebugInfo.cpp
173
return
getOrCreateNameSpace
(NSDecl);
[
all
...]
Completed in 123 milliseconds