Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DELFTypes.h386 static const bool IsRela = false;
422 static const bool IsRela = true;
429 static const bool IsRela = false;
475 static const bool IsRela = true;
/llvm-project-15.0.7/lld/ELF/
H A DInputSection.cpp356 if (RelTy::IsRela) in copyRelocations()
400 if (!RelTy::IsRela) in copyRelocations()
419 if (RelTy::IsRela) in copyRelocations()
844 if (!RelTy::IsRela) in relocateNonAlloc()
H A DRelocations.cpp473 if (RelTy::IsRela) in computeMipsAddend()
505 if (RelTy::IsRela) { in computeAddend()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1279 const bool IsRela = Section.Type == llvm::ELF::SHT_RELA; in writeSectionContent() local
1284 if (IsRela) { in writeSectionContent()
1300 SHeader.sh_size = (IsRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel)) * in writeSectionContent()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3557 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA; in printRelocHeaderFields() local
3572 if (IsRela) in printRelocHeaderFields()