HomeSort by relevance Sort by last modified time
    Searched refs:callsEhReturn (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Mips/
MipsMachineFunction.h 56 /// CallsEhReturn - Whether the function calls llvm.eh.return.
57 bool CallsEhReturn;
65 VarArgsFrameIndex(0), CallsEhReturn(false)
88 bool callsEhReturn() const { return CallsEhReturn; }
89 void setCallsEhReturn() { CallsEhReturn = true; }
MipsSEFrameLowering.cpp 343 if (MipsFI->callsEhReturn()) {
409 if (MipsFI->callsEhReturn()) {
510 if (MipsFI->callsEhReturn())

Completed in 2013 milliseconds