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

  /external/llvm/lib/Analysis/
DebugInfo.cpp 254 /// isCompileUnit - Return true if the specified tag is DW_TAG_compile_unit.
255 bool DIDescriptor::isCompileUnit() const {
591 if (isCompileUnit())
611 if (isCompileUnit())
1034 if (Scope.isCompileUnit())
1069 if (S.isCompileUnit())
    [all...]
DIBuilder.cpp 69 if (DIDescriptor(N).isCompileUnit())
    [all...]
  /external/llvm/include/llvm/Analysis/
DebugInfo.h 121 bool isCompileUnit() const;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 680 && (!Context || Context.isCompileUnit() || Context.isFile()
    [all...]
DwarfDebug.cpp 282 if (SP.isDefinition() && !SP.getContext().isCompileUnit() &&
    [all...]

Completed in 618 milliseconds