Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.h58 void ReadInstructions() const;
147 if (Instructions.empty()) ReadInstructions(); in getInstructions()
153 if (Instructions.empty()) ReadInstructions(); in getInstruction()
H A DCodeGenTarget.cpp451 void CodeGenTarget::ReadInstructions() const { in ReadInstructions() function in CodeGenTarget
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i900 ReadInstructions;
902 ReadInstructions (lldb::SBAddress base_addr, uint32_t count);
905 ReadInstructions (lldb::SBAddress base_addr, uint32_t count, const char *flavor_string);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h794 lldb::SBInstructionList ReadInstructions(lldb::SBAddress base_addr,
797 lldb::SBInstructionList ReadInstructions(lldb::SBAddress base_addr,
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2065 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions() function in SBTarget
2067 LLDB_RECORD_METHOD(lldb::SBInstructionList, SBTarget, ReadInstructions, in ReadInstructions()
2070 return LLDB_RECORD_RESULT(ReadInstructions(base_addr, count, nullptr)); in ReadInstructions()
2073 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions() function in SBTarget
2076 LLDB_RECORD_METHOD(lldb::SBInstructionList, SBTarget, ReadInstructions, in ReadInstructions()
2709 LLDB_REGISTER_METHOD(lldb::SBInstructionList, SBTarget, ReadInstructions, in RegisterMethods()
2711 LLDB_REGISTER_METHOD(lldb::SBInstructionList, SBTarget, ReadInstructions, in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp52306 result = (arg1)->ReadInstructions(arg2,arg3); in _wrap_SBTarget_ReadInstructions__SWIG_0()
52348 result = (arg1)->ReadInstructions(arg2,arg3,(char const *)arg4); in _wrap_SBTarget_ReadInstructions__SWIG_1()