Searched refs:StackDepot (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/compiler-rt/lib/scudo/standalone/fuzz/ |
D | get_error_info_fuzzer.cpp | 32 std::vector<char> StackDepot(sizeof(scudo::StackDepot), 0); in LLVMFuzzerTestOneInput() local 33 for (size_t i = 0; i < StackDepotBytes.length() && i < StackDepot.size(); ++i) { in LLVMFuzzerTestOneInput() 34 StackDepot[i] = StackDepotBytes[i]; in LLVMFuzzerTestOneInput() 44 AllocatorT::getErrorInfo(&ErrorInfo, FaultAddr, StackDepot.data(), in LLVMFuzzerTestOneInput()
|
/external/scudo/standalone/fuzz/ |
D | get_error_info_fuzzer.cpp | 34 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()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stackdepot.cpp | 90 StackDepot; typedef 91 static StackDepot theDepot; 132 for (int idx = 0; idx < StackDepot::kTabSize; idx++) { in StackDepotReverseMap()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stackdepot.cc | 104 StackDepot; typedef 105 static StackDepot theDepot; 140 for (int idx = 0; idx < StackDepot::kTabSize; idx++) { in StackDepotReverseMap()
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | wrappers_c_bionic.cpp | 64 return sizeof(scudo::StackDepot); in __scudo_get_stack_depot_size()
|
D | stack_depot.h | 41 class StackDepot {
|
D | combined.h | 861 auto *Depot = reinterpret_cast<const StackDepot *>(DepotPtr); in getErrorInfo() 981 StackDepot Depot;
|
/external/scudo/standalone/ |
D | wrappers_c_bionic.cpp | 69 return sizeof(scudo::StackDepot); in __scudo_get_stack_depot_size()
|
D | stack_depot.h | 41 class StackDepot {
|
D | combined.h | 909 static void collectTraceMaybe(const StackDepot *Depot, in collectTraceMaybe() 928 auto *Depot = reinterpret_cast<const StackDepot *>(DepotPtr); in getErrorInfo() 995 StackDepot Depot; 1270 const StackDepot *Depot, in getInlineErrorInfo() 1353 const StackDepot *Depot, in getRingBufferErrorInfo()
|