Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/Object/
H A DELFTypes.h83 typedef ELFType<support::big, true> ELF64BE; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DELFTypes.h98 using ELF64BE = ELFType<llvm::endianness::big, true>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DELFTypes.h98 using ELF64BE = ELFType<support::big, true>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELFTypes.h97 using ELF64BE = ELFType<support::big, true>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DELFTypes.h98 using ELF64BE = ELFType<llvm::endianness::big, true>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DELFTypes.h98 using ELF64BE = ELFType<llvm::endianness::big, true>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DELFTypes.h98 using ELF64BE = ELFType<llvm::endianness::big, true>; variable
/aosp_15_r20/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp162 typedef ELFType<support::big, true> ELF64BE; in createELFDebugObject() typedef
/aosp_15_r20/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp628 auto *ELF64BE = cast<ELF64BEObjectFile>(Obj); in getRelocationValueString() local