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.cpp2138 for (auto &DepSym : Symbols) { in verifySessionState() local
2139 if (!DepJD->Symbols.count(SymbolStringPtr(DepSym))) { in verifySessionState()
2141 << "dependant symbol " << DepSym in verifySessionState()
3210 NonOwningSymbolStringPtr DepSym, in IL_removeEDUDependence() argument
3214 assert(EDU.Dependencies[&DepJD].count(DepSym) && in IL_removeEDUDependence()
3217 JDDeps.erase(DepSym); in IL_removeEDUDependence()
3604 for (auto DepSym : DepSyms) { in IL_failSymbols() local
3605 assert(DepJD->Symbols.count(SymbolStringPtr(DepSym)) && in IL_failSymbols()
3607 assert(DepJD->MaterializingInfos.count(SymbolStringPtr(DepSym)) && in IL_failSymbols()
3609 auto &SymMI = DepJD->MaterializingInfos[SymbolStringPtr(DepSym)]; in IL_failSymbols()
[all …]
H A DLinkGraphLinkingLayer.cpp121 for (auto &DepSym : Deps) in lookup() local
122 SymbolSourceJDs[NonOwningSymbolStringPtr(DepSym)] = DepJD; in lookup()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1795 NonOwningSymbolStringPtr DepSym,