Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h1197 bool IsMips64EL = false; variable
H A DELFObject.cpp976 static void writeRel(const RelRange &Relocations, T *Buf, bool IsMips64EL) { in writeRel()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp194 Relocation(const typename ELFT::Rel &R, bool IsMips64EL) in Relocation()
198 Relocation(const typename ELFT::Rela &R, bool IsMips64EL) in Relocation()
4930 const bool IsMips64EL = this->Obj.isMips64EL(); in printDynamicRelocationsHelper() local
6448 const bool IsMips64EL = this->Obj.isMips64EL(); in forEachRelocationDo() local