Searched refs:ELF32LE (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/ |
D | Object.cpp | 930 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>;
|
D | llvm-objcopy.cpp | 215 return llvm::make_unique<ELFWriter<ELF32LE>>(Obj, Buf, in CreateWriter()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | ELFObjectFile.cpp | 61 return createPtr<ELF32LE>(Obj); in createELFObjectFile()
|
D | ELF.cpp | 561 template class llvm::object::ELFFile<ELF32LE>;
|
/external/llvm/include/llvm/Object/ |
D | ELFTypes.h | 80 typedef ELFType<support::little, false> ELF32LE; typedef
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | ELF.h | 268 using ELF32LEFile = ELFFile<ELF32LE>;
|
D | ELFTypes.h | 95 using ELF32LE = ELFType<support::little, false>; variable
|
D | ELFObjectFile.h | 415 using ELF32LEObjectFile = ELFObjectFile<ELF32LE>;
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 622 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/ |
D | yaml2elf.cpp | 710 return ELFState<object::ELF32LE>::writeELF(Out, Doc); in yaml2elf()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 154 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/ |
D | llvm-objdump.cpp | 530 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/ |
D | ELFDumper.cpp | 1855 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/ |
D | RuntimeDyldELF.cpp | 194 createRTDyldELFObject<ELF32LE>(Buffer->getMemBufferRef(), Obj, L); in createELFDebugObject()
|