Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.h70 void ReadInstructions() const;
161 if (Instructions.empty()) ReadInstructions(); in getInstructions()
167 if (Instructions.empty()) ReadInstructions(); in getInstruction()
H A DCodeGenTarget.cpp475 void CodeGenTarget::ReadInstructions() const { in ReadInstructions() function in CodeGenTarget
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBTargetDocstrings.i489 ) lldb::SBTarget::ReadInstructions;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h864 lldb::SBInstructionList ReadInstructions(lldb::SBAddress base_addr,
867 lldb::SBInstructionList ReadInstructions(lldb::SBAddress base_addr,
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1970 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions() function in SBTarget
1974 return ReadInstructions(base_addr, count, nullptr); in ReadInstructions()
1977 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions() function in SBTarget
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp57454 result = (arg1)->ReadInstructions(arg2,arg3); in _wrap_SBTarget_ReadInstructions__SWIG_0()
57496 result = (arg1)->ReadInstructions(arg2,arg3,(char const *)arg4); in _wrap_SBTarget_ReadInstructions__SWIG_1()