Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLinkGraphLinkingLayer.cpp122 SymbolSourceJDs[NonOwningSymbolStringPtr(DepSym)] = DepJD; in lookup()
453 SymbolSourceJDs.find(NonOwningSymbolStringPtr(DepName)); in registerDependencies()
454 if (SourceJDItr != SymbolSourceJDs.end()) in registerDependencies()
468 DenseMap<NonOwningSymbolStringPtr, JITDylib *> SymbolSourceJDs; member in llvm::orc::LinkGraphLinkingLayer::JITLinkCtx