Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELFObjectFile.cpp90 return createPtr<ELF64BE>(Obj); in createELFObjectFile()
DELF.cpp589 template class llvm::object::ELFFile<ELF64BE>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp315 else if (auto *O = dyn_cast<ELFObjectFile<ELF64BE>>(Obj)) in getBuildID()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFTypes.h97 using ELF64BE = ELFType<support::big, true>; variable
DELF.h307 using ELF64BEFile = ELFFile<ELF64BE>;
DELFObjectFile.h447 using ELF64BEObjectFile = ELFObjectFile<ELF64BE>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp1453 return ELFState<object::ELF64BE>::writeELF(Out, Doc, EH); in yaml2elf()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp203 createRTDyldELFObject<ELF64BE>(Buffer->getMemBufferRef(), Obj, L); in createELFDebugObject()