Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Core/
H A DOpcode.cpp96 buf = GetOpcodeDataBytes(); in GetData()
103 buf = GetOpcodeDataBytes(); in GetData()
125 buf = GetOpcodeDataBytes(); in GetData()
/llvm-project/lldb/include/lldb/Core/
H A DOpcode.h233 const void *GetOpcodeDataBytes() const { in GetOpcodeDataBytes() function