Searched defs:IsRela (Results 1 – 3 of 3) sorted by relevance
1282 const bool IsRela = Section.Type == llvm::ELF::SHT_RELA; in writeSectionContent() local
126 bool IsRela() { return (llvm::isa<ELFRela *>(reloc)); } in IsRela() function in __anone59002980111::ELFRelocation
3925 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA; in printRelocHeaderFields() local