Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCDebugObjectRegistrar.h42 EPCDebugObjectRegistrar(ExecutionSession &ES, ExecutorAddr RegisterFn) in EPCDebugObjectRegistrar() argument
43 : ES(ES), RegisterFn(RegisterFn) {} in EPCDebugObjectRegistrar()
49 ExecutorAddr RegisterFn; variable
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DEPCDebugObjectRegistrar.cpp31 SymbolStringPtr RegisterFn = in createJITLoaderGDBRegistrar() local
37 RegistrationSymbols.add(RegisterFn); in createJITLoaderGDBRegistrar()
54 return ES.callSPSWrapper<void(shared::SPSExecutorAddrRange)>(RegisterFn, in registerDebugObject()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp45 FunctionCallee RegisterFn; member in __anon3e6e399a0111::SjLjEHPrepare
452 CallInst::Create(RegisterFn, FuncCtx, "", EntryBB->getTerminator()); in setupEntryBlockAndCallSites()
487 RegisterFn = M.getOrInsertFunction( in runOnFunction()