Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDCore.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 …]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDCore.h935 SymbolDependenceMap UnemittedDependencies; member