Home
last modified time | relevance | path

Searched refs:InsertUnwindResumeCalls (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DDwarfEHPrepare.cpp54 bool InsertUnwindResumeCalls(Function &Fn);
184 bool DwarfEHPrepare::InsertUnwindResumeCalls(Function &Fn) { in InsertUnwindResumeCalls() function in DwarfEHPrepare
264 bool Changed = InsertUnwindResumeCalls(Fn); in runOnFunction()
/external/llvm/lib/CodeGen/
DDwarfEHPrepare.cpp45 bool InsertUnwindResumeCalls(Function &Fn);
181 bool DwarfEHPrepare::InsertUnwindResumeCalls(Function &Fn) { in InsertUnwindResumeCalls() function in DwarfEHPrepare
260 bool Changed = InsertUnwindResumeCalls(Fn); in runOnFunction()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DDwarfEHPrepare.cpp66 bool InsertUnwindResumeCalls();
665 bool DwarfEHPrepare::InsertUnwindResumeCalls() { in InsertUnwindResumeCalls() function in DwarfEHPrepare
727 if (InsertUnwindResumeCalls()) { in runOnFunction()