OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CallsUnwindInit
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h
157
bool
CallsUnwindInit
;
223
bool
callsUnwindInit
() const { return
CallsUnwindInit
; }
224
void setCallsUnwindInit(bool b) {
CallsUnwindInit
= b; }
/external/llvm/lib/CodeGen/
MachineModuleInfo.cpp
276
CallsUnwindInit
= 0;
314
CallsUnwindInit
= 0;
Completed in 779 milliseconds