Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DTarget.h93 virtual bool relaxOnce(int pass) const { return false; } in relaxOnce() function
H A DWriter.cpp1652 : target->relaxOnce(pass); in finalizeAddressDependentContent()
/llvm-project-15.0.7/lld/ELF/Arch/
H A DRISCV.cpp41 bool relaxOnce(int pass) const override;
696 bool RISCV::relaxOnce(int pass) const { in relaxOnce() function in RISCV