Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp505 struct RelaxAux { struct
526 static RelaxAux initRelaxAux(LinkGraph &G) { in initRelaxAux()
527 RelaxAux Aux; in initRelaxAux()
674 static bool relaxOnce(LinkGraph &G, RelaxAux &Aux) { in relaxOnce()
766 static void finalizeRelax(LinkGraph &G, RelaxAux &Aux) { in finalizeRelax()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.h127 struct RelaxAux { struct
269 RelaxAux *relaxAux;
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp687 sec->relaxAux = make<RelaxAux>(); in initSymbolAnchors()
942 RelaxAux &aux = *sec->relaxAux; in finalizeRelax()
H A DLoongArch.cpp847 RelaxAux &aux = *sec->relaxAux; in finalizeRelax()