Home
last modified time | relevance | path

Searched refs:GetRawBytes (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/tools/intel-features/intel-pt/
DPTDecoder.cpp26 size_t PTInstruction::GetRawBytes(void *buf, size_t size) const { in GetRawBytes() function in PTInstruction
27 return (m_opaque_sp ? m_opaque_sp->GetRawBytes(buf, size) : 0); in GetRawBytes()
DPTDecoder.h65 size_t GetRawBytes(void *buf, size_t size) const;
DDecoder.h58 size_t GetRawBytes(void *buf, size_t size) const { in GetRawBytes() function