Home
last modified time | relevance | path

Searched defs:SizeInBytes (Results 1 – 24 of 24) sorted by relevance

/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_ring_buffer.h42 static uptr SizeInBytes(uptr Size) { in SizeInBytes() function
46 uptr SizeInBytes() { return SizeInBytes(size()); } in SizeInBytes() function
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_ring_buffer.h40 static uptr SizeInBytes(uptr Size) { in SizeInBytes() function
44 uptr SizeInBytes() { return SizeInBytes(size()); } in SizeInBytes() function
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_ring_buffer.h40 static uptr SizeInBytes(uptr Size) { in SizeInBytes() function
44 uptr SizeInBytes() { return SizeInBytes(size()); } in SizeInBytes() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCELFStreamer.cpp24 const MCSymbol *Sym, unsigned SizeInBytes, SMLoc Loc, in emitValueForModiferKind()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfiling.c32 __llvm_profile_get_num_padding_bytes(uint64_t SizeInBytes) { in __llvm_profile_get_num_padding_bytes()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DUser.cpp90 intptr_t SizeInBytes; member
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCExpr.cpp49 auto SizeInBytes = cast<MCConstantExpr>(*this).getSizeInBytes(); in print() local
196 unsigned SizeInBytes) { in create()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAlignment.h138 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerCorpus.h56 size_t SizeInBytes() const { in SizeInBytes() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h271 inline uint8_t getNumPaddingBytes(uint64_t SizeInBytes) { in getNumPaddingBytes()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h299 size_t SizeInBytes() const { return BitcodeBytes.size(); } in SizeInBytes() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCExpr.h152 static unsigned encodeSubclassData(bool PrintInHex, unsigned SizeInBytes) { in encodeSubclassData()
157 MCConstantExpr(int64_t Value, bool PrintInHex, unsigned SizeInBytes) in MCConstantExpr()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1785 translatePtrToMemberRep(unsigned SizeInBytes, bool IsPMF, unsigned Flags) { in translatePtrToMemberRep()
1830 uint8_t SizeInBytes = Ty->getSizeInBits() / 8; in lowerTypeMemberPointer() local
2322 uint64_t SizeInBytes = Ty->getSizeInBits() / 8; in lowerCompleteTypeClass() local
2361 uint64_t SizeInBytes = Ty->getSizeInBits() / 8; in lowerCompleteTypeUnion() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp888 uint64_t SizeInBytes = AI.getModule()->getDataLayout().getTypeAllocSize(Ty); in getAllocaSizeInBytes() local
1363 uint64_t SizeInBytes = in instrumentGlobal() local
H A DAddressSanitizer.cpp635 uint64_t SizeInBytes = in getAllocaSizeInBytes() local
2414 const uint64_t SizeInBytes = DL.getTypeAllocSize(Ty); in InstrumentGlobals() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp662 bool AVRAsmParser::parseLiteralValues(unsigned SizeInBytes, SMLoc L) { in parseLiteralValues()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp853 uint64_t SizeInBytes = cast<ConstantInt>(MCI->getLength())->getZExtValue(); in processLoopMemCpy() local
915 uint64_t SizeInBytes = cast<ConstantInt>(MSI->getLength())->getZExtValue(); in processLoopMemSet() local
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp367 llvm::Value *SizeInBytes = in visitArray() local
H A DCGExpr.cpp951 llvm::Value *SizeInBytes = EmitLoadOfScalar(AddrOfSize, /*Volatile=*/false, in LoadPassedObjectSize() local
H A DTargetInfo.cpp3966 uint64_t SizeInBytes = (CGF.getContext().getTypeSize(Ty) + 7) / 8; in EmitX86_64VAArgFromMemory() local
H A DCGOpenMPRuntime.cpp4983 CharUnits SizeInBytes = in emitDepobjDependClause() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5219 unsigned SizeInBytes, bool WantsExt) const { in selectExtendedSHL()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp4113 uint64_t SizeInBytes = DL.getTypeStoreSize(GVTy).getFixedSize(); in getConstantDataArrayInfo() local
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6683 unsigned SizeInBytes = (Ty.getScalarSizeInBits() + 7) / 8; in lowerBswap() local