Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DDynamicRegisterInfo.cpp272 llvm::StringRef dwarf_opcode_string; in SetRegisterInfo() local
274 dwarf_opcode_string)) { in SetRegisterInfo()
275 reg_info.dynamic_size_dwarf_len = dwarf_opcode_string.size() / 2; in SetRegisterInfo()
280 StringExtractor opcode_extractor(dwarf_opcode_string); in SetRegisterInfo()
/external/elfutils/tests/
Dvarlocs.c151 dwarf_opcode_string (unsigned int code) in dwarf_opcode_string() function
200 const char *opname = dwarf_opcode_string (atom); in print_expr()
DChangeLog1983 * varlocs.c (dwarf_encoding_string, dwarf_opcode_string): Likewise.