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.cpp3603 auto &SymMI = DepJD->MaterializingInfos[SymbolStringPtr(DepSym)]; in IL_failSymbols() local
3604 assert(SymMI.DependantEDUs.count(MI.DefiningEDU.get()) && in IL_failSymbols()
3606 SymMI.DependantEDUs.erase(MI.DefiningEDU.get()); in IL_failSymbols()
3630 auto &SymMI = DepJD->MaterializingInfos[SymbolStringPtr(DepSym)]; in IL_failSymbols() local
3631 assert(SymMI.DependantEDUs.count(DependantEDU) && in IL_failSymbols()
3633 SymMI.DependantEDUs.erase(DependantEDU); in IL_failSymbols()