Searched defs:TypeStoreSize (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | AddressSanitizerCommon.h | 30 TypeSize TypeStoreSize = TypeSize::getFixed(0); variable
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 1594 TypeSize TypeStoreSize, bool IsWrite, in doInstrumentAddress() 1772 uint32_t TypeStoreSize) { in createSlowPathCmp() 1790 uint32_t TypeStoreSize, bool IsWrite, Value *SizeArgument) { in instrumentAMDGPUAddress() 1837 uint32_t TypeStoreSize, bool IsWrite, in instrumentAddress() 1929 TypeSize TypeStoreSize, bool IsWrite, Value *SizeArgument, bool UseCalls, in instrumentUnusualSizeOrAlignment()
|