Home
last modified time | relevance | path

Searched refs:completeSynthesisAndRegister (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.h36 virtual Error completeSynthesisAndRegister() = 0;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp241 Error completeSynthesisAndRegister() override { in completeSynthesisAndRegister() function in __anon8485bb280111::MachODebugObjectSynthesizer
419 [=](LinkGraph &G) { return MDOS->completeSynthesisAndRegister(); }); in modifyPassConfigForMachO()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp