Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenTarget.h59 void ReadInstructions() const;
137 if (Instructions.empty()) ReadInstructions(); in getInstructions()
143 if (Instructions.empty()) ReadInstructions(); in getInstruction()
H A DCodeGenTarget.cpp329 void CodeGenTarget::ReadInstructions() const { in ReadInstructions() function in CodeGenTarget
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTarget.h844 lldb::SBInstructionList ReadInstructions(lldb::SBAddress base_addr,
847 lldb::SBInstructionList ReadInstructions(lldb::SBAddress base_addr,
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp1985 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions() function in SBTarget
1987 return ReadInstructions(base_addr, count, NULL); in ReadInstructions()
1990 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions() function in SBTarget
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdData.cpp363 lldb::SBInstructionList instructions = sbTarget.ReadInstructions( in Execute()