Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp397 ValueToValueMapTy IndirectSymbolValueMap; member in __anone8cafb1c0211::IRLinker
534 IndirectSymbolValueMap, &LValMaterializer)) { in IRLinker()
623 (!ForIndirectSymbol && IndirectSymbolValueMap.lookup(SGV) == New)) in materialize()
996 I = IndirectSymbolValueMap.find(SGV); in linkGlobalValueProto()
997 if (I != IndirectSymbolValueMap.end()) in linkGlobalValueProto()
1480 IndirectSymbolValueMap.find(GV) != IndirectSymbolValueMap.end()) in run()