Searched refs:ReadInstructions (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CodeGenTarget.h | 57 void ReadInstructions() const; 146 if (Instructions.empty()) ReadInstructions(); in getInstructions() 152 if (Instructions.empty()) ReadInstructions(); in getInstruction()
|
| H A D | CodeGenTarget.cpp | 456 void CodeGenTarget::ReadInstructions() const { in ReadInstructions() function in CodeGenTarget
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBTarget.i | 906 ReadInstructions; 908 ReadInstructions (lldb::SBAddress base_addr, uint32_t count); 911 ReadInstructions (lldb::SBAddress base_addr, uint32_t count, const char *flavor_string);
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/consecutive_breakpoints/ |
| H A D | TestConsecutiveBreakpoints.py | 26 instructions = self.target.ReadInstructions(address, 2)
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBTarget.h | 801 lldb::SBInstructionList ReadInstructions(lldb::SBAddress base_addr, 804 lldb::SBInstructionList ReadInstructions(lldb::SBAddress base_addr,
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBTarget.cpp | 1931 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions() function in SBTarget 1935 return ReadInstructions(base_addr, count, nullptr); in ReadInstructions() 1938 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions() function in SBTarget
|