Home
last modified time | relevance | path

Searched defs:SourceJD (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h63 JITDylib *SourceJD; member
158 JITDylib &SourceJD; variable
H A DCore.h820 JITDylib *SourceJD = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp25 JITDylib &SourceJD, SymbolStringPtr SymbolName, in getCallThroughTrampoline()
155 JITDylib &SourceJD, SymbolAliasMap CallableAliases, ImplSymbolMap *SrcJDLoc) in LazyReexportsMaterializationUnit()
H A DCore.cpp321 JITDylib *SourceJD, JITDylibLookupFlags SourceJDLookupFlags, in ReExportsMaterializationUnit()
511 Expected<SymbolAliasMap> buildSimpleReexportsAliasMap(JITDylib &SourceJD, in buildSimpleReexportsAliasMap()
611 ReexportsGenerator::ReexportsGenerator(JITDylib &SourceJD, in ReexportsGenerator()
H A DOrcV2CBindings.cpp449 LLVMOrcJITDylibRef SourceJD, LLVMOrcCSymbolAliasMapPairs CallableAliases, in LLVMOrcLazyReexports()