Home
last modified time | relevance | path

Searched refs:IsRela (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h389 static const bool IsRela = false;
425 static const bool IsRela = true;
432 static const bool IsRela = false;
478 static const bool IsRela = true;
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp421 if (RelTy::IsRela) in copyRelocations()
466 if (!RelTy::IsRela) in copyRelocations()
485 if (RelTy::IsRela) in copyRelocations()
900 if (!RelTy::IsRela) in relocateNonAlloc()
H A DRelocations.cpp645 if (RelTy::IsRela) in computeMipsAddend()
678 if (RelTy::IsRela) { in computeAddend()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1280 const bool IsRela = Section.Type == llvm::ELF::SHT_RELA; in writeSectionContent() local
1285 if (IsRela) { in writeSectionContent()
1301 SHeader.sh_size = (IsRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel)) * in writeSectionContent()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3462 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA; in printRelocHeaderFields() local
3477 if (IsRela) in printRelocHeaderFields()