Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h129 void *GetMetaData(const void *p) { in GetMetaData() function
131 return primary_.GetMetaData(p); in GetMetaData()
132 return secondary_.GetMetaData(p); in GetMetaData()
H A Dsanitizer_allocator_secondary.h174 void *GetMetaData(const void *p) { in GetMetaData() function
H A Dsanitizer_allocator_primary32.h148 void *GetMetaData(const void *p) { in GetMetaData() function
H A Dsanitizer_allocator_primary64.h205 void *GetMetaData(const void *p) { in GetMetaData() function
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cc165 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 DSBTrace.cpp43 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 Dmsan_allocator.cc170 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 DSBTrace.h60 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 DNativeProcessProtocol.h373 virtual Status GetMetaData(lldb::user_id_t traceid, lldb::tid_t thread,
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_allocator.cc120 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 Dlsan_allocator.cc51 return reinterpret_cast<ChunkMetadata *>(allocator.GetMetaData(p)); in Metadata()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h193 Status GetMetaData(lldb::user_id_t uid, lldb::tid_t thread_id,
H A DGDBRemoteCommunicationServerLLGS.cpp1239 error = m_debugged_process_up->GetMetaData(uid, tid, buf, offset);
H A DProcessGDBRemote.cpp1299 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 DProcess.h2820 virtual Status GetMetaData(lldb::user_id_t uid, lldb::tid_t thread_id,