Searched refs:ReadInstructions (Results 1 – 8 of 8) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenTarget.h | 74 void ReadInstructions() const; 150 if (Instructions.empty()) ReadInstructions(); in getInstructions() 156 if (Instructions.empty()) ReadInstructions(); in getInstruction()
|
D | CodeGenTarget.cpp | 277 void CodeGenTarget::ReadInstructions() const { in ReadInstructions() function in CodeGenTarget
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenTarget.h | 58 void ReadInstructions() const; 146 if (Instructions.empty()) ReadInstructions(); in getInstructions() 152 if (Instructions.empty()) ReadInstructions(); in getInstruction()
|
D | CodeGenTarget.cpp | 440 void CodeGenTarget::ReadInstructions() const { in ReadInstructions() function in CodeGenTarget
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBTarget.i | 910 ReadInstructions; 912 ReadInstructions (lldb::SBAddress base_addr, uint32_t count); 915 ReadInstructions (lldb::SBAddress base_addr, uint32_t count, const char *flavor_string);
|
/external/llvm-project/lldb/test/API/functionalities/breakpoint/consecutive_breakpoints/ |
D | TestConsecutiveBreakpoints.py | 28 instructions = self.target.ReadInstructions(address, 2)
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBTarget.h | 788 lldb::SBInstructionList ReadInstructions(lldb::SBAddress base_addr, 791 lldb::SBInstructionList ReadInstructions(lldb::SBAddress base_addr,
|
/external/llvm-project/lldb/source/API/ |
D | SBTarget.cpp | 2033 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions() function in SBTarget 2035 LLDB_RECORD_METHOD(lldb::SBInstructionList, SBTarget, ReadInstructions, in ReadInstructions() 2038 return LLDB_RECORD_RESULT(ReadInstructions(base_addr, count, nullptr)); in ReadInstructions() 2041 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions() function in SBTarget 2044 LLDB_RECORD_METHOD(lldb::SBInstructionList, SBTarget, ReadInstructions, in ReadInstructions() 2631 LLDB_REGISTER_METHOD(lldb::SBInstructionList, SBTarget, ReadInstructions, in RegisterMethods() 2633 LLDB_REGISTER_METHOD(lldb::SBInstructionList, SBTarget, ReadInstructions, in RegisterMethods()
|