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 100 bool hasDebugInfo = MMI.hasDebugInfo();
116 if (hasDebugInfo) {
157 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 46 milliseconds