Home
last modified time | relevance | path

Searched refs:SizeType (Results 1 – 25 of 38) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h142 template <typename SizeType, typename T, typename ElementMapper>
145 SizeType Size;
147 Size = static_cast<SizeType>(Items.size());
157 Size = static_cast<SizeType>(Items.size());
168 for (SizeType I = 0; I < Size; ++I) {
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.cpp96 SizeType = TargetInfo::UnsignedInt; in NVPTXTargetInfo()
101 SizeType = TargetInfo::UnsignedLong; in NVPTXTargetInfo()
132 SizeType = HostTarget->getSizeType(); in NVPTXTargetInfo()
H A DSPIR.h166 SizeType = TargetInfo::UnsignedInt; in SPIR32TargetInfo()
181 SizeType = TargetInfo::UnsignedLong; in SPIR64TargetInfo()
H A DMips.h127 SizeType = UnsignedInt; in setO32ABITypes()
153 SizeType = UnsignedLong; in setN64ABITypes()
163 SizeType = UnsignedInt; in setN32ABITypes()
H A DWebAssembly.h58 SizeType = UnsignedLong; in WebAssemblyTargetInfo()
171 SizeType = UnsignedLong; in WebAssembly64TargetInfo()
H A DX86.h406 SizeType = UnsignedInt; in X86_32TargetInfo()
487 SizeType = UnsignedLong; in OpenBSDI386TargetInfo()
506 SizeType = UnsignedLong; in DarwinI386TargetInfo()
650 SizeType = UnsignedLong; in RTEMSX86_32TargetInfo()
677 SizeType = IsX32 ? UnsignedInt : UnsignedLong; in X86_64TargetInfo()
782 SizeType = UnsignedLongLong; in WindowsX86_64TargetInfo()
H A DSparc.h158 SizeType = UnsignedInt; in SparcV8TargetInfo()
164 SizeType = UnsignedLong; in SparcV8TargetInfo()
H A DARC.h32 SizeType = UnsignedInt; in ARCTargetInfo()
H A DXCore.h34 SizeType = UnsignedInt; in XCoreTargetInfo()
H A DMSP430.h43 SizeType = UnsignedInt; in MSP430TargetInfo()
H A DVE.h37 SizeType = UnsignedLong; in VETargetInfo()
H A DPNaCl.h38 this->SizeType = TargetInfo::UnsignedInt; in PNaClTargetInfo()
H A DTCE.h67 SizeType = UnsignedInt; in TCETargetInfo()
H A DBPF.h32 SizeType = UnsignedLong; in BPFTargetInfo()
H A DHexagon.h48 SizeType = UnsignedInt; in HexagonTargetInfo()
H A DPPC.h373 SizeType = UnsignedInt; in PPC32TargetInfo()
378 SizeType = UnsignedLong; in PPC32TargetInfo()
H A DAVR.h50 SizeType = UnsignedInt; in AVRTargetInfo()
H A DM68k.cpp57 SizeType = UnsignedInt; in M68kTargetInfo()
H A DRISCV.h121 SizeType = UnsignedInt; in RISCV32TargetInfo()
H A DOSTargets.h301 this->SizeType = TargetInfo::UnsignedLong; in HaikuTargetInfo()
539 this->SizeType = TargetInfo::UnsignedInt; in PS3PPUTargetInfo()
857 this->SizeType = TargetInfo::UnsignedInt; in NaClTargetInfo()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h31 typedef S SizeType; typedef
34 SizeType size;
38 Range(BaseType b, SizeType s) : base(b), size(s) {} in Range()
71 SizeType GetByteSize() const { return size; } in GetByteSize()
73 void SetByteSize(SizeType s) { size = s; } in SetByteSize()
128 typedef S SizeType; typedef
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp470 auto *SizeType = dyn_cast<IntegerType>(NewMO.getLength()->getType()); in perform() local
471 assert(SizeType && "Expected integer type size argument."); in perform()
472 ConstantInt *CaseSizeId = ConstantInt::get(SizeType, SizeId); in perform()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h132 IntType SizeType, IntMaxType, PtrDiffType, IntPtrType, WCharType, WIntType,
317 IntType getSizeType() const { return SizeType; } in getSizeType()
319 switch (SizeType) { in getSignedSizeType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h870 using SizeType = decltype(std::declval<VecTy>().size()); variable
874 SizeType size() const { return AttrList.size(); } in size()
875 ParsedAttr &operator[](SizeType pos) { return *AttrList[pos]; }
876 const ParsedAttr &operator[](SizeType pos) const { return *AttrList[pos]; }
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp92 SizeType = UnsignedLong; in TargetInfo()
389 SizeType = Is32BitArch ? UnsignedInt : UnsignedLong; in adjust()

12