/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_descriptions.cpp | 105 GetAccessToHeapChunkInformation(ChunkAccess * descr,AsanChunkView chunk,uptr addr,uptr access_size) GetAccessToHeapChunkInformation() argument 155 GetHeapAddressInformation(uptr addr,uptr access_size,HeapAddressDescription * descr) GetHeapAddressInformation() argument 180 DescribeAddressIfHeap(uptr addr,uptr access_size) DescribeAddressIfHeap() argument 193 GetStackAddressInformation(uptr addr,uptr access_size,StackAddressDescription * descr) GetStackAddressInformation() argument 224 PrintAccessAndVarIntersection(const StackVarDescr & var,uptr addr,uptr access_size,uptr prev_var_end,uptr next_var_beg) PrintAccessAndVarIntersection() argument 268 DescribeAddressIfStack(uptr addr,uptr access_size) DescribeAddressIfStack() argument 276 DescribeAddressRelativeToGlobal(uptr addr,uptr access_size,const __asan_global & g) DescribeAddressRelativeToGlobal() argument 301 GetGlobalAddressInformation(uptr addr,uptr access_size,GlobalAddressDescription * descr) GetGlobalAddressInformation() argument 311 DescribeAddressIfGlobal(uptr addr,uptr access_size,const char * bug_type) DescribeAddressIfGlobal() argument 439 AddressDescription(uptr addr,uptr access_size,bool shouldLockThreadRegistry) AddressDescription() argument 476 PrintAddressDescription(uptr addr,uptr access_size,const char * bug_type) PrintAddressDescription() argument [all...] |
H A D | asan_descriptions.h | 140 uptr access_size; global() member 151 uptr access_size; global() member 162 uptr access_size; global() member [all...] |
H A D | asan_allocator.h | 68 bool AddrIsInside(uptr addr, uptr access_size, sptr *offset) const { in AddrIsInside() argument 75 bool AddrIsAtLeft(uptr addr, uptr access_size, sptr *offset) const { in AddrIsAtLeft() argument 83 bool AddrIsAtRight(uptr addr, uptr access_size, sptr *offset) const { in AddrIsAtRight() argument
|
H A D | asan_report.cpp | 506 access_size); in __asan_report_error() argument 477 ReportGenericError(uptr pc,uptr bp,uptr sp,uptr addr,bool is_write,uptr access_size,u32 exp,bool fatal) ReportGenericError() argument
|
H A D | asan_errors.h | 391 uptr access_size; global() member
|
/llvm-project/compiler-rt/test/hwasan/TestCases/ |
H A D | heap-buffer-overflow-into.c | 24 int access_size = atoi(argv[3]); in main() local
|
/llvm-project/compiler-rt/test/asan/TestCases/ |
H A D | debug_report.cpp | 52 size_t access_size = __asan_get_report_access_size(); __asan_on_error() local
|
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/ |
H A D | ReportRetriever.cpp | 117 addr_t access_size = in RetrieveReportData() local
|
/llvm-project/compiler-rt/lib/asan/tests/ |
H A D | asan_oob_test.cpp | 88 for (size_t access_size = 1; access_size <= max_access_size; TEST() local
|
/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_report.cpp | 478 BaseReport(StackTrace *stack, bool fatal, uptr tagged_addr, uptr access_size) in BaseReport() argument 550 const uptr access_size = 0; member in __hwasan::__anonfdd1ce240511::BaseReport 1021 uptr access_size, bool is_store, bool fatal, in TagMismatchReport() argument 1087 ReportTagMismatch(StackTrace * stack,uptr tagged_addr,uptr access_size,bool is_store,bool fatal,uptr * registers_frame) ReportTagMismatch() argument [all...] |
/llvm-project/compiler-rt/lib/tsan/tests/unit/ |
H A D | tsan_trace_test.cpp | 118 uptr access_size, offset, size; in TRACE_TEST() member
|