Home
last modified time | relevance | path

Searched refs:setCallsEHReturn (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineModuleInfo.h221 void setCallsEHReturn(bool b) { CallsEHReturn = b; } in setCallsEHReturn() function
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h246 void setCallsEHReturn(bool b) { CallsEHReturn = b; } in setCallsEHReturn() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineFunction.h764 void setCallsEHReturn(bool b) { CallsEHReturn = b; }
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4719 DAG.getMachineFunction().getMMI().setCallsEHReturn(true); in visitIntrinsicCall()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4983 DAG.getMachineFunction().getMMI().setCallsEHReturn(true); in visitIntrinsicCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5370 DAG.getMachineFunction().setCallsEHReturn(true); in visitIntrinsicCall()