Searched refs:ReadInstructions (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenTarget.h | 70 void ReadInstructions() const; 159 ReadInstructions(); in getInstructionMap()
|
| H A D | CodeGenTarget.cpp | 206 void CodeGenTarget::ReadInstructions() const { in ReadInstructions() function in CodeGenTarget
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBTargetDocstrings.i | 489 ) lldb::SBTarget::ReadInstructions;
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBTarget.h | 892 lldb::SBInstructionList ReadInstructions(lldb::SBAddress base_addr, 895 lldb::SBInstructionList ReadInstructions(lldb::SBAddress base_addr, 899 lldb::SBInstructionList ReadInstructions(lldb::SBAddress start_addr,
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTarget.cpp | 1942 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions() function in SBTarget 1946 return ReadInstructions(base_addr, count, nullptr); in ReadInstructions() 1949 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions() function in SBTarget 1987 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress start_addr, in ReadInstructions() function in SBTarget
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 61477 result = (arg1)->ReadInstructions(SWIG_STD_MOVE(arg2),arg3); in _wrap_SBTarget_ReadInstructions__SWIG_0() 61519 result = (arg1)->ReadInstructions(SWIG_STD_MOVE(arg2),arg3,(char const *)arg4); in _wrap_SBTarget_ReadInstructions__SWIG_1() 61567 result = (arg1)->ReadInstructions(SWIG_STD_MOVE(arg2),SWIG_STD_MOVE(arg3),(char const *)arg4); in _wrap_SBTarget_ReadInstructions__SWIG_2()
|