Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp1372 bool UseSectionSym = SymA && SymA->getBinding() == ELF::STB_LOCAL && in recordRelocation() local
1375 if (UseSectionSym && useSectionSymbol(Target, SymA, Addend, Type)) { in recordRelocation()