Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCDebugObjectRegistrar.h41 class EPCDebugObjectRegistrar : public DebugObjectRegistrar {
43 EPCDebugObjectRegistrar(ExecutionSession &ES, JITTargetAddress RegisterFn) in EPCDebugObjectRegistrar() function
55 Expected<std::unique_ptr<EPCDebugObjectRegistrar>>
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCDebugObjectRegistrar.cpp19 Expected<std::unique_ptr<EPCDebugObjectRegistrar>>
42 return std::make_unique<EPCDebugObjectRegistrar>(ES, (*Result)[0][0]); in createJITLoaderGDBRegistrar()
45 Error EPCDebugObjectRegistrar::registerDebugObject(sys::MemoryBlock TargetMem) { in registerDebugObject()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile638 SRCS_EXT+= ExecutionEngine/Orc/EPCDebugObjectRegistrar.cpp