Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h331 bool fixCortexA8; member
H A DDriver.cpp372 if (ctx.arg.fixCortexA8 && !ctx.arg.isLE) in checkOptions()
382 if (ctx.arg.fixCortexA8) in checkOptions()
1430 ctx.arg.fixCortexA8 = in readConfigs()
H A DRelocations.cpp2300 if ((ctx.arg.fixCortexA53Errata843419 || ctx.arg.fixCortexA8) && in addThunkSection()
H A DWriter.cpp1552 if (ctx.arg.fixCortexA8) { in finalizeAddressDependentContent()