Home
last modified time | relevance | path

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

12

/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCELFStreamer.cpp24 const MCSymbol *Sym, unsigned SizeInBytes, SMLoc Loc, in emitValueForModiferKind()
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_ring_buffer.h41 static uptr SizeInBytes(uptr Size) { in SizeInBytes() function
45 uptr SizeInBytes() { return SizeInBytes(size()); } in SizeInBytes() function
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64GlobalsTagging.cpp
H A DAArch64Arm64ECCallLowering.cpp306 __anon4e2d216f0302(Type *Arm64Ty, uint64_t SizeInBytes) canonicalizeThunkType() argument
/llvm-project/compiler-rt/lib/profile/
H A DInstrProfiling.c44 __llvm_profile_get_num_padding_bytes(uint64_t SizeInBytes) { in __llvm_profile_get_num_padding_bytes()
/llvm-project/flang/runtime/
H A Dfile.cpp448 std::int64_t SizeInBytes(const char *path) { in SizeInBytes() function
475 RT_API_ATTRS std::int64_t SizeInBytes(const char *path) { in SizeInBytes() function
H A Ddescriptor.cpp139 RT_API_ATTRS std::size_t Descriptor::SizeInBytes() const { SizeInBytes() function in Fortran::runtime::Descriptor
317 RT_API_ATTRS std::size_t DescriptorAddendum::SizeInBytes() const { SizeInBytes() function in Fortran::runtime::DescriptorAddendum
H A Dtype-info.cpp81 RT_API_ATTRS std::size_t Component::SizeInBytes( SizeInBytes() function in Fortran::runtime::typeInfo::Component
/llvm-project/llvm/lib/IR/
H A DUser.cpp96 intptr_t SizeInBytes; member
/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp47 auto SizeInBytes = cast<MCConstantExpr>(*this).getSizeInBytes(); in print() local
195 create(int64_t Value,MCContext & Ctx,bool PrintInHex,unsigned SizeInBytes) create() argument
/llvm-project/flang/include/flang/Runtime/
H A Ddescriptor.h119 RT_API_ATTRS std::size_t SizeInBytes() const; in SizeInBytes() function
/llvm-project/llvm/include/llvm/Support/
H A DAlignment.h145 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned() argument
/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h309 size_t SizeInBytes() const { return BitcodeBytes.size(); } in SizeInBytes() function
/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h153 assert(SizeInBytes <= sizeof(int64_t) && "Excessive size"); in MCConstantExpr() argument
148 encodeSubclassData(bool PrintInHex,unsigned SizeInBytes) encodeSubclassData() argument
/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h429 getNumPaddingBytes(uint64_t SizeInBytes) getNumPaddingBytes() argument
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1944 translatePtrToMemberRep(unsigned SizeInBytes,bool IsPMF,unsigned Flags) translatePtrToMemberRep() argument
1989 uint8_t SizeInBytes = Ty->getSizeInBits() / 8; lowerTypeMemberPointer() local
2483 uint64_t SizeInBytes = Ty->getSizeInBits() / 8; lowerCompleteTypeClass() local
2522 uint64_t SizeInBytes = Ty->getSizeInBits() / 8; lowerCompleteTypeUnion() local
[all...]
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h176 size_t SizeInBytes() const { in SizeInBytes() function
/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp685 parseLiteralValues(unsigned SizeInBytes,SMLoc L) parseLiteralValues() argument
/llvm-project/flang/lib/Parser/
H A Dprovenance.cpp68 std::size_t OffsetToProvenanceMappings::SizeInBytes() const { in SizeInBytes() function in Fortran::parser::OffsetToProvenanceMappings
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp777 uint64_t SizeInBytes = cast<ConstantInt>(MCI->getLength())->getZExtValue(); processLoopMemCpy() local
856 uint64_t SizeInBytes = cast<ConstantInt>(MSI->getLength())->getZExtValue(); processLoopMemSet() local
/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp366 llvm::Value *SizeInBytes = in visitArray() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1674 uint64_t SizeInBytes = instrumentGlobal() local
H A DAddressSanitizer.cpp2556 const uint64_t SizeInBytes = DL.getTypeAllocSize(Ty); instrumentGlobals() local
[all...]
/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp3013 uint64_t SizeInBytes = (CGF.getContext().getTypeSize(Ty) + 7) / 8; EmitX86_64VAArgFromMemory() local
/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp2521 uint64_t SizeInBytes = divideCeil(SizeInBits, 8); removeRedundantDbgLocsUsingBackwardScan() local

12