HomeSort by relevance Sort by last modified time
    Searched refs:AddressInfo (Results 1 - 7 of 7) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer.h 33 struct AddressInfo {
42 AddressInfo() {
43 internal_memset(this, 0, sizeof(AddressInfo));
69 uptr SymbolizeCode(uptr address, AddressInfo *frames, uptr max_frames);
sanitizer_symbolizer.cc 21 void AddressInfo::Clear() {
25 internal_memset(this, 0, sizeof(AddressInfo));
228 uptr SymbolizeCode(uptr addr, AddressInfo *frames, uptr max_frames) {
240 AddressInfo *info = &frames[0];
247 AddressInfo *info = &frames[frame_id];
280 AddressInfo *info = &frames[0];
395 uptr SymbolizeCode(uptr address, AddressInfo *frames, uptr max_frames) {
sanitizer_stacktrace.cc 69 InternalScopedBuffer<AddressInfo> addr_frames(64);
93 AddressInfo &info = addr_frames[j];
  /external/compiler-rt/lib/tsan/rtl/
tsan_symbolize.cc 59 static ReportStack *NewReportStackEntry(const AddressInfo &info) {
77 InternalScopedBuffer<AddressInfo> addr_frames(kMaxAddrFrames);
79 new(&addr_frames[i]) AddressInfo();
  /external/compiler-rt/lib/msan/
msan_report.cc 78 AddressInfo ai;
  /external/compiler-rt/lib/ubsan/
ubsan_diag.cc 30 AddressInfo Info;
  /external/compiler-rt/lib/asan/
asan_report.cc 475 AddressInfo ai;

Completed in 120 milliseconds