Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DEPCDebugObjectRegistrar.h43 EPCDebugObjectRegistrar(ExecutionSession &ES, JITTargetAddress RegisterFn) in EPCDebugObjectRegistrar() argument
44 : ES(ES), RegisterFn(RegisterFn) {} in EPCDebugObjectRegistrar()
50 JITTargetAddress RegisterFn; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
DEPCDebugObjectRegistrar.cpp26 SymbolStringPtr RegisterFn = in createJITLoaderGDBRegistrar() local
32 RegistrationSymbols.add(RegisterFn); in createJITLoaderGDBRegistrar()
47 RegisterFn, ExecutorAddress::fromPtr(TargetMem.base()), in registerDebugObject()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp45 FunctionCallee RegisterFn; member in __anonde05333b0111::SjLjEHPrepare
452 CallInst::Create(RegisterFn, FuncCtx, "", EntryBB->getTerminator()); in setupEntryBlockAndCallSites()
487 RegisterFn = M.getOrInsertFunction( in runOnFunction()