Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1330 : UnmaterializedInfos.end(); in remove()
1347 if (UMII != UnmaterializedInfos.end()) { in remove()
1349 UnmaterializedInfos.erase(UMII); in remove()
1379 auto I = UnmaterializedInfos.find(KV.first); in dump()
1380 assert(I != UnmaterializedInfos.end() && in dump()
1510 UnmaterializedInfos.erase(Sym); in removeTracker()
1512 assert(!UnmaterializedInfos.count(Sym) && in removeTracker()
1528 for (auto &KV : UnmaterializedInfos) { in transferTracker()
1633 auto UMII = UnmaterializedInfos.find(S); in defineImpl()
1634 assert(UMII != UnmaterializedInfos.end() && in defineImpl()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1193 UnmaterializedInfosMap UnmaterializedInfos; variable