Home
last modified time | relevance | path

Searched refs:ELF64BE (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Object/
DELFTypes.h83 typedef ELFType<support::big, true> ELF64BE; typedef
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp628 auto *ELF64BE = cast<ELF64BEObjectFile>(Obj); in getRelocationValueString() local
629 return getRelocationValueString(ELF64BE, Rel, Result); in getRelocationValueString()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp162 typedef ELFType<support::big, true> ELF64BE; in createELFDebugObject() typedef
163 DebugObj = createRTDyldELFObject<ELF64BE>(Buffer->getMemBufferRef(), Obj, L, in createELFDebugObject()