Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp959 auto &DepsOnOtherJITDylib = MI.UnemittedDependencies[&OtherJITDylib]; in addDependencies()
998 MI.UnemittedDependencies.erase(&OtherJITDylib); in addDependencies()
1152 assert(DependantMI.UnemittedDependencies.count(this) && in emit()
1155 assert(DependantMI.UnemittedDependencies[this].count(Name) && in emit()
1158 DependantMI.UnemittedDependencies[this].erase(Name); in emit()
1159 if (DependantMI.UnemittedDependencies[this].empty()) in emit()
1160 DependantMI.UnemittedDependencies.erase(this); in emit()
1175 DependantMI.UnemittedDependencies.empty()) { in emit()
1197 if (MI.UnemittedDependencies.empty()) { in emit()
1280 auto UnemittedDepI = DependantMI.UnemittedDependencies.find(&JD); in notifyFailed()
[all …]
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCore.cpp824 auto &DepsOnOtherJITDylib = MI.UnemittedDependencies[&OtherJITDylib]; in addDependencies()
863 MI.UnemittedDependencies.erase(&OtherJITDylib); in addDependencies()
1045 assert(DependantMI.UnemittedDependencies.count(this) && in emit()
1049 assert(DependantMI.UnemittedDependencies[this].count(Name) && in emit()
1052 DependantMI.UnemittedDependencies[this].erase(Name); in emit()
1053 if (DependantMI.UnemittedDependencies[this].empty()) in emit()
1054 DependantMI.UnemittedDependencies.erase(this); in emit()
1070 DependantMI.UnemittedDependencies.empty()) { in emit()
1093 if (MI.UnemittedDependencies.empty()) { in emit()
1173 auto UnemittedDepI = DependantMI.UnemittedDependencies.find(&JD); in failSymbols()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h935 SymbolDependenceMap UnemittedDependencies; member
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h1060 SymbolDependenceMap UnemittedDependencies; member