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

  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 171 /// DbgInfoAvailable - True if debugging information is available
173 bool DbgInfoAvailable;
242 bool hasDebugInfo() const { return DbgInfoAvailable; }
243 void setDebugInfoAvailability(bool avail) { DbgInfoAvailable = avail; }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineModuleInfo.h 160 /// DbgInfoAvailable - True if debugging information is available
162 bool DbgInfoAvailable;
217 bool hasDebugInfo() const { return DbgInfoAvailable; }
218 void setDebugInfoAvailability(bool avail) { DbgInfoAvailable = avail; }
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 213 DbgInfoAvailable = UsesVAFloatArgument = UsesMorestackAddr = false;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineModuleInfo.cpp 259 CallsUnwindInit(0), DbgInfoAvailable(false),

Completed in 85 milliseconds