Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DOpcode.cpp97 buf = GetOpcodeDataBytes(); in GetData()
104 buf = GetOpcodeDataBytes(); in GetData()
126 buf = GetOpcodeDataBytes(); in GetData()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DOpcode.h233 const void *GetOpcodeDataBytes() const { in GetOpcodeDataBytes() function