Home
last modified time | relevance | path

Searched refs:GetOpcodeDataBytes (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DOpcode.cpp118 buf = GetOpcodeDataBytes(); in GetData()
125 buf = GetOpcodeDataBytes(); in GetData()
139 buf = GetOpcodeDataBytes(); in GetData()
150 buf = GetOpcodeDataBytes(); in GetData()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DOpcode.h256 const void *GetOpcodeDataBytes() const { in GetOpcodeDataBytes() function