Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/Object/
H A DELFTypes.h81 typedef ELFType<support::big, false> ELF32BE; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DELFTypes.h96 using ELF32BE = ELFType<llvm::endianness::big, false>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DELFTypes.h96 using ELF32BE = ELFType<support::big, false>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELFTypes.h95 using ELF32BE = ELFType<support::big, false>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DELFTypes.h96 using ELF32BE = ELFType<llvm::endianness::big, false>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DELFTypes.h96 using ELF32BE = ELFType<llvm::endianness::big, false>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DELFTypes.h96 using ELF32BE = ELFType<llvm::endianness::big, false>; variable
/aosp_15_r20/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp158 typedef ELFType<support::big, false> ELF32BE; in createELFDebugObject() typedef
/aosp_15_r20/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp626 if (auto *ELF32BE = dyn_cast<ELF32BEObjectFile>(Obj)) in getRelocationValueString() local