Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELFTypes.h83 typedef ELFType<support::big, true> ELF64BE; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFTypes.h97 using ELF64BE = ELFType<support::big, true>; variable
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp162 typedef ELFType<support::big, true> ELF64BE; in createELFDebugObject() typedef
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp628 auto *ELF64BE = cast<ELF64BEObjectFile>(Obj); in getRelocationValueString() local