Home
last modified time | relevance | path

Searched refs:ReadInstructions (Results 1 – 8 of 8) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenTarget.h74 void ReadInstructions() const;
150 if (Instructions.empty()) ReadInstructions(); in getInstructions()
156 if (Instructions.empty()) ReadInstructions(); in getInstruction()
DCodeGenTarget.cpp277 void CodeGenTarget::ReadInstructions() const { in ReadInstructions() function in CodeGenTarget
/external/llvm-project/llvm/utils/TableGen/
DCodeGenTarget.h58 void ReadInstructions() const;
146 if (Instructions.empty()) ReadInstructions(); in getInstructions()
152 if (Instructions.empty()) ReadInstructions(); in getInstruction()
DCodeGenTarget.cpp440 void CodeGenTarget::ReadInstructions() const { in ReadInstructions() function in CodeGenTarget
/external/llvm-project/lldb/bindings/interface/
DSBTarget.i910 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/
DTestConsecutiveBreakpoints.py28 instructions = self.target.ReadInstructions(address, 2)
/external/llvm-project/lldb/include/lldb/API/
DSBTarget.h788 lldb::SBInstructionList ReadInstructions(lldb::SBAddress base_addr,
791 lldb::SBInstructionList ReadInstructions(lldb::SBAddress base_addr,
/external/llvm-project/lldb/source/API/
DSBTarget.cpp2033 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()