| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | Binary.h | 77 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() argument 78 if (isLE) in getELFType() 84 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType() argument 85 if (isLE) in getMachOType()
|
| H A D | ELF.h | 241 bool isLE() const { in isLE() function 250 bool isMips64EL() const { return isMipsELF64() && isLE(); } in isMips64EL()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/ |
| H A D | XtensaAsmBackend.cpp | 32 XtensaMCAsmBackend(uint8_t osABI, bool isLE) in XtensaMCAsmBackend() argument 33 : MCAsmBackend(support::little), OSABI(osABI), IsLittleEndian(isLE) {} in XtensaMCAsmBackend()
|
| H A D | XtensaMCCodeEmitter.cpp | 40 XtensaMCCodeEmitter(const MCInstrInfo &mcii, MCContext &ctx, bool isLE) in XtensaMCCodeEmitter() argument 41 : MCII(mcii), Ctx(ctx), IsLittleEndian(isLE) {} in XtensaMCCodeEmitter()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Xtensa/Disassembler/ |
| H A D | XtensaDisassembler.cpp | 38 XtensaDisassembler(const MCSubtargetInfo &STI, MCContext &Ctx, bool isLE) in XtensaDisassembler() argument 39 : MCDisassembler(STI, Ctx), IsLittleEndian(isLE) {} in XtensaDisassembler()
|
| /openbsd-src/gnu/llvm/lld/ELF/Arch/ |
| H A D | PPC64.cpp | 232 insn = config->isLE ? insn << 32 | insn >> 32 : insn; in writePrefixedInstruction() 379 config->isLE ? getRelaTocSymAndAddend<ELF64LE>(tocISB, rel.addend) in tryRelaxPPC64TocIndirection() 553 write32(config->isLE ? loc : loc - 2, insn); in writeFromHalf16() 557 return read32(config->isLE ? loc : loc - 2); in readFromHalf16() 562 return config->isLE ? (fullInstr << 32 | fullInstr >> 32) : fullInstr; in readPrefixedInstruction()
|
| H A D | PPC.cpp | 68 return read32(config->isLE ? loc : loc - 2); in readFromHalf16() 72 write32(config->isLE ? loc : loc - 2, insn); in writeFromHalf16()
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | ELF.cpp | 396 DataExtractor Data(Content, isLE(), ELFT::Is64Bits ? 8 : 4); in android_relas() 648 DataExtractor Data(Content, isLE(), ELFT::Is64Bits ? 8 : 4); in decodeBBAddrMap()
|
| /openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
| H A D | elf2yaml.cpp | 854 DataExtractor Data(Content, Obj.isLE(), ELFT::Is64Bits ? 8 : 4); in dumpStackSizesSection() 890 DataExtractor Data(Content, Obj.isLE(), ELFT::Is64Bits ? 8 : 4); in dumpBBAddrMapSection() 945 DataExtractor Data(Content, Obj.isLE(), /*AddressSize=*/0); in dumpAddrsigSection() 1055 DataExtractor Data(Content, Obj.isLE(), /*AddressSize=*/0); in dumpCallGraphProfileSection() 1265 DataExtractor Data(Content, Obj.isLE(), /*AddressSize=*/0); in dumpHashSection() 1301 DataExtractor Data(Content, Obj.isLE(), AddrSize); in dumpGnuHashSection()
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | Config.h | 344 bool isLE; member
|
| H A D | Driver.cpp | 1559 config->isLE = (k == ELF32LEKind || k == ELF64LEKind); in setConfigs() 1560 config->endianness = config->isLE ? endianness::little : endianness::big; in setConfigs()
|
| H A D | SyntheticSections.cpp | 2739 DWARFDataExtractor data(obj, *pub, config->isLE, config->wordsize); in readPubNamesAndTypes() 3719 eHdr->e_ident[EI_DATA] = config->isLE ? ELFDATA2LSB : ELFDATA2MSB; in writeEhdr()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 2639 if (Obj.isLE()) in printArchSpecificInfo() 2648 if (Obj.isLE()) in printArchSpecificInfo() 6182 DataExtractor Data(Contents, Obj.isLE(), sizeof(Elf_Addr)); in printNonRelocatableStackSizes() 6269 DataExtractor Data(Contents, Obj.isLE(), sizeof(Elf_Addr)); in printRelocatableStackSizes()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 1332 static bool isLE(Predicate P) {
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 10999 assert((IsGreater || ICmpInst::isLE(Pred) || ICmpInst::isLT(Pred)) && in getMonotonicPredicateTypeImpl() 11778 assert((ICmpInst::isLT(CanonicalPred) || ICmpInst::isLE(CanonicalPred)) && in isImpliedCondBalancedTypes() 11781 ICmpInst::isLE(CanonicalFoundPred)) && in isImpliedCondBalancedTypes()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 2132 bool isLE = DAG.getDataLayout().isLittleEndian(); in isVSLDOIShuffleMask() local 2134 if ((ShuffleKind == 0 && !isLE) || (ShuffleKind == 2 && isLE)) { in isVSLDOIShuffleMask() 2147 if (isLE) in isVSLDOIShuffleMask()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 13746 bool isLE = DAG.getDataLayout().isLittleEndian(); in visitTRUNCATE() local 13821 int Index = isLE ? (Elt*SizeRatio) : (Elt*SizeRatio + (SizeRatio-1)); in visitTRUNCATE() 13986 unsigned Idx = isLE ? 0 : VecSrcVT.getVectorNumElements() - 1; in visitTRUNCATE() 21044 bool isLE = DAG.getDataLayout().isLittleEndian(); in reduceBuildVecExtToExtBuildVec() local 21064 unsigned Index = isLE ? (i * ElemRatio) : in reduceBuildVecExtToExtBuildVec()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 19634 bool isSEXTLoad, bool IsMasked, bool isLE, in getMVEIndexedAddressParts() argument 19645 bool CanChangeType = isLE && !IsMasked; in getMVEIndexedAddressParts()
|