Home
last modified time | relevance | path

Searched refs:InstructionList (Results 1 – 17 of 17) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Core/
DDisassembler.cpp963 InstructionList::InstructionList() : m_instructions() {} in InstructionList() function in InstructionList
965 InstructionList::~InstructionList() = default;
967 size_t InstructionList::GetSize() const { return m_instructions.size(); } in GetSize()
969 uint32_t InstructionList::GetMaxOpcocdeByteSize() const { in GetMaxOpcocdeByteSize()
981 InstructionSP InstructionList::GetInstructionAtIndex(size_t idx) const { in GetInstructionAtIndex()
988 InstructionSP InstructionList::GetInstructionAtAddress(const Address &address) { in GetInstructionAtAddress()
995 void InstructionList::Dump(Stream *s, bool show_address, bool show_bytes, in Dump()
1021 void InstructionList::Clear() { m_instructions.clear(); } in Clear()
1023 void InstructionList::Append(lldb::InstructionSP &inst_sp) { in Append()
1029 InstructionList::GetIndexOfNextBranchInstruction(uint32_t start, in GetIndexOfNextBranchInstruction()
[all …]
DIOHandlerCursesGUI.cpp7108 InstructionList &insts = m_disassembly_sp->GetInstructionList(); in WindowDelegateDraw()
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DDisassembler.h283 class InstructionList {
285 InstructionList();
286 ~InstructionList();
465 InstructionList &GetInstructionList();
467 const InstructionList &GetInstructionList() const;
545 InstructionList m_instruction_list;
/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp599 SmallVector<Instruction *, 64> InstructionList; member in __anond0704bc40411::BitcodeReader
4627 InstructionList.clear(); in parseFunctionBody()
4694 if (Error Err = MDLoader->parseMetadataAttachment(*F, InstructionList)) in parseFunctionBody()
4837 InstructionList.push_back(I); in parseFunctionBody()
4862 InstructionList.push_back(I); in parseFunctionBody()
4903 InstructionList.push_back(Temp); in parseFunctionBody()
4913 InstructionList.push_back(I); in parseFunctionBody()
4986 InstructionList.push_back(I); in parseFunctionBody()
5032 InstructionList.push_back(I); in parseFunctionBody()
5080 InstructionList.push_back(I); in parseFunctionBody()
[all …]
DMetadataLoader.h84 ArrayRef<Instruction *> InstructionList);
DMetadataLoader.cpp668 ArrayRef<Instruction *> InstructionList);
2219 Function &F, ArrayRef<Instruction *> InstructionList) { in parseMetadataAttachment() argument
2264 Instruction *Inst = InstructionList[Record[0]]; in parseMetadataAttachment()
2395 Function &F, ArrayRef<Instruction *> InstructionList) { in parseMetadataAttachment() argument
2396 return Pimpl->parseMetadataAttachment(F, InstructionList); in parseMetadataAttachment()
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DThreadPlanStepRange.h51 InstructionList *GetInstructionsForAddress(lldb::addr_t addr,
/openbsd/src/gnu/llvm/llvm/utils/
Dllvm.grm352 BasicBlock ::= InstructionList OptLocalAssign BBTerminatorInst ;
354 InstructionList ::= +++ InstructionList Inst
/openbsd/src/gnu/llvm/lldb/source/Target/
DThreadPlanStepRange.cpp255 InstructionList *ThreadPlanStepRange::GetInstructionsForAddress( in GetInstructionsForAddress()
325 InstructionList *instructions = in SetNextBranchBreakpoint()
DThreadPlanTracer.cpp166 InstructionList &instruction_list = disassembler->GetInstructionList(); in Log()
DProcess.cpp5833 InstructionList *insn_list = nullptr; in AdvanceAddressToNextBranchInstruction()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Architecture/Mips/
DArchitectureMips.cpp155 InstructionList instruction_list; in GetInstructionAtAddress()
/openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
DDynamicLoaderWindowsDYLD.cpp191 InstructionList *insn_list = &disassembler_sp->GetInstructionList(); in GetStepThroughTrampolinePlan()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/
DStopInfoMachException.cpp56 InstructionList &insn_list = disassembler_sp->GetInstructionList(); in GetPtrauthInstructionInfo()
/openbsd/src/gnu/llvm/lldb/include/lldb/
Dlldb-forward.h112 class InstructionList; variable
/openbsd/src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/InstEmulation/
DUnwindAssemblyInstEmulation.cpp101 const InstructionList &inst_list = disasm_sp->GetInstructionList(); in GetNonCallSiteUnwindPlanFromAssembly()
/openbsd/src/gnu/llvm/lldb/source/Expression/
DIRExecutionUnit.cpp203 InstructionList &instruction_list = disassembler_sp->GetInstructionList(); in DisassembleFunction()