Home
last modified time | relevance | path

Searched defs:access_size (Results 1 – 11 of 11) sorted by relevance

/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp105 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 Dasan_descriptions.h140 uptr access_size; global() member
151 uptr access_size; global() member
162 uptr access_size; global() member
[all...]
H A Dasan_allocator.h68 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 Dasan_report.cpp506 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 Dasan_errors.h391 uptr access_size; global() member
/llvm-project/compiler-rt/test/hwasan/TestCases/
H A Dheap-buffer-overflow-into.c24 int access_size = atoi(argv[3]); in main() local
/llvm-project/compiler-rt/test/asan/TestCases/
H A Ddebug_report.cpp52 size_t access_size = __asan_get_report_access_size(); __asan_on_error() local
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp117 addr_t access_size = in RetrieveReportData() local
/llvm-project/compiler-rt/lib/asan/tests/
H A Dasan_oob_test.cpp88 for (size_t access_size = 1; access_size <= max_access_size; TEST() local
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp478 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 Dtsan_trace_test.cpp118 uptr access_size, offset, size; in TRACE_TEST() member