Home
last modified time | relevance | path

Searched refs:hasPersonalityFn (Results 1 – 25 of 62) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DARMException.cpp65 if (F.hasPersonalityFn()) in endFunction()
68 F.hasPersonalityFn() && !isNoOpWithoutInvoke(classifyEHPersonality(Per)) && in endFunction()
DDwarfCFIException.cpp103 if (F.hasPersonalityFn()) in beginFunction()
109 F.hasPersonalityFn() && in beginFunction()
DWinException.cpp75 if (F.hasPersonalityFn()) { in beginFunction()
80 bool forceEmitPersonality = F.hasPersonalityFn() && in beginFunction()
120 if (F.hasPersonalityFn()) in endFunction()
218 if (F.hasPersonalityFn()) in beginFunclet()
242 if (F.hasPersonalityFn()) in endFunclet()
/external/llvm/lib/CodeGen/AsmPrinter/
DARMException.cpp72 if (F->hasPersonalityFn()) in endFunction()
75 F->hasPersonalityFn() && !isNoOpWithoutInvoke(classifyEHPersonality(Per)) && in endFunction()
DDwarfCFIException.cpp115 if (F->hasPersonalityFn()) in beginFunction()
121 F->hasPersonalityFn() && in beginFunction()
DWinException.cpp76 if (F->hasPersonalityFn()) in beginFunction()
80 F->hasPersonalityFn() && !isNoOpWithoutInvoke(classifyEHPersonality(Per)) && in beginFunction()
110 if (F->hasPersonalityFn()) in endFunction()
204 if (F->hasPersonalityFn()) in beginFunclet()
211 if (F->hasPersonalityFn()) in beginFunclet()
229 if (F->hasPersonalityFn()) in endFunclet()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DEscapeEnumerator.cpp71 if (!F.hasPersonalityFn()) { in Next()
DCloneModule.cpp166 if (I.hasPersonalityFn()) in CloneModule()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DFunction.h560 return hasUWTable() || !doesNotThrow() || hasPersonalityFn(); in needsUnwindTableEntry()
688 bool hasPersonalityFn() const { in hasPersonalityFn() function
/external/llvm/lib/Transforms/Utils/
DCloneModule.cpp149 if (I.hasPersonalityFn()) in CloneModule()
/external/llvm/tools/verify-uselistorder/
Dverify-uselistorder.cpp212 if (F.hasPersonalityFn()) in ValueMapping()
488 if (F.hasPersonalityFn()) in changeUseLists()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/verify-uselistorder/
Dverify-uselistorder.cpp211 if (F.hasPersonalityFn()) in ValueMapping()
487 if (F.hasPersonalityFn()) in changeUseLists()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMustExecute.cpp53 if (Fn->hasPersonalityFn()) in computeLoopSafetyInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DWasmEHPrepare.cpp195 assert(F.hasPersonalityFn() && "Personality function not found"); in runOnFunction()
DStackProtector.cpp100 if (Fn.hasPersonalityFn()) { in runOnFunction()
DMachineFunction.cpp175 F.hasPersonalityFn() ? F.getPersonalityFn() : nullptr))) { in init()
180 F.hasPersonalityFn() ? F.getPersonalityFn() : nullptr))) { in init()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp329 Fn->hasPersonalityFn() ? Fn->getPersonalityFn() : nullptr; in emitPrologue()
364 Fn->hasPersonalityFn() ? Fn->getPersonalityFn() : nullptr; in emitEpilogue()
/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp327 Fn->hasPersonalityFn() ? Fn->getPersonalityFn() : nullptr; in emitPrologue()
362 Fn->hasPersonalityFn() ? Fn->getPersonalityFn() : nullptr; in emitEpilogue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLateEHPrepare.cpp110 if (!MF.getFunction().hasPersonalityFn()) in runOnMachineFunction()
/external/llvm/lib/CodeGen/
DStackProtector.cpp106 if (Fn.hasPersonalityFn()) { in runOnFunction()
DShadowStackGCLowering.cpp151 if (!F.hasPersonalityFn()) { in Next()
/external/llvm/include/llvm/IR/
DFunction.h550 bool hasPersonalityFn() const {
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h577 bool hasPersonalityFn() const { in hasPersonalityFn() function
/external/llvm/lib/IR/
DFunction.cpp448 if (SrcF->hasPersonalityFn()) in copyAttributesFrom()
1165 assert(hasPersonalityFn() && getNumOperands()); in getPersonalityFn()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp552 if (F.hasPersonalityFn() && in runOnFunction()

123