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

  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 252 void setHasEHFunclets(bool V) { HasEHFunclets = V; }
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 262 MMI.setHasEHFunclets(true);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineFunction.h 773 void setHasEHFunclets(bool V) { HasEHFunclets = V; }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 240 MF->setHasEHFunclets(true);

Completed in 376 milliseconds