Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp932 assert(UnmaterializedInfos.count(KV.first) == 0 && in replace()
960 UnmaterializedInfos[KV.first] = UMI; in replace()
1316 auto UMII = UnmaterializedInfos.find(Name); in lodgeQueryImpl()
1317 assert(UMII != UnmaterializedInfos.end() && in lodgeQueryImpl()
1330 UnmaterializedInfos.erase(KV.first); in lodgeQueryImpl()
1435 auto UMII = UnmaterializedInfos.find(Name); in lookupImpl()
1436 assert(UMII != UnmaterializedInfos.end() && in lookupImpl()
1449 UnmaterializedInfos.erase(KV.first); in lookupImpl()
1488 auto I = UnmaterializedInfos.find(KV.first); in dump()
1489 assert(I != UnmaterializedInfos.end() && in dump()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h631 UnmaterializedInfos[KV.first] = UMI; in define()
728 UnmaterializedInfosMap UnmaterializedInfos; variable