OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callsEhReturn
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/
MipsMachineFunction.h
57
VarArgsFrameIndex(0),
CallsEhReturn
(false), SaveS2(false) {}
81
bool
callsEhReturn
() const { return
CallsEhReturn
; }
82
void setCallsEhReturn() {
CallsEhReturn
= true; }
130
///
CallsEhReturn
- Whether the function calls llvm.eh.return.
131
bool
CallsEhReturn
;
MipsSEFrameLowering.cpp
356
if (MipsFI->
callsEhReturn
()) {
422
if (MipsFI->
callsEhReturn
()) {
523
if (MipsFI->
callsEhReturn
())
Completed in 59 milliseconds