Home
last modified time | relevance | path

Searched refs:ByteSize (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp72 Optional<uint8_t> ByteSize; in extract() local
99 if ((ByteSize = dwarf::getFixedFormByteSize(F, dwarf::FormParams()))) { in extract()
101 FixedAttributeSize->NumBytes += *ByteSize; in extract()
111 AttributeSpecs.push_back(AttributeSpec(A, F, ByteSize)); in extract()
187 size_t ByteSize = NumBytes; in getByteSize() local
189 ByteSize += NumAddrs * U.getAddressByteSize(); in getByteSize()
191 ByteSize += NumRefAddrs * U.getRefAddrByteSize(); in getByteSize()
193 ByteSize += NumDwarfOffsets * U.getDwarfOffsetByteSize(); in getByteSize()
194 return ByteSize; in getByteSize()
201 if (ByteSize.HasByteSize) in getByteSize()
[all …]
H A DDWARFDie.cpp717 AttrValue.Offset += AttrValue.ByteSize; in updateForIndex()
729 AttrValue.ByteSize = ParseOffset - AttrValue.Offset; in updateForIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h34 AttributeSpec(dwarf::Attribute A, dwarf::Form F, Optional<uint8_t> ByteSize) in AttributeSpec()
37 this->ByteSize.HasByteSize = ByteSize.hasValue(); in AttributeSpec()
38 if (this->ByteSize.HasByteSize) in AttributeSpec()
39 this->ByteSize.ByteSize = *ByteSize; in AttributeSpec()
61 uint8_t ByteSize; member
64 ByteSizeStorage ByteSize; member
H A DDWARFAttribute.h28 uint32_t ByteSize = 0; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASourceFile.cpp33 DWORD ByteSize = 0; in getChecksum() local
34 HRESULT Result = SourceFile->get_checksum(0, &ByteSize, nullptr); in getChecksum()
35 if (ByteSize == 0) in getChecksum()
37 std::vector<BYTE> ChecksumBytes(ByteSize); in getChecksum()
38 Result = SourceFile->get_checksum(ByteSize, &ByteSize, &ChecksumBytes[0]); in getChecksum()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h83 DeclContext(unsigned Hash, uint32_t Line, uint32_t ByteSize, uint16_t Tag,
86 : QualifiedNameHash(Hash), Line(Line), ByteSize(ByteSize), Tag(Tag), in QualifiedNameHash()
107 uint32_t ByteSize = 0; variable
174 LHS->Line == RHS->Line && LHS->ByteSize == RHS->ByteSize && in isEqual()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp104 unsigned ByteSize = std::numeric_limits<uint32_t>::max(); in getChildDeclContext() local
115 ByteSize = dwarf::toUnsigned(DIE.find(dwarf::DW_AT_byte_size), in getChildDeclContext()
160 DeclContext Key(Hash, Line, ByteSize, Tag, NameRef, FileRef, Context); in getChildDeclContext()
167 new (Allocator) DeclContext(Hash, Line, ByteSize, Tag, NameRef, FileRef, in getChildDeclContext()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp264 const unsigned ByteSize = 1U << i; in initialize() local
265 const unsigned BitSize = ByteSize * 8; in initialize()
266 std::string ByteSizeStr = utostr(ByteSize); in initialize()
748 const unsigned ByteSize = 1U << Idx; in instrumentAtomic() local
749 const unsigned BitSize = ByteSize * 8; in instrumentAtomic()
763 const unsigned ByteSize = 1U << Idx; in instrumentAtomic() local
764 const unsigned BitSize = ByteSize * 8; in instrumentAtomic()
780 const unsigned ByteSize = 1U << Idx; in instrumentAtomic() local
781 const unsigned BitSize = ByteSize * 8; in instrumentAtomic()
794 const unsigned ByteSize = 1U << Idx; in instrumentAtomic() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp215 unsigned ByteSize) { in ExtractConstantBytes() argument
220 assert(ByteSize && "Must be accessing some piece"); in ExtractConstantBytes()
221 assert(ByteStart+ByteSize <= CSize && "Extracting invalid piece from input"); in ExtractConstantBytes()
222 assert(ByteSize != CSize && "Should not extract everything"); in ExtractConstantBytes()
229 V = V.trunc(ByteSize*8); in ExtractConstantBytes()
241 Constant *RHS = ExtractConstantBytes(CE->getOperand(1), ByteStart,ByteSize); in ExtractConstantBytes()
250 Constant *LHS = ExtractConstantBytes(CE->getOperand(0), ByteStart,ByteSize); in ExtractConstantBytes()
256 Constant *RHS = ExtractConstantBytes(CE->getOperand(1), ByteStart,ByteSize); in ExtractConstantBytes()
264 Constant *LHS = ExtractConstantBytes(CE->getOperand(0), ByteStart,ByteSize); in ExtractConstantBytes()
282 IntegerType::get(CE->getContext(), ByteSize * 8)); in ExtractConstantBytes()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp22 uint32_t PDBStringTable::getByteSize() const { return Header->ByteSize; } in getByteSize()
92 std::tie(SectionReader, Reader) = Reader.split(Header->ByteSize); in reload()
H A DPDBStringTableBuilder.cpp158 H.ByteSize = Strings.calculateSerializedSize(); in writeHeader()
/netbsd-src/sys/arch/hpc/stand/hpcboot/
H A Dconsole.cpp108 dcb.BaudRate, dcb.ByteSize, dcb.Parity, dcb.StopBits); in init()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1656 uint32_t ByteSize; in lowerTypeBasic() local
1659 ByteSize = Ty->getSizeInBits() / 8; in lowerTypeBasic()
1667 switch (ByteSize) { in lowerTypeBasic()
1676 switch (ByteSize) { in lowerTypeBasic()
1685 switch (ByteSize) { in lowerTypeBasic()
1695 switch (ByteSize) { in lowerTypeBasic()
1704 switch (ByteSize) { in lowerTypeBasic()
1713 switch (ByteSize) { in lowerTypeBasic()
1719 if (ByteSize == 1) in lowerTypeBasic()
1723 if (ByteSize == 1) in lowerTypeBasic()
H A DDwarfExpression.cpp83 unsigned ByteSize = SizeInBits / SizeOfByte; in addOpPiece() local
84 emitUnsigned(ByteSize); in addOpPiece()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawTypes.h315 support::ulittle32_t ByteSize; // Number of bytes of names buffer. member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Doptions.texi290 @item ByteSize
297 for gigabyte and gigibyte, and so on. @code{ByteSize} should be used for
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h672 SDValue get_VSPLTI_elt(SDNode *N, unsigned ByteSize, SelectionDAG &DAG);
H A DPPCISelLowering.cpp2403 SDValue PPC::get_VSPLTI_elt(SDNode *N, unsigned ByteSize, SelectionDAG &DAG) { in get_VSPLTI_elt() argument
2411 if (EltSize < ByteSize) { in get_VSPLTI_elt()
2412 unsigned Multiple = ByteSize/EltSize; // Number of BV entries per spltval. in get_VSPLTI_elt()
2484 if (ValSizeInBytes < ByteSize) return SDValue(); in get_VSPLTI_elt()
2488 if (!APInt(ValSizeInBytes * 8, Value).isSplat(ByteSize * 8)) in get_VSPLTI_elt()
2492 int MaskVal = SignExtend32(Value, ByteSize * 8); in get_VSPLTI_elt()
14326 unsigned ByteSize = Op1VT.getScalarSizeInBits() / 8; in combineStoreFPToInt() local
14328 DAG.getIntPtrConstant(ByteSize, dl, false), in combineStoreFPToInt()
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Doptions.texi316 @item ByteSize
323 for gigabyte and gigibyte, and so on. @code{ByteSize} should be used for
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc.opt311 C ObjC C++ LTO ObjC++ Var(warn_alloc_size_limit) Joined Host_Wide_Int ByteSize Warning Init(HOST_WI…
324 C ObjC C++ LTO ObjC++ Var(warn_alloca_limit) Warning Joined Host_Wide_Int ByteSize Init(HOST_WIDE_I…
1247 C ObjC C++ LTO ObjC++ Var(warn_vla_limit) Warning Joined Host_Wide_Int ByteSize Init(HOST_WIDE_INT_…
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc.opt323 C ObjC C++ LTO ObjC++ Var(warn_alloc_size_limit) Joined Host_Wide_Int ByteSize Warning Init(HOST_WI…
336 C ObjC C++ LTO ObjC++ Var(warn_alloca_limit) Warning Joined Host_Wide_Int ByteSize Init(HOST_WIDE_I…
1401 C ObjC C++ LTO ObjC++ Var(warn_vla_limit) Warning Joined Host_Wide_Int ByteSize Init(HOST_WIDE_INT_…
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcommon.opt601 Common RejectNegative Joined Host_Wide_Int ByteSize Warning Var(warn_frame_larger_than_size) Init(H…
635 Common RejectNegative Joined Host_Wide_Int ByteSize Warning Var(warn_larger_than_size) Init(HOST_WI…
712 Common Joined RejectNegative Host_Wide_Int ByteSize Var(warn_stack_usage) Warning Init(HOST_WIDE_IN…
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcommon.opt625 Common RejectNegative Joined Host_Wide_Int ByteSize Warning Var(warn_frame_larger_than_size) Init(H…
663 Common RejectNegative Joined Host_Wide_Int ByteSize Warning Var(warn_larger_than_size) Init(HOST_WI…
740 Common Joined RejectNegative Host_Wide_Int ByteSize Var(warn_stack_usage) Warning Init(HOST_WIDE_IN…
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp6591 APSInt ByteSize; in HandleOperatorNewCall() local
6592 if (!EvaluateInteger(E->getArg(0), ByteSize, Info)) in HandleOperatorNewCall()
6604 APInt ElemSizeAP(ByteSize.getBitWidth(), ElemSize.getQuantity()); in HandleOperatorNewCall()
6605 APInt::udivrem(ByteSize, ElemSizeAP, Size, Remainder); in HandleOperatorNewCall()
6609 << ByteSize << APSInt(ElemSizeAP, true) << ElemType; in HandleOperatorNewCall()
6613 if (ByteSize.getActiveBits() > ConstantArrayType::getMaxSizeBits(Info.Ctx)) { in HandleOperatorNewCall()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinbase.d969 BYTE ByteSize;

12