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
184 void rt_lookupSymbol(SendSymbolAddressFn SendResult, ExecutorAddr Handle,
H A DELFNixPlatform.h187 using SendSymbolAddressFn = unique_function<void(Expected<ExecutorAddr>)>; variable
212 void rt_lookupSymbol(SendSymbolAddressFn SendResult, ExecutorAddr Handle,
H A DMachOPlatform.h294 using SendSymbolAddressFn = unique_function<void(Expected<ExecutorAddr>)>; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp428 void ELFNixPlatform::rt_lookupSymbol(SendSymbolAddressFn SendResult, in rt_lookupSymbol()
455 RtLookupNotifyComplete(SendSymbolAddressFn &&SendResult) in rt_lookupSymbol()
467 SendSymbolAddressFn SendResult; in bootstrapELFNixRuntime()
H A DCOFFPlatform.cpp597 void COFFPlatform::rt_lookupSymbol(SendSymbolAddressFn SendResult, in rt_lookupSymbol()
621 RtLookupNotifyComplete(SendSymbolAddressFn &&SendResult) in rt_lookupSymbol()
633 SendSymbolAddressFn SendResult; in rt_lookupSymbol()