Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp2143 for (auto &DepSym : Symbols) { in verifySessionState() local
2144 if (!DepJD->Symbols.count(SymbolStringPtr(DepSym))) { in verifySessionState()
2146 << "dependant symbol " << DepSym in verifySessionState()
3202 NonOwningSymbolStringPtr DepSym, in IL_removeEDUDependence() argument
3206 assert(EDU.Dependencies[&DepJD].count(DepSym) && in IL_removeEDUDependence()
3209 JDDeps.erase(DepSym); in IL_removeEDUDependence()
3598 for (auto DepSym : DepSyms) { in IL_failSymbols() local
3599 assert(DepJD->Symbols.count(SymbolStringPtr(DepSym)) && in IL_failSymbols()
3601 assert(DepJD->MaterializingInfos.count(SymbolStringPtr(DepSym)) && in IL_failSymbols()
3603 auto &SymMI = DepJD->MaterializingInfos[SymbolStringPtr(DepSym)]; in IL_failSymbols()
[all …]
H A DObjectLinkingLayer.cpp228 for (auto &DepSym : Deps) in lookup() local
229 SymbolSourceJDs[NonOwningSymbolStringPtr(DepSym)] = DepJD; in lookup()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1827 NonOwningSymbolStringPtr DepSym,