Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1650 FunctionCallee UnwindGetCFA = M.getOrInsertFunction("_Unwind_GetCFA", VoidTy); in instrumentPersonalityFunctions() local
1678 IRB.CreateBitCast(UnwindGetCFA.getCallee(), Int8PtrTy)}); in instrumentPersonalityFunctions()