Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1282 const bool IsRela = Section.Type == llvm::ELF::SHT_RELA; in writeSectionContent() local
1328 } else if (IsRela) { in writeSectionContent()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp126 bool IsRela() { return (llvm::isa<ELFRela *>(reloc)); } in IsRela() function in __anone59002980111::ELFRelocation
2813 if (rel.IsRela()) { in ApplyRelocations()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3925 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA; in printRelocHeaderFields() local
3931 if (IsRela || (SType == ELF::SHT_CREL && (CrelHdr & CREL_HDR_ADDEND))) in printRelocHeaderFields()