Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Object/
HDELFTypes.h33 typedef ELFType<support::big, true> ELF64BE; typedef
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDllvm-objdump.cpp430 auto *ELF64BE = cast<ELF64BEObjectFile>(Obj); in getRelocationValueString() local
431 return getRelocationValueString(ELF64BE, Rel, Result); in getRelocationValueString()
/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldELF.cpp166 typedef ELFType<support::big, true> ELF64BE; in createELFDebugObject() typedef
167 DebugObj = createRTDyldELFObject<ELF64BE>(Buffer->getMemBufferRef(), L, ec); in createELFDebugObject()