Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp476 class BaseReport { class
478 BaseReport(StackTrace *stack, bool fatal, uptr tagged_addr, uptr access_size) in BaseReport() function in __hwasan::__anon865875d10511::BaseReport
562 sptr BaseReport::FindMismatchOffset() const { in FindMismatchOffset()
593 BaseReport::Shadow BaseReport::CopyShadow() const { in CopyShadow()
617 tag_t BaseReport::GetTagCopy(uptr addr) const { in GetTagCopy()
624 tag_t BaseReport::GetShortTagCopy(uptr addr) const { in GetShortTagCopy()
631 BaseReport::HeapChunk BaseReport::CopyHeapChunk() const { in CopyHeapChunk()
646 BaseReport::Allocations BaseReport::CopyAllocations() { in CopyAllocations()
678 BaseReport::OverflowCandidate BaseReport::FindBufferOverflowCandidate() const { in FindBufferOverflowCandidate()
719 void BaseReport::PrintHeapOrGlobalCandidate() const { in PrintHeapOrGlobalCandidate()
[all …]