Searched refs:ELF32LEObjectFile (Results 1 – 8 of 8) sorted by relevance
52 if (const auto *O = dyn_cast<ELF32LEObjectFile>(&Obj)) in createELFDumper()164 if (auto *ELF32LE = dyn_cast<ELF32LEObjectFile>(Obj)) in getELFRelocationValueString()195 if (const auto *ELFObj = dyn_cast<ELF32LEObjectFile>(Sec.getObject())) in getELFSectionLMA()
959 if (auto *Elf32LEObj = dyn_cast<ELF32LEObjectFile>(&Obj)) in getElfSymbolType()1011 if (auto *Elf32LEObj = dyn_cast<ELF32LEObjectFile>(&Obj)) in addDynamicElfSymbols()1488 if (auto *Elf32LEObj = dyn_cast<ELF32LEObjectFile>(&Obj)) in createFakeELFSections()
899 if (const auto *Obj = dyn_cast<ELF32LEObjectFile>(this)) in readDynsymVersions()912 if (const auto *Obj = dyn_cast<ELF32LEObjectFile>(this)) in readBBAddrMap()
876 if (auto *Elf32LEObj = dyn_cast<ELF32LEObjectFile>(Obj)) in resolveRelocation()
96 if (const auto *ELFObj = dyn_cast<object::ELF32LEObjectFile>(ObjFile)) in loadObj()
341 bool IsLE = isa<object::ELF32LEObjectFile>(Obj) || in handleCompressedSection()
479 using ELF32LEObjectFile = ELFObjectFile<ELF32LE>; variable
807 if (const ELF32LEObjectFile *ELFObj = dyn_cast<ELF32LEObjectFile>(&Obj)) in createELFDumper()