Home
last modified time | relevance | path

Searched refs:isNameSpace (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Analysis/
DDebugInfo.cpp249 bool DIDescriptor::isNameSpace() const { in isNameSpace() function in DIDescriptor
518 if (isNameSpace()) in getFilename()
537 if (isNameSpace()) in getDirectory()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp554 } else if (Context.isNameSpace()) { in addToContextOwner()
620 && (Context.isCompileUnit() || Context.isFile() || Context.isNameSpace())) in addGlobalType()
DDwarfDebug.cpp923 else if (D.isNameSpace()) in getCompileUnit()
/external/llvm/tools/opt/
Dopt.cpp355 if (Context.isNameSpace()) { in getContextName()
/external/llvm/include/llvm/Analysis/
DDebugInfo.h119 bool isNameSpace() const;