Home
last modified time | relevance | path

Searched defs:ELF64LE (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/llvm/include/llvm/Object/
H A DELFTypes.h82 typedef ELFType<support::little, true> ELF64LE; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DELFTypes.h97 using ELF64LE = ELFType<llvm::endianness::little, true>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DELFTypes.h97 using ELF64LE = ELFType<support::little, true>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELFTypes.h96 using ELF64LE = ELFType<support::little, true>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DELFTypes.h97 using ELF64LE = ELFType<llvm::endianness::little, true>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DELFTypes.h97 using ELF64LE = ELFType<llvm::endianness::little, true>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DELFTypes.h97 using ELF64LE = ELFType<llvm::endianness::little, true>; variable
/aosp_15_r20/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp166 typedef ELFType<support::little, true> ELF64LE; in createELFDebugObject() typedef
/aosp_15_r20/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp624 if (auto *ELF64LE = dyn_cast<ELF64LEObjectFile>(Obj)) in getRelocationValueString() local