Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
HDLinkModules.cpp505 DenseSet<GlobalObject *> AliasedGlobals; in run() local
508 AliasedGlobals.insert(GO); in run()
512 if (GO->hasPrivateLinkage() && !AliasedGlobals.contains(GO)) in run()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
HDLTO.cpp850 DenseSet<GlobalObject *> AliasedGlobals; in addRegularLTO() local
853 AliasedGlobals.insert(GO); in addRegularLTO()
902 !AliasedGlobals.count(cast<GlobalObject>(GV))) { in addRegularLTO()