Searched defs:ELF64LE (Results 1 – 7 of 7) sorted by relevance
26 enum class ELFTarget { ELF32LE, ELF32BE, ELF64LE, ELF64BE }; enumerator
82 typedef ELFType<support::little, true> ELF64LE; typedef
96 using ELF64LE = ELFType<support::little, true>; variable
127 if (auto *ELF64LE = dyn_cast<ELF64LEObjectFile>(Obj)) in getELFRelocationValueString() local
166 typedef ELFType<support::little, true> ELF64LE; in createELFDebugObject() typedef
624 if (auto *ELF64LE = dyn_cast<ELF64LEObjectFile>(Obj)) in getRelocationValueString() local