Searched refs:ELF64LE (Results 1 – 14 of 14) sorted by relevance
/external/llvm/test/CodeGen/PowerPC/ |
D | fast-isel-conversion.ll | 6 …-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/ |
D | Object.cpp | 932 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>;
|
D | llvm-objcopy.cpp | 218 return llvm::make_unique<ELFWriter<ELF64LE>>(Obj, Buf, in CreateWriter()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | ELFObjectFile.cpp | 68 return createPtr<ELF64LE>(Obj); in createELFObjectFile()
|
D | ELF.cpp | 563 template class llvm::object::ELFFile<ELF64LE>;
|
/external/llvm/include/llvm/Object/ |
D | ELFTypes.h | 82 typedef ELFType<support::little, true> ELF64LE; typedef
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | ELF.h | 269 using ELF64LEFile = ELFFile<ELF64LE>;
|
D | ELFTypes.h | 97 using ELF64LE = ELFType<support::little, true>; variable
|
D | ELFObjectFile.h | 416 using ELF64LEObjectFile = ELFObjectFile<ELF64LE>;
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 624 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/ |
D | yaml2elf.cpp | 705 return ELFState<object::ELF64LE>::writeELF(Out, Doc); in yaml2elf()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 166 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/ |
D | llvm-objdump.cpp | 532 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/ |
D | RuntimeDyldELF.cpp | 203 createRTDyldELFObject<ELF64LE>(Buffer->getMemBufferRef(), Obj, L); in createELFDebugObject()
|