Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCDebugObjectRegistrar.cpp18 std::optional<ExecutorAddr> RegistrationFunctionDylib) { in createJITLoaderGDBRegistrar() argument
21 if (!RegistrationFunctionDylib) { in createJITLoaderGDBRegistrar()
23 RegistrationFunctionDylib = *D; in createJITLoaderGDBRegistrar()
37 {{*RegistrationFunctionDylib, RegistrationSymbols}}); in createJITLoaderGDBRegistrar()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCDebugObjectRegistrar.h64 std::optional<ExecutorAddr> RegistrationFunctionDylib = std::nullopt);