Searched refs:ELF64LE (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/Object/
H A DELFTypes.h31 typedef ELFType<support::little, true> ELF64LE; typedef in namespace:llvm::object
/freebsd-11.0-release/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp520 if (auto *ELF64LE = dyn_cast<ELF64LEObjectFile>(Obj))
521 return getRelocationValueString(ELF64LE, Rel, Result);
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp173 typedef ELFType<support::little, true> ELF64LE; typedef
174 DebugObj = createRTDyldELFObject<ELF64LE>(Buffer->getMemBufferRef(), Obj, L,

Completed in 107 milliseconds