Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELFTypes.h388 static const bool IsRela = false;
424 static const bool IsRela = true;
431 static const bool IsRela = false;
477 static const bool IsRela = true;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1239 const bool IsRela = Section.Type == llvm::ELF::SHT_RELA; in writeSectionContent() local
1244 if (IsRela) { in writeSectionContent()
1260 SHeader.sh_size = (IsRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel)) * in writeSectionContent()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3446 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA; in printRelocHeaderFields() local
3461 if (IsRela) in printRelocHeaderFields()