Home
last modified time | relevance | path

Searched defs:hasEHFunclets (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h251 bool hasEHFunclets() const { return HasEHFunclets; } in hasEHFunclets() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp68 bool hasEHFunclets = MF->hasEHFunclets(); in beginFunction() local
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp67 bool hasEHFunclets = MMI->hasEHFunclets(); in beginFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp64 bool hasEHFunclets = MF->hasEHFunclets(); in beginFunction() local