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

  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 163 /// DbgInfoAvailable - True if debugging information is available
165 bool DbgInfoAvailable;
246 bool hasDebugInfo() const { return DbgInfoAvailable; }
247 void setDebugInfoAvailability(bool avail) { DbgInfoAvailable = avail; }
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 278 DbgInfoAvailable = UsesVAFloatArgument = UsesMorestackAddr = false;

Completed in 546 milliseconds