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

  /external/llvm/lib/IR/
DebugInfo.cpp 270 /// isCompileUnit - Return true if the specified tag is DW_TAG_compile_unit.
271 bool DIDescriptor::isCompileUnit() const {
389 if (!isCompileUnit())
714 assert((isFile() || isCompileUnit()) && "Unhandled type of scope.");
948 if (Scope.isCompileUnit()) {
    [all...]
DIBuilder.cpp 72 if (DIDescriptor(N).isCompileUnit())
    [all...]
  /external/llvm/include/llvm/
DebugInfo.h 125 bool isCompileUnit() const;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 808 && (!Context || Context.isCompileUnit() || Context.isFile()
    [all...]
DwarfDebug.cpp 387 if (SP.isDefinition() && !SP.getContext().isCompileUnit() &&
    [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 207 if (!DIDescriptor(Node).isCompileUnit())
    [all...]

Completed in 49 milliseconds