Home
last modified time | relevance | path

Searched refs:NoneRel (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/
H A DAVR.cpp53 AVR::AVR() { NoneRel = R_AVR_NONE; } in AVR()
H A DPPC.cpp32 NoneRel = R_PPC_NONE; in PPC()
H A DAMDGPU.cpp38 NoneRel = R_AMDGPU_NONE; in AMDGPU()
H A DSPARCV9.cpp38 NoneRel = R_SPARC_NONE; in SPARCV9()
H A DHexagon.cpp55 NoneRel = R_HEX_NONE; in Hexagon()
H A DRISCV.cpp33 RISCV::RISCV() { NoneRel = R_RISCV_NONE; } in RISCV()
H A DAArch64.cpp61 NoneRel = R_AARCH64_NONE; in AArch64()
H A DX86.cpp51 NoneRel = R_386_NONE; in X86()
H A DARM.cpp54 NoneRel = R_ARM_NONE; in ARM()
H A DX86_64.cpp58 NoneRel = R_X86_64_NONE; in X86_64()
H A DPPC64.cpp199 NoneRel = R_PPC64_NONE; in PPC64()
H A DMips.cpp56 NoneRel = R_MIPS_NONE; in MIPS()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DDWARF.cpp82 if (Type != Target->NoneRel) in findAux()
H A DTarget.h97 RelType NoneRel; variable