Home
last modified time | relevance | path

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

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