Home
last modified time | relevance | path

Searched refs:ELF32LE (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.cpp930 if (isa<ELFObjectFile<ELF32LE>>(Bin)) in getElfType()
943 if (auto *o = dyn_cast<ELFObjectFile<ELF32LE>>(Bin)) { in create()
944 ELFBuilder<ELF32LE> Builder(*o, *Obj); in create()
1395 template class ELFBuilder<ELF32LE>;
1400 template class ELFWriter<ELF32LE>;
Dllvm-objcopy.cpp215 return llvm::make_unique<ELFWriter<ELF32LE>>(Obj, Buf, in CreateWriter()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DELFObjectFile.cpp61 return createPtr<ELF32LE>(Obj); in createELFObjectFile()
DELF.cpp561 template class llvm::object::ELFFile<ELF32LE>;
/external/llvm/include/llvm/Object/
DELFTypes.h80 typedef ELFType<support::little, false> ELF32LE; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELF.h268 using ELF32LEFile = ELFFile<ELF32LE>;
DELFTypes.h95 using ELF32LE = ELFType<support::little, false>; variable
DELFObjectFile.h415 using ELF32LEObjectFile = ELFObjectFile<ELF32LE>;
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp622 if (auto *ELF32LE = dyn_cast<ELF32LEObjectFile>(Obj)) in getRelocationValueString() local
623 return getRelocationValueString(ELF32LE, Rel, Result); in getRelocationValueString()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2elf.cpp710 return ELFState<object::ELF32LE>::writeELF(Out, Doc); in yaml2elf()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp154 typedef ELFType<support::little, false> ELF32LE; in createELFDebugObject() typedef
155 DebugObj = createRTDyldELFObject<ELF32LE>(Buffer->getMemBufferRef(), Obj, L, in createELFDebugObject()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp530 if (auto *ELF32LE = dyn_cast<ELF32LEObjectFile>(Obj)) in getRelocationValueString() local
531 return getRelocationValueString(ELF32LE, Rel, Result); in getRelocationValueString()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp1855 template <> void ELFDumper<ELF32LE>::printUnwindInfo() { in printUnwindInfo()
1858 ARM::EHABI::PrinterContext<ELF32LE> Ctx(W, Obj, DotSymtabSec); in printUnwindInfo()
1964 template <> void ELFDumper<ELF32LE>::printAttributes() { in printAttributes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp194 createRTDyldELFObject<ELF32LE>(Buffer->getMemBufferRef(), Obj, L); in createELFDebugObject()