Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/Arch/
H A DMips.cpp309 uint32_t jalrInst = config->zHazardplt ? 0x0320fc09 : 0x0320f809; in writePltHeader()
344 uint32_t jrInst = isMipsR6() ? (config->zHazardplt ? 0x03200409 : 0x03200009) in writePlt()
345 : (config->zHazardplt ? 0x03200408 : 0x03200008); in writePlt()
/llvm-project-15.0.7/lld/ELF/
H A DConfig.h248 bool zHazardplt; member
H A DDriver.cpp1233 config->zHazardplt = hasZOption(args, "hazardplt"); in readConfigs()