Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h84 using SendSymbolAddressFn = unique_function<void(Expected<ExecutorAddr>)>; variable
176 void rt_lookupSymbol(SendSymbolAddressFn SendResult, ExecutorAddr Handle,
H A DMachOPlatform.h194 using SendSymbolAddressFn = unique_function<void(Expected<ExecutorAddr>)>; variable
217 void rt_lookupSymbol(SendSymbolAddressFn SendResult, ExecutorAddr Handle,
H A DELFNixPlatform.h184 using SendSymbolAddressFn = unique_function<void(Expected<ExecutorAddr>)>; variable
209 void rt_lookupSymbol(SendSymbolAddressFn SendResult, ExecutorAddr Handle,
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp463 void ELFNixPlatform::rt_lookupSymbol(SendSymbolAddressFn SendResult, in rt_lookupSymbol()
494 RtLookupNotifyComplete(SendSymbolAddressFn &&SendResult) in rt_lookupSymbol()
506 SendSymbolAddressFn SendResult; in rt_lookupSymbol()
H A DCOFFPlatform.cpp580 void COFFPlatform::rt_lookupSymbol(SendSymbolAddressFn SendResult, in rt_lookupSymbol()
610 RtLookupNotifyComplete(SendSymbolAddressFn &&SendResult) in rt_lookupSymbol()
622 SendSymbolAddressFn SendResult; in rt_lookupSymbol()
H A DMachOPlatform.cpp667 void MachOPlatform::rt_lookupSymbol(SendSymbolAddressFn SendResult, in rt_lookupSymbol()
697 RtLookupNotifyComplete(SendSymbolAddressFn &&SendResult) in rt_lookupSymbol()
709 SendSymbolAddressFn SendResult; in rt_lookupSymbol()