/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRMCELFStreamer.cpp | 24 const MCSymbol *Sym, unsigned SizeInBytes, SMLoc Loc, in emitValueForModiferKind()
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_ring_buffer.h | 41 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 D | AArch64GlobalsTagging.cpp |
|
H A D | AArch64Arm64ECCallLowering.cpp | 306 __anon4e2d216f0302(Type *Arm64Ty, uint64_t SizeInBytes) canonicalizeThunkType() argument
|
/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfiling.c | 44 __llvm_profile_get_num_padding_bytes(uint64_t SizeInBytes) { in __llvm_profile_get_num_padding_bytes()
|
/llvm-project/flang/runtime/ |
H A D | file.cpp | 448 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 D | descriptor.cpp | 139 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 D | type-info.cpp | 81 RT_API_ATTRS std::size_t Component::SizeInBytes( SizeInBytes() function in Fortran::runtime::typeInfo::Component
|
/llvm-project/llvm/lib/IR/ |
H A D | User.cpp | 96 intptr_t SizeInBytes; member
|
/llvm-project/llvm/lib/MC/ |
H A D | MCExpr.cpp | 47 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 D | descriptor.h | 119 RT_API_ATTRS std::size_t SizeInBytes() const; in SizeInBytes() function
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Alignment.h | 145 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned() argument
|
/llvm-project/llvm/include/llvm/Bitstream/ |
H A D | BitstreamReader.h | 309 size_t SizeInBytes() const { return BitcodeBytes.size(); } in SizeInBytes() function
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCExpr.h | 153 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 D | InstrProfReader.h | 429 getNumPaddingBytes(uint64_t SizeInBytes) getNumPaddingBytes() argument
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 1944 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 D | FuzzerCorpus.h | 176 size_t SizeInBytes() const { in SizeInBytes() function
|
/llvm-project/llvm/lib/Target/AVR/AsmParser/ |
H A D | AVRAsmParser.cpp | 685 parseLiteralValues(unsigned SizeInBytes,SMLoc L) parseLiteralValues() argument
|
/llvm-project/flang/lib/Parser/ |
H A D | provenance.cpp | 68 std::size_t OffsetToProvenanceMappings::SizeInBytes() const { in SizeInBytes() function in Fortran::parser::OffsetToProvenanceMappings
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 777 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 D | CGNonTrivialStruct.cpp | 366 llvm::Value *SizeInBytes = in visitArray() local
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 1674 uint64_t SizeInBytes = instrumentGlobal() local
|
H A D | AddressSanitizer.cpp | 2556 const uint64_t SizeInBytes = DL.getTypeAllocSize(Ty); instrumentGlobals() local [all...] |
/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | X86.cpp | 3013 uint64_t SizeInBytes = (CGF.getContext().getTypeSize(Ty) + 7) / 8; EmitX86_64VAArgFromMemory() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | AssignmentTrackingAnalysis.cpp | 2521 uint64_t SizeInBytes = divideCeil(SizeInBits, 8); removeRedundantDbgLocsUsingBackwardScan() local
|