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

  /external/llvm/lib/IR/
DebugInfo.cpp 282 /// isCompileUnit - Return true if the specified tag is DW_TAG_compile_unit.
283 bool DIDescriptor::isCompileUnit() const {
383 if (!isCompileUnit())
772 assert((isFile() || isCompileUnit()) && "Unhandled type of scope.");
785 isCompileUnit()) &&
    [all...]
DIBuilder.cpp 83 if (DIDescriptor(N).isCompileUnit())
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
WinCodeViewLineTables.cpp 24 assert((D.isCompileUnit() || D.isFile() || D.isSubprogram() ||
DwarfUnit.cpp     [all...]
  /external/llvm/include/llvm/IR/
DebugInfo.h 136 bool isCompileUnit() const;
    [all...]

Completed in 62 milliseconds