Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp3609 auto &SymMI = DepJD->MaterializingInfos[SymbolStringPtr(DepSym)]; in IL_failSymbols() local
3610 assert(SymMI.DependantEDUs.count(MI.DefiningEDU.get()) && in IL_failSymbols()
3612 SymMI.DependantEDUs.erase(MI.DefiningEDU.get()); in IL_failSymbols()
3636 auto &SymMI = DepJD->MaterializingInfos[SymbolStringPtr(DepSym)]; in IL_failSymbols() local
3637 assert(SymMI.DependantEDUs.count(DependantEDU) && in IL_failSymbols()
3639 SymMI.DependantEDUs.erase(DependantEDU); in IL_failSymbols()