Searched refs:SendSymbolAddressFn (Results 1 – 6 of 6) sorted by relevance
84 using SendSymbolAddressFn = unique_function<void(Expected<ExecutorAddr>)>; variable176 void rt_lookupSymbol(SendSymbolAddressFn SendResult, ExecutorAddr Handle,
194 using SendSymbolAddressFn = unique_function<void(Expected<ExecutorAddr>)>; variable217 void rt_lookupSymbol(SendSymbolAddressFn SendResult, ExecutorAddr Handle,
184 using SendSymbolAddressFn = unique_function<void(Expected<ExecutorAddr>)>; variable209 void rt_lookupSymbol(SendSymbolAddressFn SendResult, ExecutorAddr Handle,
463 void ELFNixPlatform::rt_lookupSymbol(SendSymbolAddressFn SendResult, in rt_lookupSymbol()494 RtLookupNotifyComplete(SendSymbolAddressFn &&SendResult) in rt_lookupSymbol()506 SendSymbolAddressFn SendResult; in rt_lookupSymbol()
580 void COFFPlatform::rt_lookupSymbol(SendSymbolAddressFn SendResult, in rt_lookupSymbol()610 RtLookupNotifyComplete(SendSymbolAddressFn &&SendResult) in rt_lookupSymbol()622 SendSymbolAddressFn SendResult; in rt_lookupSymbol()
667 void MachOPlatform::rt_lookupSymbol(SendSymbolAddressFn SendResult, in rt_lookupSymbol()697 RtLookupNotifyComplete(SendSymbolAddressFn &&SendResult) in rt_lookupSymbol()709 SendSymbolAddressFn SendResult; in rt_lookupSymbol()