| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common.h | 552 class InternalMmapVector : public InternalMmapVectorNoCtor<T> { 554 InternalMmapVector() { InternalMmapVectorNoCtor<T>::Initialize(1); } in InternalMmapVector() function 555 explicit InternalMmapVector(uptr cnt) { in InternalMmapVector() function 559 ~InternalMmapVector() { InternalMmapVectorNoCtor<T>::Destroy(); } in ~InternalMmapVector() 561 InternalMmapVector(const InternalMmapVector &) = delete; 562 InternalMmapVector &operator=(const InternalMmapVector &) = delete; 563 InternalMmapVector(InternalMmapVector &&) = delete; 564 InternalMmapVector &operator=(InternalMmapVector &&) = delete; 567 class InternalScopedString : public InternalMmapVector<char> { 570 : InternalMmapVector<char>(max_length), length_(0) { in InternalScopedString()
|
| H A D | sanitizer_suppressions.h | 43 void GetMatched(InternalMmapVector<Suppression *> *matched); 50 InternalMmapVector<Suppression> suppressions_;
|
| H A D | sanitizer_linux.h | 87 Result ListThreads(InternalMmapVector<tid_t> *threads); 94 InternalMmapVector<char> buffer_;
|
| H A D | sanitizer_symbolizer_report.cc | 99 InternalMmapVector<BufferedStackTrace> stack_buffer(1); in ReportMmapWriteExec() 178 InternalMmapVector<BufferedStackTrace> stack_buffer(1); in ReportStackOverflowImpl() 208 InternalMmapVector<BufferedStackTrace> stack_buffer(1); in ReportDeadlySignalImpl()
|
| H A D | sanitizer_stoptheworld_linux_libcdep.cc | 103 InternalMmapVector<tid_t> thread_ids_; 213 InternalMmapVector<tid_t> threads; in SuspendAllThreads() 298 InternalMmapVector<char> handler_stack_memory(kHandlerStackSize); in TracerThread()
|
| H A D | sanitizer_stackdepot.h | 63 InternalMmapVector<IdDescPair> map_;
|
| H A D | sanitizer_symbolizer.h | 142 InternalMmapVector<const char*> storage_;
|
| H A D | sanitizer_unwind_linux_libcdep.cc | 152 InternalMmapVector<backtrace_frame_t> frames(kStackTraceMax); in SlowUnwindStackWithContext()
|
| H A D | sanitizer_stoptheworld_mac.cc | 46 InternalMmapVector<SuspendedThreadInfo> threads_;
|
| H A D | sanitizer_suppressions.cc | 165 InternalMmapVector<Suppression *> *matched) { in GetMatched()
|
| H A D | sanitizer_file.cc | 182 InternalMmapVector<char> buffer(kMaxPathLength); in FindPathToBinary()
|
| /freebsd-12.1/contrib/compiler-rt/lib/lsan/ |
| H A D | lsan_common.h | 112 InternalMmapVector<Leak> leaks_; 113 InternalMmapVector<LeakedObject> leaked_objects_; 116 typedef InternalMmapVector<uptr> Frontier; 128 InternalMmapVector<RootRegion> const *GetRootRegions();
|
| H A D | lsan_common.cc | 101 static InternalMmapVector<RootRegion> *root_regions; 103 InternalMmapVector<RootRegion> const *GetRootRegions() { return root_regions; } in GetRootRegions() 107 ALIGNED(64) static char placeholder[sizeof(InternalMmapVector<RootRegion>)]; in InitializeRootRegions() 108 root_regions = new (placeholder) InternalMmapVector<RootRegion>(); // NOLINT in InitializeRootRegions() 218 InternalMmapVector<uptr> registers(suspended_threads.RegisterCount()); in ProcessThreads() 511 InternalMmapVector<Suppression *> matched; in PrintMatchedSuppressions() 531 const InternalMmapVector<tid_t> &suspended_threads = in ReportIfNotSuspended() 532 *(const InternalMmapVector<tid_t> *)arg; in ReportIfNotSuspended() 544 InternalMmapVector<tid_t> threads(suspended_threads.ThreadCount()); in ReportUnsuspendedThreads()
|
| H A D | lsan_common_mac.cc | 124 InternalMmapVector<LoadedModule> modules; in ProcessGlobalRegions() 153 InternalMmapVector<RootRegion> const *root_regions = GetRootRegions(); in ProcessPlatformSpecificAllocations()
|
| /freebsd-12.1/contrib/compiler-rt/lib/hwasan/ |
| H A D | hwasan_report.cc | 61 InternalMmapVector<char> error_message_; 64 static InternalMmapVector<char> *error_message_ptr_; 68 InternalMmapVector<char> *ScopedReport::error_message_ptr_;
|
| H A D | hwasan_linux.cc | 377 InternalMmapVector<BufferedStackTrace> stack_buffer(1); in HwasanOnSIGTRAP()
|
| /freebsd-12.1/contrib/compiler-rt/lib/stats/ |
| H A D | stats.cc | 45 InternalMmapVector<char> path(kMaxPathLength); in OpenStatsFile()
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_memory_profile.cc | 84 InternalMmapVector<AllocationSite> allocations_;
|
| H A D | asan_report.h | 47 InternalMmapVector<StackVarDescr> *vars);
|
| H A D | asan_globals.cc | 48 typedef InternalMmapVector<DynInitGlobal> VectorOfGlobals; 57 typedef InternalMmapVector<GlobalRegistrationSite> GlobalRegistrationSiteVector;
|
| H A D | asan_debugging.cc | 30 InternalMmapVector<StackVarDescr> vars; in FindInfoForStackVar()
|
| H A D | asan_report.cc | 85 InternalMmapVector<StackVarDescr> *vars) { in ParseFrameDescription() 159 InternalMmapVector<char> buffer_copy(kErrorMessageBufferSize); in ~ScopedInErrorReport()
|
| /freebsd-12.1/contrib/compiler-rt/lib/esan/ |
| H A D | esan_sideline_linux.cpp | 73 InternalMmapVector<char> StackMap(SigAltStackSize); in runSideline()
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_suppressions.cc | 147 InternalMmapVector<Suppression *> matched; in PrintMatchedSuppressions()
|
| H A D | tsan_platform_linux.cc | 171 InternalMmapVector<u64> marker(kMarkerSize); in MapRodata()
|