Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDELFObjectWriter.cpp1476 bool RelocateWithSymbol = shouldRelocateWithSymbol(Asm, RefA, SymA, C, Type); in recordRelocation() local
1479 FixedValue = !RelocateWithSymbol && SymA && !SymA->isUndefined() in recordRelocation()
1487 if (!RelocateWithSymbol) { in recordRelocation()