Searched defs:relaxOnce (Results 1 – 6 of 6) sorted by relevance
/llvm-project/lld/ELF/Arch/ | ||
H A D | SystemZ.cpp | 436 bool SystemZ::relaxOnce(int pass) const { relaxOnce() function in SystemZ |
H A D | LoongArch.cpp | 803 bool LoongArch::relaxOnce(int pass) const { relaxOnce() function in LoongArch |
H A D | X86_64.cpp | 311 bool X86_64::relaxOnce(int pass) const { relaxOnce() function in X86_64 |
H A D | RISCV.cpp | 915 bool RISCV::relaxOnce(int pass) const { relaxOnce() function in RISCV |
/llvm-project/lld/ELF/ | ||
H A D | Target.h | 97 virtual bool relaxOnce(int pass) const { return false; } relaxOnce() function |
/llvm-project/llvm/lib/ExecutionEngine/JITLink/ | ||
H A D | ELF_riscv.cpp | 674 static bool relaxOnce(LinkGraph &G, RelaxAux &Aux) { in relaxOnce() function |