Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h186 bool useSectionSymbol(const MCValue &Val, const MCSymbolELF *Sym, uint64_t C,
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp1259 bool ELFObjectWriter::useSectionSymbol(const MCValue &Val, in useSectionSymbol() function in ELFObjectWriter
1375 if (UseSectionSym && useSectionSymbol(Target, SymA, Addend, Type)) { in recordRelocation()