Home
last modified time | relevance | path

Searched refs:ReexportsEntry (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h62 struct ReexportsEntry { struct
68 Expected<ReexportsEntry> findReexport(JITTargetAddress TrampolineAddr); argument
74 using ReexportsMap = std::map<JITTargetAddress, ReexportsEntry>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp34 Reexports[*Trampoline] = ReexportsEntry{&SourceJD, std::move(SymbolName)}; in getCallThroughTrampoline()
44 Expected<LazyCallThroughManager::ReexportsEntry>