Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/fuzz/
H A Dget_error_info_fuzzer.cpp34 std::vector<char> StackDepot(sizeof(scudo::StackDepot), 0); in LLVMFuzzerTestOneInput() local
35 for (size_t i = 0; i < StackDepotBytes.length() && i < StackDepot.size(); in LLVMFuzzerTestOneInput()
37 StackDepot[i] = StackDepotBytes[i]; in LLVMFuzzerTestOneInput()
56 AllocatorT::getErrorInfo(&ErrorInfo, FaultAddr, StackDepot.data(), in LLVMFuzzerTestOneInput()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cpp90 StackDepot; typedef
91 static StackDepot theDepot;
132 for (int idx = 0; idx < StackDepot::kTabSize; idx++) { in StackDepotReverseMap()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c_bionic.cpp69 return sizeof(scudo::StackDepot); in __scudo_get_stack_depot_size()
H A Dstack_depot.h41 class StackDepot {
H A Dcombined.h907 static void collectTraceMaybe(const StackDepot *Depot, in collectTraceMaybe()
926 auto *Depot = reinterpret_cast<const StackDepot *>(DepotPtr); in getErrorInfo()
993 StackDepot Depot;
1269 const StackDepot *Depot, in getInlineErrorInfo()
1352 const StackDepot *Depot, in getRingBufferErrorInfo()