Home
last modified time | relevance | path

Searched defs:insts (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/examples/python/
H A Ddisasm.py16 def disassemble_instructions(insts): argument
85 insts = function.GetInstructions(target) variable
97 insts = symbol.GetInstructions(target) variable
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h214 packet_range insts(HexagonPacket &P) { in insts() function
217 const_packet_range insts(HexagonPacket const &P) const { in insts() function
220 packet_range insts() { return make_range(begin(), end()); } in insts() function
221 const_packet_range insts() const { return make_range(cbegin(), cend()); } in insts() function
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.h163 const auto &insts() const { return Insts; } insts() function
/llvm-project/lldb/tools/lldb-dap/
H A Dlldb-dap.cpp3284 lldb::SBInstructionList insts = g_dap.target.ReadInstructions( request_stepInTargets() local
3910 lldb::SBInstructionList insts = request_disassemble() local
/llvm-project/polly/include/polly/
H A DScopInfo.h1548 iterator_range<std::vector<Instruction *>::const_iterator> insts() const { insts() function
/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp7130 InstructionList &insts = m_disassembly_sp->GetInstructionList(); WindowDelegateDraw() local