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

/freebsd-11.0-release/contrib/llvm/include/llvm/Object/
H A DELFTypes.h30 typedef ELFType<support::big, false> ELF32BE; typedef in namespace:llvm::object
/freebsd-11.0-release/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp522 if (auto *ELF32BE = dyn_cast<ELF32BEObjectFile>(Obj))
523 return getRelocationValueString(ELF32BE, Rel, Result);
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp165 typedef ELFType<support::big, false> ELF32BE; typedef
166 DebugObj = createRTDyldELFObject<ELF32BE>(Buffer->getMemBufferRef(), Obj, L,

Completed in 127 milliseconds