Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp587 auto *OtherGV = dyn_cast<GlobalValue>(VM->getValue()); in getLinkedToSymbol() local
588 return OtherGV ? dyn_cast<MCSymbolELF>(TM.getSymbol(OtherGV)) : nullptr; in getLinkedToSymbol()