Searched defs:IsRela (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/ObjectYAML/ | ||
H A D | ELFEmitter.cpp | 1289 const bool IsRela = Section.Type == llvm::ELF::SHT_RELA; writeSectionContent() local |
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ | ||
H A D | ObjectFileELF.cpp | 125 bool IsRela() { return (reloc.is<ELFRela *>()); } IsRela() function in __anonc19d6f6b0111::ELFRelocation |
/llvm-project/llvm/tools/llvm-readobj/ | ||
H A D | ELFDumper.cpp | 3860 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA; printRelocHeaderFields() local |