Home
last modified time | relevance | path

Searched refs:AlignedPtr (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Support/
DAllocator.h220 char *AlignedPtr = CurPtr + Adjustment; in Allocate() local
221 CurPtr = AlignedPtr + Size; in Allocate()
225 __msan_allocated_memory(AlignedPtr, Size); in Allocate()
227 __asan_unpoison_memory_region(AlignedPtr, Size); in Allocate()
228 return AlignedPtr; in Allocate()
242 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
243 __msan_allocated_memory(AlignedPtr, Size); in Allocate()
244 __asan_unpoison_memory_region(AlignedPtr, Size); in Allocate()
245 return AlignedPtr; in Allocate()
253 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DAllocator.h223 char *AlignedPtr = CurPtr + Adjustment; in Allocate() local
224 CurPtr = AlignedPtr + Size; in Allocate()
228 __msan_allocated_memory(AlignedPtr, Size); in Allocate()
230 __asan_unpoison_memory_region(AlignedPtr, Size); in Allocate()
231 return AlignedPtr; in Allocate()
245 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
246 __msan_allocated_memory(AlignedPtr, Size); in Allocate()
247 __asan_unpoison_memory_region(AlignedPtr, Size); in Allocate()
248 return AlignedPtr; in Allocate()
256 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
[all …]
/external/llvm-project/llvm/include/llvm/Support/
DAllocator.h159 char *AlignedPtr = CurPtr + Adjustment; in Allocate() local
160 CurPtr = AlignedPtr + SizeToAllocate; in Allocate()
164 __msan_allocated_memory(AlignedPtr, Size); in Allocate()
166 __asan_unpoison_memory_region(AlignedPtr, Size); in Allocate()
167 return AlignedPtr; in Allocate()
181 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
182 __msan_allocated_memory(AlignedPtr, Size); in Allocate()
183 __asan_unpoison_memory_region(AlignedPtr, Size); in Allocate()
184 return AlignedPtr; in Allocate()
192 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAllocator.h230 char *AlignedPtr = CurPtr + Adjustment; in Allocate() local
231 CurPtr = AlignedPtr + SizeToAllocate; in Allocate()
235 __msan_allocated_memory(AlignedPtr, Size); in Allocate()
237 __asan_unpoison_memory_region(AlignedPtr, Size); in Allocate()
238 return AlignedPtr; in Allocate()
252 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
253 __msan_allocated_memory(AlignedPtr, Size); in Allocate()
254 __asan_unpoison_memory_region(AlignedPtr, Size); in Allocate()
255 return AlignedPtr; in Allocate()
263 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
[all …]
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DBenchmarkRunner.h53 AlignedPtr( in ScratchSpace()
56 char *ptr() const { return AlignedPtr; } in ptr()
61 char *const AlignedPtr; member
/external/llvm-project/clang/test/Analysis/inlining/
Dplacement-new-fp-suppression.cpp59 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
61 return AlignedPtr; in Allocate()