/llvm-project/llvm/test/tools/yaml2obj/ELF/ |
H A D | override-shtype.yaml | 8 ## Check we can use a hex value for the ShType. SHT_PROGBITS == 0x1. 20 ## Check we can use a string type name for the ShType. 33 ShType: [[TYPE=SHT_GNU_verneed]]
|
/llvm-project/llvm/test/tools/obj2yaml/ELF/ |
H A D | mips-abi-flags.yaml | 76 ShType: 0x7000002a ## SHT_MIPS_ABIFLAGS.
|
H A D | arm-exidx-section.yaml | 105 ShType: 0x70000001 ## SHT_ARM_EXIDX
|
/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
H A D | relr-relocs.test | 143 ShType: [[SHTYPE=<none>]]
|
H A D | dependent-libraries.test | 32 ShType: [[TYPE=<none>]]
|
H A D | mips-got.test | 38 ShType: [[DYNAMICTYPE=<none>]]
|
/llvm-project/llvm/test/Object/ |
H A D | invalid.test | 5 # RUN: not llvm-objdump -s %t1 2>&1 | FileCheck %s -DFILE=%t1 --check-prefix=INVALID-SHTYPE 7 # INVALID-SHTYPE: error: '[[FILE]]': invalid sh_type for string table section [index 1]: expected S…
|
/llvm-project/llvm/lib/InterfaceStub/ |
H A D | ELFObjHandler.cpp | 302 uint32_t ShType) const { in fillSymTabShdr() 303 SymTab.Shdr.sh_type = ShType; in fillSymTabShdr()
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineShifts.cpp | 645 Type *ShType = InnerShift->getType(); in foldShiftedShift() 646 unsigned TypeWidth = ShType->getScalarSizeInBits(); in foldShiftedShift() 655 InnerShift->setOperand(1, ConstantInt::get(ShType, ShAmt)); in foldShiftedShift() 671 return Constant::getNullValue(ShType); in foldShiftedShift() 684 ConstantInt::get(ShType, Mask)); in foldShiftedShift() 629 Type *ShType = InnerShift->getType(); foldShiftedShift() local
|
H A D | InstCombineCompares.cpp | 2374 Type *ShType = Shl->getType(); in foldICmpShlConstant() 2383 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC)); in foldICmpShlConstant() 2388 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC)); in foldICmpShlConstant() 2397 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC)); in foldICmpShlConstant() 2408 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC)); in foldICmpShlConstant() 2413 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC)); in foldICmpShlConstant() 2422 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC)); in foldICmpShlConstant() 2429 ShType, in foldICmpShlConstant() 2432 Constant *LShrC = ConstantInt::get(ShType, C.lshr(*ShiftAmt)); in foldICmpShlConstant() 2441 ShType, in foldICmpShlConstant() 2318 Type *ShType = Shl->getType(); foldICmpShlConstant() local [all...] |
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 1398 !Section.ShFlags && !Section.ShType && !Section.ShAddrAlign)); in sectionMapping() 1404 IO.mapOptional("ShType", Section.ShType); in sectionMapping()
|
H A D | ELFEmitter.cpp | 647 if (From->ShType) in overrideFields() 648 To.sh_type = *From->ShType; in overrideFields()
|
/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | ELFYAML.h | 303 std::optional<ELF_SHT> ShType; member
|
/llvm-project/lld/ELF/ |
H A D | Writer.cpp | 69 void addPhdrForSection(Partition &part, unsigned shType, unsigned pType, 2444 void Writer<ELFT>::addPhdrForSection(Partition &part, unsigned shType, in assignFileOffsetsBinary() 2448 return cmd->partition == partNo && cmd->type == shType; 2320 addPhdrForSection(Partition & part,unsigned shType,unsigned pType,unsigned pFlags) addPhdrForSection() argument
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 889 AArch64_AM::ShiftExtendType ShType = getShiftTypeForNode(N); in SelectShiftedRegister() 890 if (ShType == AArch64_AM::InvalidShiftExtend) in SelectShiftedRegister() 892 if (!AllowROR && ShType == AArch64_AM::ROR) in SelectShiftedRegister() 898 unsigned ShVal = AArch64_AM::getShifterImm(ShType, Val); in SelectShiftedRegister() 884 AArch64_AM::ShiftExtendType ShType = getShiftTypeForNode(N); SelectShiftedRegister() local
|
/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 7686 AArch64_AM::ShiftExtendType ShType = getShiftTypeForInst(*ShiftInst); in isDef32() 7687 if (ShType == AArch64_AM::InvalidShiftExtend) in isDef32() 7689 if (ShType == AArch64_AM::ROR && !AllowROR) in isDef32() 7707 unsigned ShiftVal = AArch64_AM::getShifterImm(ShType, Val); in fixupPHIOpBanks() 7387 AArch64_AM::ShiftExtendType ShType = getShiftTypeForInst(*ShiftInst); selectShiftedRegister() local
|