/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | ARMException.cpp | 65 if (F.hasPersonalityFn()) in endFunction() 68 F.hasPersonalityFn() && !isNoOpWithoutInvoke(classifyEHPersonality(Per)) && in endFunction()
|
D | DwarfCFIException.cpp | 103 if (F.hasPersonalityFn()) in beginFunction() 109 F.hasPersonalityFn() && in beginFunction()
|
D | WinException.cpp | 75 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/ |
D | ARMException.cpp | 72 if (F->hasPersonalityFn()) in endFunction() 75 F->hasPersonalityFn() && !isNoOpWithoutInvoke(classifyEHPersonality(Per)) && in endFunction()
|
D | DwarfCFIException.cpp | 115 if (F->hasPersonalityFn()) in beginFunction() 121 F->hasPersonalityFn() && in beginFunction()
|
D | WinException.cpp | 76 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/ |
D | EscapeEnumerator.cpp | 71 if (!F.hasPersonalityFn()) { in Next()
|
D | CloneModule.cpp | 166 if (I.hasPersonalityFn()) in CloneModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Function.h | 560 return hasUWTable() || !doesNotThrow() || hasPersonalityFn(); in needsUnwindTableEntry() 688 bool hasPersonalityFn() const { in hasPersonalityFn() function
|
/external/llvm/lib/Transforms/Utils/ |
D | CloneModule.cpp | 149 if (I.hasPersonalityFn()) in CloneModule()
|
/external/llvm/tools/verify-uselistorder/ |
D | verify-uselistorder.cpp | 212 if (F.hasPersonalityFn()) in ValueMapping() 488 if (F.hasPersonalityFn()) in changeUseLists()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/verify-uselistorder/ |
D | verify-uselistorder.cpp | 211 if (F.hasPersonalityFn()) in ValueMapping() 487 if (F.hasPersonalityFn()) in changeUseLists()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MustExecute.cpp | 53 if (Fn->hasPersonalityFn()) in computeLoopSafetyInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | WasmEHPrepare.cpp | 195 assert(F.hasPersonalityFn() && "Personality function not found"); in runOnFunction()
|
D | StackProtector.cpp | 100 if (Fn.hasPersonalityFn()) { in runOnFunction()
|
D | MachineFunction.cpp | 175 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/ |
D | XCoreFrameLowering.cpp | 329 Fn->hasPersonalityFn() ? Fn->getPersonalityFn() : nullptr; in emitPrologue() 364 Fn->hasPersonalityFn() ? Fn->getPersonalityFn() : nullptr; in emitEpilogue()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreFrameLowering.cpp | 327 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/ |
D | WebAssemblyLateEHPrepare.cpp | 110 if (!MF.getFunction().hasPersonalityFn()) in runOnMachineFunction()
|
/external/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 106 if (Fn.hasPersonalityFn()) { in runOnFunction()
|
D | ShadowStackGCLowering.cpp | 151 if (!F.hasPersonalityFn()) { in Next()
|
/external/llvm/include/llvm/IR/ |
D | Function.h | 550 bool hasPersonalityFn() const {
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Function.h | 577 bool hasPersonalityFn() const { in hasPersonalityFn() function
|
/external/llvm/lib/IR/ |
D | Function.cpp | 448 if (SrcF->hasPersonalityFn()) in copyAttributesFrom() 1165 assert(hasPersonalityFn() && getNumOperands()); in getPersonalityFn()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCContract.cpp | 552 if (F.hasPersonalityFn() && in runOnFunction()
|