Searched refs:ReadInstructions (Results 1 – 5 of 5) sorted by relevance
57 void ReadInstructions() const;146 if (Instructions.empty()) ReadInstructions(); in getInstructions()152 if (Instructions.empty()) ReadInstructions(); in getInstruction()
465 void CodeGenTarget::ReadInstructions() const { in ReadInstructions() function in CodeGenTarget
906 ReadInstructions;908 ReadInstructions (lldb::SBAddress base_addr, uint32_t count);911 ReadInstructions (lldb::SBAddress base_addr, uint32_t count, const char *flavor_string);
801 lldb::SBInstructionList ReadInstructions(lldb::SBAddress base_addr,804 lldb::SBInstructionList ReadInstructions(lldb::SBAddress base_addr,
1931 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions() function in SBTarget1935 return ReadInstructions(base_addr, count, nullptr); in ReadInstructions()1938 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions() function in SBTarget