Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h143 template <typename SizeType, typename T, typename ElementMapper>
146 SizeType Size;
148 Size = static_cast<SizeType>(Items.size());
158 Size = static_cast<SizeType>(Items.size());
169 for (SizeType I = 0; I < Size; ++I) {
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSPIR.h265 SizeType = TargetInfo::UnsignedInt; in SPIR32TargetInfo()
282 SizeType = TargetInfo::UnsignedLong; in SPIR64TargetInfo()
324 SizeType = TargetInfo::UnsignedInt; in SPIRVTargetInfo()
344 SizeType = TargetInfo::UnsignedInt; in SPIRV32TargetInfo()
368 SizeType = TargetInfo::UnsignedLong; in SPIRV64TargetInfo()
414 SizeType = TargetInfo::UnsignedLong; in SPIRV64AMDGCNTargetInfo()
H A DNVPTX.cpp93 SizeType = TargetInfo::UnsignedInt; in NVPTXTargetInfo()
98 SizeType = TargetInfo::UnsignedLong; in NVPTXTargetInfo()
132 SizeType = HostTarget->getSizeType(); in NVPTXTargetInfo()
H A DX86.h469 SizeType = UnsignedInt; in X86_32TargetInfo()
543 SizeType = UnsignedLong; in OpenBSDI386TargetInfo()
570 SizeType = UnsignedLong; in DarwinI386TargetInfo()
719 SizeType = UnsignedLong; in RTEMSX86_32TargetInfo()
746 SizeType = IsX32 ? UnsignedInt : UnsignedLong; in X86_64TargetInfo()
872 SizeType = UnsignedLongLong; in UEFIX86_64TargetInfo()
912 SizeType = UnsignedLongLong; in WindowsX86_64TargetInfo()
H A DMips.h133 SizeType = UnsignedInt; in setO32ABITypes()
159 SizeType = UnsignedLong; in setN64ABITypes()
169 SizeType = UnsignedInt; in setN32ABITypes()
H A DSparc.h158 SizeType = UnsignedInt; in SparcV8TargetInfo()
164 SizeType = UnsignedLong; in SparcV8TargetInfo()
H A DWebAssembly.h92 SizeType = UnsignedLong; in WebAssemblyTargetInfo()
211 SizeType = UnsignedLong; in WebAssembly64TargetInfo()
H A DARC.h32 SizeType = UnsignedInt; in ARCTargetInfo()
H A DXCore.h33 SizeType = UnsignedInt; in XCoreTargetInfo()
H A DMSP430.h43 SizeType = UnsignedInt; in MSP430TargetInfo()
H A DXtensa.h46 SizeType = UnsignedInt; in XtensaTargetInfo()
H A DVE.h36 SizeType = UnsignedLong; in VETargetInfo()
H A DPNaCl.h38 this->SizeType = TargetInfo::UnsignedInt; in PNaClTargetInfo()
H A DTCE.h75 SizeType = UnsignedInt; in TCETargetInfo()
H A DCSKY.h47 SizeType = UnsignedInt; in CSKYTargetInfo()
H A DBPF.h31 SizeType = UnsignedLong; in BPFTargetInfo()
H A DHexagon.h48 SizeType = UnsignedInt; in HexagonTargetInfo()
H A DAVR.h52 SizeType = UnsignedInt; in AVRTargetInfo()
H A DPPC.h403 SizeType = UnsignedInt; in PPC32TargetInfo()
408 SizeType = UnsignedLong; in PPC32TargetInfo()
H A DM68k.cpp56 SizeType = UnsignedInt; in M68kTargetInfo()
H A DLoongArch.h135 SizeType = UnsignedInt; in LoongArch32TargetInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DStableFunctionMap.h102 enum SizeType { enum
111 LLVM_ABI size_t size(SizeType Type = UniqueHashCount) const;
/freebsd/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()
87 SizeType GetByteSize() const { return size; } in GetByteSize()
89 void SetByteSize(SizeType s) { size = s; } in SetByteSize()
139 typedef S SizeType; typedef
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp415 auto *SizeType = dyn_cast<IntegerType>(NewMO.getLength()->getType()); in perform() local
416 assert(SizeType && "Expected integer type size argument."); in perform()
417 ConstantInt *CaseSizeId = ConstantInt::get(SizeType, SizeId); in perform()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h812 using SizeType = decltype(std::declval<VecTy>().size()); variable
823 SizeType size() const { return AttrList.size(); } in size()
824 ParsedAttr &operator[](SizeType pos) { return *AttrList[pos]; }
825 const ParsedAttr &operator[](SizeType pos) const { return *AttrList[pos]; }

12