Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp407 ValueToValueMapTy IndirectSymbolValueMap; member in __anone1f06e680211::IRLinker
550 IndirectSymbolValueMap, &LValMaterializer)) { in IRLinker()
643 (!ForIndirectSymbol && IndirectSymbolValueMap.lookup(SGV) == New)) in materialize()
1033 I = IndirectSymbolValueMap.find(SGV); in linkGlobalValueProto()
1034 if (I != IndirectSymbolValueMap.end()) in linkGlobalValueProto()
1617 IndirectSymbolValueMap.find(GV) != IndirectSymbolValueMap.end()) in run()