Home
last modified time | relevance | path

Searched refs:DbgInfoAvailable (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineModuleInfo.h162 bool DbgInfoAvailable; variable
217 bool hasDebugInfo() const { return DbgInfoAvailable; } in hasDebugInfo()
218 void setDebugInfoAvailability(bool avail) { DbgInfoAvailable = avail; } in setDebugInfoAvailability()
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h173 bool DbgInfoAvailable; variable
242 bool hasDebugInfo() const { return DbgInfoAvailable; } in hasDebugInfo()
243 void setDebugInfoAvailability(bool avail) { DbgInfoAvailable = avail; } in setDebugInfoAvailability()
/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp213 DbgInfoAvailable = UsesVAFloatArgument = UsesMorestackAddr = false; in doInitialization()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineModuleInfo.cpp259 CallsUnwindInit(0), DbgInfoAvailable(false), in MachineModuleInfo()