Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCore.cpp736 auto &UMIEntry = UnmaterializedInfos[KV.first]; in replace() local
737 assert((!UMIEntry || !UMIEntry->MU) && in replace()
739 UMIEntry = UMI; in replace()