Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCDebugObjectRegistrar.h43 EPCDebugObjectRegistrar(ExecutionSession &ES, ExecutorAddr RegisterFn) in EPCDebugObjectRegistrar() argument
44 : ES(ES), RegisterFn(RegisterFn) {} in EPCDebugObjectRegistrar()
51 ExecutorAddr RegisterFn; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCDebugObjectRegistrar.cpp28 SymbolStringPtr RegisterFn = in createJITLoaderGDBRegistrar() local
34 RegistrationSymbols.add(RegisterFn); in createJITLoaderGDBRegistrar()
52 RegisterFn, TargetMem, AutoRegisterCode); in registerDebugObject()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp46 FunctionCallee RegisterFn; member in __anon717b74230111::SjLjEHPrepareImpl
438 CallInst *Register = Builder.CreateCall(RegisterFn, FuncCtx, ""); in setupEntryBlockAndCallSites()
500 RegisterFn = M.getOrInsertFunction( in runOnFunction()