HomeSort by relevance Sort by last modified time
    Searched defs:hasDebugInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/CellSPU/
SPUFrameLowering.cpp 101 bool hasDebugInfo = MMI.hasDebugInfo();
117 if (hasDebugInfo) {
158 if (hasDebugInfo) {
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 215 /// hasDebugInfo - Returns true if valid debug info is present.
217 bool hasDebugInfo() const { return DbgInfoAvailable; }

Completed in 72 milliseconds