Home
last modified time | relevance | path

Searched defs:SendSymbolAddressFn (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h172 using SendSymbolAddressFn = unique_function<void(Expected<ExecutorAddr>)>; variable
H A DELFNixPlatform.h184 using SendSymbolAddressFn = unique_function<void(Expected<ExecutorAddr>)>; variable