| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_combined.h | 129 void *GetMetaData(const void *p) { in GetMetaData() function 131 return primary_.GetMetaData(p); in GetMetaData() 132 return secondary_.GetMetaData(p); in GetMetaData()
|
| H A D | sanitizer_allocator_secondary.h | 174 void *GetMetaData(const void *p) { in GetMetaData() function
|
| H A D | sanitizer_allocator_primary32.h | 148 void *GetMetaData(const void *p) { in GetMetaData() function
|
| H A D | sanitizer_allocator_primary64.h | 205 void *GetMetaData(const void *p) { in GetMetaData() function
|
| /freebsd-12.1/contrib/compiler-rt/lib/hwasan/ |
| H A D | hwasan_allocator.cc | 165 reinterpret_cast<Metadata *>(allocator.GetMetaData(allocated)); in HwasanAllocate() 218 reinterpret_cast<Metadata *>(allocator.GetMetaData(aligned_ptr)); in HwasanDeallocate() 271 reinterpret_cast<Metadata *>(allocator.GetMetaData(untagged_ptr_old)); in HwasanReallocate() 293 reinterpret_cast<Metadata*>(allocator.GetMetaData(block)); in FindHeapChunkByAddress() 301 Metadata *b = (Metadata *)allocator.GetMetaData(untagged_ptr); in AllocationSize()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBTrace.cpp | 43 size_t SBTrace::GetMetaData(SBError &error, void *buf, size_t size, in GetMetaData() function in SBTrace 55 process_sp->GetMetaData(GetTraceUID(), thread_id, buffer, offset)); in GetMetaData()
|
| /freebsd-12.1/contrib/compiler-rt/lib/msan/ |
| H A D | msan_allocator.cc | 170 reinterpret_cast<Metadata *>(allocator.GetMetaData(allocated)); in MsanAllocate() 189 Metadata *meta = reinterpret_cast<Metadata *>(allocator.GetMetaData(p)); in MsanDeallocate() 215 Metadata *meta = reinterpret_cast<Metadata*>(allocator.GetMetaData(old_p)); in MsanReallocate() 251 Metadata *b = (Metadata *)allocator.GetMetaData(p); in AllocationSize()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBTrace.h | 60 size_t GetMetaData(SBError &error, void *buf, size_t size, size_t offset = 0,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/ |
| H A D | NativeProcessProtocol.h | 373 virtual Status GetMetaData(lldb::user_id_t traceid, lldb::tid_t thread,
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_allocator.cc | 120 get_allocator().GetMetaData(AllocBeg(locked_version))); in UsedSize() 504 uptr *meta = reinterpret_cast<uptr *>(allocator.GetMetaData(allocated)); in Allocate() 709 uptr *meta = reinterpret_cast<uptr *>(allocator.GetMetaData(alloc_beg)); in GetAsanChunk()
|
| /freebsd-12.1/contrib/compiler-rt/lib/lsan/ |
| H A D | lsan_allocator.cc | 51 return reinterpret_cast<ChunkMetadata *>(allocator.GetMetaData(p)); in Metadata()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.h | 193 Status GetMetaData(lldb::user_id_t uid, lldb::tid_t thread_id,
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 1239 error = m_debugged_process_up->GetMetaData(uid, tid, buf, offset);
|
| H A D | ProcessGDBRemote.cpp | 1299 Status ProcessGDBRemote::GetMetaData(lldb::user_id_t uid, lldb::tid_t thread_id, in GetMetaData() function in ProcessGDBRemote
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Process.h | 2820 virtual Status GetMetaData(lldb::user_id_t uid, lldb::tid_t thread_id,
|