Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h172 bool DbgInfoAvailable; variable
241 bool hasDebugInfo() const { return DbgInfoAvailable; } in hasDebugInfo()
242 void setDebugInfoAvailability(bool avail) { DbgInfoAvailable = avail; } in setDebugInfoAvailability()
/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp213 DbgInfoAvailable = UsesVAFloatArgument = UsesMorestackAddr = false; in doInitialization()