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

  /external/llvm/lib/CodeGen/
TargetFrameLoweringImpl.cpp 87 bool CallsUnwindInit = MF.getMMI().callsUnwindInit();
91 if (CallsUnwindInit || MRI.isPhysRegModified(Reg))
MachineModuleInfo.cpp 211 CallsUnwindInit = false;
250 CallsUnwindInit = false;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetFrameLoweringImpl.cpp 109 bool CallsUnwindInit = MF.callsUnwindInit();
113 if (CallsUnwindInit || MRI.isPhysRegModified(Reg))
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 162 bool CallsUnwindInit;
248 bool callsUnwindInit() const { return CallsUnwindInit; }
249 void setCallsUnwindInit(bool b) { CallsUnwindInit = b; }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineModuleInfo.h 158 bool CallsUnwindInit;
223 bool callsUnwindInit() const { return CallsUnwindInit; }
224 void setCallsUnwindInit(bool b) { CallsUnwindInit = b; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineFunction.h 326 bool CallsUnwindInit = false;
766 bool callsUnwindInit() const { return CallsUnwindInit; }
767 void setCallsUnwindInit(bool b) { CallsUnwindInit = b; }
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineModuleInfo.cpp 259 CallsUnwindInit(0), DbgInfoAvailable(false),
313 CallsUnwindInit = 0;

Completed in 352 milliseconds