Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBSymbol.cpp125 SBInstructionList sb_instructions; in GetInstructions() local
136 sb_instructions.SetDisassembler(Disassembler::DisassembleRange( in GetInstructions()
142 return LLDB_RECORD_RESULT(sb_instructions); in GetInstructions()
DSBFunction.cpp127 SBInstructionList sb_instructions; in GetInstructions() local
136 sb_instructions.SetDisassembler(Disassembler::DisassembleRange( in GetInstructions()
141 return LLDB_RECORD_RESULT(sb_instructions); in GetInstructions()
DSBTarget.cpp2048 SBInstructionList sb_instructions; in ReadInstructions() local
2064 sb_instructions.SetDisassembler(Disassembler::DisassembleBytes( in ReadInstructions()
2070 return LLDB_RECORD_RESULT(sb_instructions); in ReadInstructions()
2093 SBInstructionList sb_instructions; in GetInstructionsWithFlavor() local
2104 sb_instructions.SetDisassembler(Disassembler::DisassembleBytes( in GetInstructionsWithFlavor()
2109 return LLDB_RECORD_RESULT(sb_instructions); in GetInstructionsWithFlavor()