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

/freebsd-11.0-release/contrib/llvm/include/llvm/Object/
H A DELFTypes.h32 typedef ELFType<support::big, true> ELF64BE; typedef in namespace:llvm::object
/freebsd-11.0-release/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp524 auto *ELF64BE = cast<ELF64BEObjectFile>(Obj);
525 return getRelocationValueString(ELF64BE, Rel, Result);
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp169 typedef ELFType<support::big, true> ELF64BE; typedef
170 DebugObj = createRTDyldELFObject<ELF64BE>(Buffer->getMemBufferRef(), Obj, L,

Completed in 136 milliseconds