Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1280 const bool IsRela = Section.Type == llvm::ELF::SHT_RELA; in writeSectionContent() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp125 bool IsRela() { return (reloc.is<ELFRela *>()); } in IsRela() function in __anona1378fcf0111::ELFRelocation
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3565 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA; in printRelocHeaderFields() local