Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp1416 const MCSymbolELF *RenamedSymA = SymA; in recordRelocation() local
1419 RenamedSymA = R; in recordRelocation()
1422 RenamedSymA->setIsWeakrefUsedInReloc(); in recordRelocation()
1424 RenamedSymA->setUsedInReloc(); in recordRelocation()
1426 ELFRelocationEntry Rec(FixupOffset, RenamedSymA, Type, Addend, SymA, C); in recordRelocation()