Searched refs:sb_instructions (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBFunction.cpp129 SBInstructionList sb_instructions; local
143 sb_instructions.SetDisassembler(Disassembler::DisassembleRange(
148 return LLDB_RECORD_RESULT(sb_instructions);
H A DSBSymbol.cpp127 SBInstructionList sb_instructions; local
143 sb_instructions.SetDisassembler(Disassembler::DisassembleRange(
149 return LLDB_RECORD_RESULT(sb_instructions);
H A DSBTarget.cpp2029 SBInstructionList sb_instructions; local
2045 sb_instructions.SetDisassembler(Disassembler::DisassembleBytes(
2051 return LLDB_RECORD_RESULT(sb_instructions);
2073 SBInstructionList sb_instructions; local
2084 sb_instructions.SetDisassembler(Disassembler::DisassembleBytes(
2089 return sb_instructions;

Completed in 57 milliseconds