Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/PowerPC/
Dfast-isel-conversion.ll6 …-mtriple=powerpc64le-unknown-linux-gnu -mcpu=pwr8 -mattr=-vsx | FileCheck %s --check-prefix=ELF64LE
17 ; ELF64LE: sitofp_single_i64
24 ; ELF64LE: std
25 ; ELF64LE: lfd
26 ; ELF64LE: fcfids
38 ; ELF64LE: sitofp_single_i32
47 ; ELF64LE: std
49 ; ELF64LE: ori {{[0-9]+}}, {{[0-9]+}}, 65520
50 ; ELF64LE: lfiwax
51 ; ELF64LE: fcfids
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.cpp932 if (isa<ELFObjectFile<ELF64LE>>(Bin)) in getElfType()
947 } else if (auto *o = dyn_cast<ELFObjectFile<ELF64LE>>(Bin)) { in create()
948 ELFBuilder<ELF64LE> Builder(*o, *Obj); in create()
1393 template class ELFBuilder<ELF64LE>;
1398 template class ELFWriter<ELF64LE>;
Dllvm-objcopy.cpp218 return llvm::make_unique<ELFWriter<ELF64LE>>(Obj, Buf, in CreateWriter()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DELFObjectFile.cpp68 return createPtr<ELF64LE>(Obj); in createELFObjectFile()
DELF.cpp563 template class llvm::object::ELFFile<ELF64LE>;
/external/llvm/include/llvm/Object/
DELFTypes.h82 typedef ELFType<support::little, true> ELF64LE; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELF.h269 using ELF64LEFile = ELFFile<ELF64LE>;
DELFTypes.h97 using ELF64LE = ELFType<support::little, true>; variable
DELFObjectFile.h416 using ELF64LEObjectFile = ELFObjectFile<ELF64LE>;
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp624 if (auto *ELF64LE = dyn_cast<ELF64LEObjectFile>(Obj)) in getRelocationValueString() local
625 return getRelocationValueString(ELF64LE, Rel, Result); in getRelocationValueString()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2elf.cpp705 return ELFState<object::ELF64LE>::writeELF(Out, Doc); in yaml2elf()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp166 typedef ELFType<support::little, true> ELF64LE; in createELFDebugObject() typedef
167 DebugObj = createRTDyldELFObject<ELF64LE>(Buffer->getMemBufferRef(), Obj, L, in createELFDebugObject()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp532 if (auto *ELF64LE = dyn_cast<ELF64LEObjectFile>(Obj)) in getRelocationValueString() local
533 return getRelocationValueString(ELF64LE, Rel, Result); in getRelocationValueString()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp203 createRTDyldELFObject<ELF64LE>(Buffer->getMemBufferRef(), Obj, L); in createELFDebugObject()