OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SizeInBytes
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp
503
uint64_t
SizeInBytes
= ASan.TD->getTypeAllocSize(Ty);
504
return
SizeInBytes
;
506
uint64_t getAlignedSize(uint64_t
SizeInBytes
) {
508
return ((
SizeInBytes
+ RZ - 1) / RZ) * RZ;
511
uint64_t
SizeInBytes
= getAllocaSizeInBytes(AI);
512
return getAlignedSize(
SizeInBytes
);
[
all
...]
/external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp
850
uint64_t
SizeInBytes
= cast<ConstantInt>(MSI->getLength())->getZExtValue();
851
if ((
SizeInBytes
>> 32) != 0)
863
return processLoopStridedStore(Pointer, (unsigned)
SizeInBytes
,
[
all
...]
/external/clang/lib/CodeGen/
TargetInfo.cpp
[
all
...]
Completed in 384 milliseconds