Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfiling.c30 __llvm_profile_get_num_padding_bytes(uint64_t SizeInBytes) { in __llvm_profile_get_num_padding_bytes()
/external/llvm/lib/IR/
DUser.cpp94 intptr_t SizeInBytes; member
DDIBuilder.cpp659 unsigned SizeInBytes) { in createBitPieceExpression()
/external/v8/src/arm64/
Dassembler-arm64-inl.h69 inline int CPURegister::SizeInBytes() const { in SizeInBytes() function
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h202 inline uint8_t getNumPaddingBytes(uint64_t SizeInBytes) { in getNumPaddingBytes()
/external/webrtc/webrtc/modules/pacing/
Dpaced_sender.cc136 uint64_t SizeInBytes() const { return bytes_; } in SizeInBytes() function in webrtc::paced_sender::PacketQueue
/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp430 uint64_t SizeInBytes = cast<ConstantInt>(MSI->getLength())->getZExtValue(); in processLoopMemSet() local
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp421 uint64_t SizeInBytes = in getAllocaSizeInBytes() local
1343 uint64_t SizeInBytes = DL.getTypeAllocSize(Ty); in InstrumentGlobals() local
/external/vixl/src/vixl/a64/
Dassembler-a64.h92 int SizeInBytes() const { in SizeInBytes() function
/external/clang/lib/CodeGen/
DTargetInfo.cpp3127 uint64_t SizeInBytes = (CGF.getContext().getTypeSize(Ty) + 7) / 8; in EmitX86_64VAArgFromMemory() local