Searched defs:IsRela (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1179 bool IsRela = Section.Type == llvm::ELF::SHT_RELA; local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3662 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA; local
3608 printRelocation(const ELFO *Obj, unsigned SecIndex, const Elf_Shdr *SymTab, const Elf_Rela &R, unsigned RelIndex, bool IsRela) argument
3623 printRelocation(const ELFO *Obj, const Elf_Sym *Sym, StringRef SymbolName, const Elf_Rela &R, bool IsRela) argument
4492 printDynamicRelocation(const ELFO *Obj, Elf_Rela R, bool IsRela) argument
[all...]

Completed in 172 milliseconds