Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/examples/python/
H A Ddisasm.py16 def disassemble_instructions(insts): argument
85 insts = function.GetInstructions(target) variable
97 insts = symbol.GetInstructions(target) variable
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h215 packet_range insts(HexagonPacket &P) { in insts() function
218 const_packet_range insts(HexagonPacket const &P) const { in insts() function
221 packet_range insts() { return make_range(begin(), end()); } in insts() function
222 const_packet_range insts() const { return make_range(cbegin(), cend()); } in insts() function
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-tic4x.c1345 static tic4x_inst_t *insts = NULL; local
1373 tic4x_inst_add (insts) in tic4x_inst_add() argument
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-tic4x.c1345 static tic4x_inst_t *insts = NULL; local
1373 tic4x_inst_add (insts) in tic4x_inst_add() argument
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp622 lldb::SBInstructionList insts; in CreateSource() local
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp7108 InstructionList &insts = m_disassembly_sp->GetInstructionList(); in WindowDelegateDraw() local