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 {
560 if (isCompileUnit())
581 if (isCompileUnit())
969 if (Scope.isCompileUnit())
1004 if (S.isCompileUnit())
    [all...]
DIBuilder.cpp 68 if (DIDescriptor(N).isCompileUnit())
    [all...]
  /external/llvm/include/llvm/Analysis/
DebugInfo.h 120 bool isCompileUnit() const;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 635 && (!Context || Context.isCompileUnit() || Context.isFile()
    [all...]
DwarfDebug.cpp 203 if (SP.isDefinition() && !SP.getContext().isCompileUnit() &&
    [all...]

Completed in 761 milliseconds