Home
last modified time | relevance | path

Searched defs:ELF32LE (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/frameworks/compile/mclinker/lib/Target/Mips/
DMipsAbiFlags.cpp25 typedef llvm::object::ELFType<llvm::support::little, false> ELF32LE; typedef
/aosp_15_r20/external/llvm/include/llvm/Object/
H A DELFTypes.h80 typedef ELFType<support::little, false> ELF32LE; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DELFTypes.h95 using ELF32LE = ELFType<llvm::endianness::little, false>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DELFTypes.h95 using ELF32LE = ELFType<support::little, false>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELFTypes.h94 using ELF32LE = ELFType<support::little, false>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DELFTypes.h95 using ELF32LE = ELFType<llvm::endianness::little, false>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DELFTypes.h95 using ELF32LE = ELFType<llvm::endianness::little, false>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DELFTypes.h95 using ELF32LE = ELFType<llvm::endianness::little, false>; variable
/aosp_15_r20/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp154 typedef ELFType<support::little, false> ELF32LE; in createELFDebugObject() typedef
/aosp_15_r20/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp622 if (auto *ELF32LE = dyn_cast<ELF32LEObjectFile>(Obj)) in getRelocationValueString() local