Searched refs:noneRel (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DAMDGPU.cpp39 noneRel = R_AMDGPU_NONE;
H A DAVR.cpp53 AVR::AVR() { noneRel = R_AVR_NONE; }
H A DSPARCV9.cpp38 noneRel = R_SPARC_NONE;
H A DHexagon.cpp56 noneRel = R_HEX_NONE;
H A DPPC.cpp155 noneRel = R_PPC_NONE;
H A DRISCV.cpp76 noneRel = R_RISCV_NONE;
H A DAArch64.cpp65 noneRel = R_AARCH64_NONE;
H A DX86.cpp56 noneRel = R_386_NONE;
H A DARM.cpp55 noneRel = R_ARM_NONE;
H A DMips.cpp53 noneRel = R_MIPS_NONE;
H A DPPC64.cpp396 noneRel = R_PPC64_NONE;
H A DX86_64.cpp79 noneRel = R_X86_64_NONE;
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DTarget.h116 RelType noneRel; member in class:lld::elf::TargetInfo
H A DInputSection.cpp487 else if (config->relocatable && type != target->noneRel)

Completed in 124 milliseconds