Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.cpp936 if (isa<ELFObjectFile<ELF64BE>>(Bin)) in getElfType()
955 } else if (auto *o = dyn_cast<ELFObjectFile<ELF64BE>>(Bin)) { in create()
956 ELFBuilder<ELF64BE> Builder(*o, *Obj); in create()
1394 template class ELFBuilder<ELF64BE>;
1399 template class ELFWriter<ELF64BE>;
Dllvm-objcopy.cpp224 return llvm::make_unique<ELFWriter<ELF64BE>>(Obj, Buf, in CreateWriter()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DELFObjectFile.cpp70 return createPtr<ELF64BE>(Obj); in createELFObjectFile()
DELF.cpp564 template class llvm::object::ELFFile<ELF64BE>;
/external/llvm/include/llvm/Object/
DELFTypes.h83 typedef ELFType<support::big, true> ELF64BE; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELF.h271 using ELF64BEFile = ELFFile<ELF64BE>;
DELFTypes.h98 using ELF64BE = ELFType<support::big, true>; variable
DELFObjectFile.h418 using ELF64BEObjectFile = ELFObjectFile<ELF64BE>;
/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/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2elf.cpp707 return ELFState<object::ELF64BE>::writeELF(Out, Doc); in yaml2elf()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp536 auto *ELF64BE = cast<ELF64BEObjectFile>(Obj); in getRelocationValueString() local
537 return getRelocationValueString(ELF64BE, Rel, Result); in getRelocationValueString()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp200 createRTDyldELFObject<ELF64BE>(Buffer->getMemBufferRef(), Obj, L); in createELFDebugObject()