Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.h71 void ReadInstructions() const;
165 ReadInstructions(); in getInstructions()
172 ReadInstructions(); in getInstruction()
H A DCodeGenTarget.cpp272 void CodeGenTarget::ReadInstructions() const { in ReadInstructions() function in CodeGenTarget
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTargetDocstrings.i489 ) lldb::SBTarget::ReadInstructions;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h875 lldb::SBInstructionList ReadInstructions(lldb::SBAddress base_addr,
878 lldb::SBInstructionList ReadInstructions(lldb::SBAddress base_addr,
882 lldb::SBInstructionList ReadInstructions(lldb::SBAddress start_addr,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1987 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions() function in SBTarget
1991 return ReadInstructions(base_addr, count, nullptr); in ReadInstructions()
1994 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions() function in SBTarget
2024 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress start_addr, in ReadInstructions() function in SBTarget
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp60278 result = (arg1)->ReadInstructions(arg2,arg3); in _wrap_SBTarget_ReadInstructions__SWIG_0()
60320 result = (arg1)->ReadInstructions(arg2,arg3,(char const *)arg4); in _wrap_SBTarget_ReadInstructions__SWIG_1()
60368 result = (arg1)->ReadInstructions(arg2,arg3,(char const *)arg4); in _wrap_SBTarget_ReadInstructions__SWIG_2()