Searched refs:ReadInstructions (Results 1 – 5 of 5) sorted by relevance
59 void ReadInstructions() const;137 if (Instructions.empty()) ReadInstructions(); in getInstructions()143 if (Instructions.empty()) ReadInstructions(); in getInstruction()
329 void CodeGenTarget::ReadInstructions() const { in ReadInstructions() function in CodeGenTarget
844 lldb::SBInstructionList ReadInstructions(lldb::SBAddress base_addr,847 lldb::SBInstructionList ReadInstructions(lldb::SBAddress base_addr,
1985 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions() function in SBTarget1987 return ReadInstructions(base_addr, count, NULL); in ReadInstructions()1990 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions() function in SBTarget
363 lldb::SBInstructionList instructions = sbTarget.ReadInstructions( in Execute()