Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp406 ValueToValueMapTy IndirectSymbolValueMap; member in __anon8299d39e0211::IRLinker
549 IndirectSymbolValueMap, &LValMaterializer)) { in IRLinker()
642 (!ForIndirectSymbol && IndirectSymbolValueMap.lookup(SGV) == New)) in materialize()
1031 I = IndirectSymbolValueMap.find(SGV); in linkGlobalValueProto()
1032 if (I != IndirectSymbolValueMap.end()) in linkGlobalValueProto()
1615 IndirectSymbolValueMap.find(GV) != IndirectSymbolValueMap.end()) in run()