Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp1272 auto &DependantSym = DependantJD.Symbols[DependantName]; in notifyFailed() local
1273 DependantSym.setFlags(DependantSym.getFlags() | in notifyFailed()
1292 if (DependantSym.getState() == SymbolState::Emitted) { in notifyFailed()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCore.cpp1165 auto &DependantSym = DependantJD.Symbols[DependantName]; in failSymbols() local
1166 DependantSym.setFlags(DependantSym.getFlags() | in failSymbols()
1185 if (DependantSym.getState() == SymbolState::Emitted) { in failSymbols()