Searched refs:relaxOnce (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/llvm-project/lld/ELF/Arch/
H A DSystemZ.cpp41 bool relaxOnce(int pass) const override;
428 // we assume it is true and revert the decision later on in relaxOnce
436 bool SystemZ::relaxOnce(int pass) const { function in class:SystemZ
H A DLoongArch.cpp40 bool relaxOnce(int pass) const override;
763 bool LoongArch::relaxOnce(int pass) const {
H A DX86_64.cpp52 bool relaxOnce(int pass) const override;
311 bool X86_64::relaxOnce(int pass) const { function in class:X86_64
H A DRISCV.cpp47 bool relaxOnce(int pass) const override;
915 bool RISCV::relaxOnce(int pass) const { function in class:RISCV
916 llvm::TimeTraceScope timeScope("RISC-V relaxOnce");
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DTarget.h97 virtual bool relaxOnce(int pass) const { return false; } function in class:lld::elf::TargetInfo
H A DWriter.cpp1710 : target->relaxOnce(pass);
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp671 static bool relaxOnce(LinkGraph &G, RelaxAux &Aux) { function in namespace:llvm::jitlink
770 while (relaxOnce(G, Aux)) {

Completed in 97 milliseconds