| /openbsd/src/gnu/llvm/lldb/source/Core/ |
| D | Disassembler.cpp | 963 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 …]
|
| D | IOHandlerCursesGUI.cpp | 7108 InstructionList &insts = m_disassembly_sp->GetInstructionList(); in WindowDelegateDraw()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Core/ |
| D | Disassembler.h | 283 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/ |
| D | BitcodeReader.cpp | 599 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 …]
|
| D | MetadataLoader.h | 84 ArrayRef<Instruction *> InstructionList);
|
| D | MetadataLoader.cpp | 668 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/ |
| D | ThreadPlanStepRange.h | 51 InstructionList *GetInstructionsForAddress(lldb::addr_t addr,
|
| /openbsd/src/gnu/llvm/llvm/utils/ |
| D | llvm.grm | 352 BasicBlock ::= InstructionList OptLocalAssign BBTerminatorInst ; 354 InstructionList ::= +++ InstructionList Inst
|
| /openbsd/src/gnu/llvm/lldb/source/Target/ |
| D | ThreadPlanStepRange.cpp | 255 InstructionList *ThreadPlanStepRange::GetInstructionsForAddress( in GetInstructionsForAddress() 325 InstructionList *instructions = in SetNextBranchBreakpoint()
|
| D | ThreadPlanTracer.cpp | 166 InstructionList &instruction_list = disassembler->GetInstructionList(); in Log()
|
| D | Process.cpp | 5833 InstructionList *insn_list = nullptr; in AdvanceAddressToNextBranchInstruction()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Architecture/Mips/ |
| D | ArchitectureMips.cpp | 155 InstructionList instruction_list; in GetInstructionAtAddress()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Windows-DYLD/ |
| D | DynamicLoaderWindowsDYLD.cpp | 191 InstructionList *insn_list = &disassembler_sp->GetInstructionList(); in GetStepThroughTrampolinePlan()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| D | StopInfoMachException.cpp | 56 InstructionList &insn_list = disassembler_sp->GetInstructionList(); in GetPtrauthInstructionInfo()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/ |
| D | lldb-forward.h | 112 class InstructionList; variable
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
| D | UnwindAssemblyInstEmulation.cpp | 101 const InstructionList &inst_list = disasm_sp->GetInstructionList(); in GetNonCallSiteUnwindPlanFromAssembly()
|
| /openbsd/src/gnu/llvm/lldb/source/Expression/ |
| D | IRExecutionUnit.cpp | 203 InstructionList &instruction_list = disassembler_sp->GetInstructionList(); in DisassembleFunction()
|