OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DbgInfoAvailable
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h
159
///
DbgInfoAvailable
- True if debugging information is available
161
bool
DbgInfoAvailable
;
217
bool hasDebugInfo() const { return
DbgInfoAvailable
; }
218
void setDebugInfoAvailability(bool avail) {
DbgInfoAvailable
= avail; }
/external/llvm/lib/CodeGen/
MachineModuleInfo.cpp
277
DbgInfoAvailable
= UsesVAFloatArgument = false;
Completed in 43 milliseconds