HomeSort by relevance Sort by last modified time
    Searched refs:CallsUnwindInit (Results 1 - 5 of 5) 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/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/lib/CodeGen/
MachineModuleInfo.cpp 259 CallsUnwindInit(0), DbgInfoAvailable(false),
313 CallsUnwindInit = 0;

Completed in 124 milliseconds