Home
last modified time | relevance | path

Searched refs:setPersonalityFn (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCloneModule.cpp152 F->setPersonalityFn(nullptr); in CloneModule()
167 F->setPersonalityFn(MapValue(I.getPersonalityFn(), VMap)); in CloneModule()
DEscapeEnumerator.cpp72 F.setPersonalityFn(cast<Constant>(PersFn.getCallee())); in Next()
DCloneFunction.cpp106 NewFunc->setPersonalityFn( in CloneFunctionInto()
DCodeExtractor.cpp1537 newFunction->setPersonalityFn(oldFunction->getPersonalityFn()); in extractCodeRegion()
DInlineFunction.cpp1629 Caller->setPersonalityFn(CalledPersonality); in InlineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCompileOnDemandLayer.cpp28 F.setPersonalityFn(nullptr); in extractSubModule()
204 F.setPersonalityFn(nullptr); in cleanUpModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h583 void setPersonalityFn(Constant *Fn);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h749 void setPersonalityFn(Constant *Fn);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp724 NewF->setPersonalityFn(nullptr); in copyGlobalValueProto()
1070 Dst.setPersonalityFn(Src.getPersonalityFn()); in linkFunctionBody()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp1138 F.setPersonalityFn(nullptr); in sanitizeFunction()
1475 F->setPersonalityFn(ThunkFn); in instrumentPersonalityFunctions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp524 setPersonalityFn(Src->getPersonalityFn()); in copyAttributesFrom()
1489 void Function::setPersonalityFn(Constant *Fn) { in setPersonalityFn() function in Function
DCore.cpp2309 unwrap<Function>(Fn)->setPersonalityFn(unwrap<Constant>(PersonalityFn)); in LLVMSetPersonalityFn()
3137 unwrap(B)->GetInsertBlock()->getParent()->setPersonalityFn( in LLVMBuildLandingPad()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2307 FunctionPersonalityFnWorklist.back().first->setPersonalityFn(C); in resolveGlobalAndIndirectSymbolInits()
4701 F->setPersonalityFn(cast<Constant>(PersFn)); in parseFunctionBody()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp5505 Fn->setPersonalityFn(PersonalityFn); in ParseFunctionHeader()