Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.cpp934 if (isa<ELFObjectFile<ELF32BE>>(Bin)) in getElfType()
951 } else if (auto *o = dyn_cast<ELFObjectFile<ELF32BE>>(Bin)) { in create()
952 ELFBuilder<ELF32BE> Builder(*o, *Obj); in create()
1396 template class ELFBuilder<ELF32BE>;
1401 template class ELFWriter<ELF32BE>;
Dllvm-objcopy.cpp221 return llvm::make_unique<ELFWriter<ELF32BE>>(Obj, Buf, in CreateWriter()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DELFObjectFile.cpp63 return createPtr<ELF32BE>(Obj); in createELFObjectFile()
DELF.cpp562 template class llvm::object::ELFFile<ELF32BE>;
/external/llvm/include/llvm/Object/
DELFTypes.h81 typedef ELFType<support::big, false> ELF32BE; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELF.h270 using ELF32BEFile = ELFFile<ELF32BE>;
DELFTypes.h96 using ELF32BE = ELFType<support::big, false>; variable
DELFObjectFile.h417 using ELF32BEObjectFile = ELFObjectFile<ELF32BE>;
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp626 if (auto *ELF32BE = dyn_cast<ELF32BEObjectFile>(Obj)) in getRelocationValueString() local
627 return getRelocationValueString(ELF32BE, Rel, Result); in getRelocationValueString()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2elf.cpp712 return ELFState<object::ELF32BE>::writeELF(Out, Doc); in yaml2elf()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp158 typedef ELFType<support::big, false> ELF32BE; in createELFDebugObject() typedef
159 DebugObj = createRTDyldELFObject<ELF32BE>(Buffer->getMemBufferRef(), Obj, L, in createELFDebugObject()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp534 if (auto *ELF32BE = dyn_cast<ELF32BEObjectFile>(Obj)) in getRelocationValueString() local
535 return getRelocationValueString(ELF32BE, Rel, Result); in getRelocationValueString()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp197 createRTDyldELFObject<ELF32BE>(Buffer->getMemBufferRef(), Obj, L); in createELFDebugObject()