Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h252 void setHasEHFunclets(bool V) { HasEHFunclets = V; } in setHasEHFunclets() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp248 MF->setHasEHFunclets(true); in set()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp259 MF->setHasEHFunclets(true); in set()
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp262 MMI.setHasEHFunclets(true); in set()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFunction.h858 void setHasEHFunclets(bool V) { HasEHFunclets = V; }
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineFunction.h946 void setHasEHFunclets(bool V) { HasEHFunclets = V; }