Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp803 UnmaterializedInfos[KV.first] = UMI; in replace()
1133 if (UMII != UnmaterializedInfos.end()) { in remove()
1135 UnmaterializedInfos.erase(UMII); in remove()
1230 auto UMII = UnmaterializedInfos.find(Name); in lodgeQueryImpl()
1231 assert(UMII != UnmaterializedInfos.end() && in lodgeQueryImpl()
1244 UnmaterializedInfos.erase(KV.first); in lodgeQueryImpl()
1351 auto UMII = UnmaterializedInfos.find(Name); in lookupImpl()
1352 assert(UMII != UnmaterializedInfos.end() && in lookupImpl()
1365 UnmaterializedInfos.erase(KV.first); in lookupImpl()
1416 assert(I != UnmaterializedInfos.end() && in dump()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h690 UnmaterializedInfosMap UnmaterializedInfos; variable
890 UnmaterializedInfos[KV.first] = UMI; in define()
907 UnmaterializedInfos[KV.first] = UMI; in define()