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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 115 bool DbgInfoAvailable;
187 bool hasDebugInfo() const { return DbgInfoAvailable; }
188 void setDebugInfoAvailability(bool avail) { DbgInfoAvailable = avail; }
  /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; }

Completed in 168 milliseconds