Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DELFObjectWriter.cpp1474 bool RelocateWithSymbol = shouldRelocateWithSymbol(Asm, RefA, SymA, C, Type); in recordRelocation() local
1477 FixedValue = !RelocateWithSymbol && SymA && !SymA->isUndefined() in recordRelocation()
1485 if (!RelocateWithSymbol) { in recordRelocation()