Home
last modified time | relevance | path

Searched refs:SendSymbolAddressFn (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h88 using SendSymbolAddressFn = unique_function<void(Expected<ExecutorAddr>)>; variable
177 void rt_lookupSymbol(SendSymbolAddressFn SendResult, ExecutorAddr Handle,
H A DELFNixPlatform.h217 using SendSymbolAddressFn = unique_function<void(Expected<ExecutorAddr>)>; variable
234 void rt_lookupSymbol(SendSymbolAddressFn SendResult, ExecutorAddr Handle,
H A DMachOPlatform.h298 using SendSymbolAddressFn = unique_function<void(Expected<ExecutorAddr>)>; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp588 void COFFPlatform::rt_lookupSymbol(SendSymbolAddressFn SendResult, in rt_lookupSymbol()
612 RtLookupNotifyComplete(SendSymbolAddressFn &&SendResult) in rt_lookupSymbol()
624 SendSymbolAddressFn SendResult; in rt_lookupSymbol()
H A DELFNixPlatform.cpp575 void ELFNixPlatform::rt_lookupSymbol(SendSymbolAddressFn SendResult, in rt_lookupSymbol()
602 RtLookupNotifyComplete(SendSymbolAddressFn &&SendResult) in rt_lookupSymbol()
614 SendSymbolAddressFn SendResult; in rt_lookupSymbol()