Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCDebugObjectRegistrar.h33 virtual Error registerDebugObject(ExecutorAddrRange TargetMem,
45 Error registerDebugObject(ExecutorAddrRange TargetMem,
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCDebugObjectRegistrar.cpp52 Error EPCDebugObjectRegistrar::registerDebugObject(ExecutorAddrRange TargetMem, in registerDebugObject() function in llvm::orc::EPCDebugObjectRegistrar
H A DDebugObjectManagerPlugin.cpp469 Target->registerDebugObject(*TargetMem, AutoRegisterCode)) { in notifyEmitted()