Searched defs:ELF64LE (Results 1 – 9 of 9) sorted by relevance
82 typedef ELFType<support::little, true> ELF64LE; typedef
97 using ELF64LE = ELFType<llvm::endianness::little, true>; variable
97 using ELF64LE = ELFType<support::little, true>; variable
96 using ELF64LE = ELFType<support::little, true>; variable
166 typedef ELFType<support::little, true> ELF64LE; in createELFDebugObject() typedef
624 if (auto *ELF64LE = dyn_cast<ELF64LEObjectFile>(Obj)) in getRelocationValueString() local