Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.cpp284 llvm::StringRef dwarf_opcode_string; in SetRegisterInfo() local
286 dwarf_opcode_string)) { in SetRegisterInfo()
287 reg_info.dynamic_size_dwarf_len = dwarf_opcode_string.size() / 2; in SetRegisterInfo()
292 StringExtractor opcode_extractor(dwarf_opcode_string); in SetRegisterInfo()