HomeSort by relevance Sort by last modified time
    Searched refs:isNameSpace (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/IR/
DebugInfo.cpp 280 /// isNameSpace - Return true if the specified tag is DW_TAG_namespace.
281 bool DIDescriptor::isNameSpace() const {
547 if (!isNameSpace())
711 if (isNameSpace())
964 } else if (Scope.isNameSpace()) {
    [all...]
  /external/llvm/include/llvm/
DebugInfo.h 126 bool isNameSpace() const;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 720 else if (Context.isNameSpace())
809 || Context.isNameSpace()))
    [all...]
DwarfDebug.cpp 825 if (Entity.isNameSpace())
    [all...]
  /external/llvm/tools/opt/
opt.cpp 371 if (Context.isNameSpace()) {

Completed in 51 milliseconds