/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Disassembler.cpp | 967 InstructionList::InstructionList() : m_instructions() {} in InstructionList() function in InstructionList 969 InstructionList::~InstructionList() = default; 971 size_t InstructionList::GetSize() const { return m_instructions.size(); } in GetSize() 973 uint32_t InstructionList::GetMaxOpcocdeByteSize() const { in GetMaxOpcocdeByteSize() 985 InstructionSP InstructionList::GetInstructionAtIndex(size_t idx) const { in GetInstructionAtIndex() 992 InstructionSP InstructionList::GetInstructionAtAddress(const Address &address) { in GetInstructionAtAddress() 999 void InstructionList::Dump(Stream *s, bool show_address, bool show_bytes, in Dump() 1025 void InstructionList::Clear() { m_instructions.clear(); } in Clear() 1027 void InstructionList::Append(lldb::InstructionSP &inst_sp) { in Append() 1033 InstructionList::GetIndexOfNextBranchInstruction(uint32_t start, in GetIndexOfNextBranchInstruction() [all …]
|
H A D | IOHandlerCursesGUI.cpp | 7130 InstructionList &insts = m_disassembly_sp->GetInstructionList(); in WindowDelegateDraw()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Disassembler.h | 287 class InstructionList { 289 InstructionList(); 290 ~InstructionList(); 469 InstructionList &GetInstructionList(); 471 const InstructionList &GetInstructionList() const; 549 InstructionList m_instruction_list;
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.h | 85 ArrayRef<Instruction *> InstructionList);
|
H A D | BitcodeReader.cpp | 621 SmallVector<Instruction *, 64> InstructionList; member in __anondf6e26480411::BitcodeReader 4830 InstructionList.clear(); in parseFunctionBody() 4897 if (Error Err = MDLoader->parseMetadataAttachment(*F, InstructionList)) in parseFunctionBody() 5040 InstructionList.push_back(I); in parseFunctionBody() 5065 InstructionList.push_back(I); in parseFunctionBody() 5109 InstructionList.push_back(Temp); in parseFunctionBody() 5132 InstructionList.push_back(I); in parseFunctionBody() 5203 InstructionList.push_back(I); in parseFunctionBody() 5248 InstructionList.push_back(I); in parseFunctionBody() 5296 InstructionList.push_back(I); in parseFunctionBody() [all …]
|
H A D | MetadataLoader.cpp | 760 ArrayRef<Instruction *> InstructionList); 2343 Function &F, ArrayRef<Instruction *> InstructionList) { in parseMetadataAttachment() argument 2388 Instruction *Inst = InstructionList[Record[0]]; in parseMetadataAttachment() 2519 Function &F, ArrayRef<Instruction *> InstructionList) { in parseMetadataAttachment() argument 2520 return Pimpl->parseMetadataAttachment(F, InstructionList); in parseMetadataAttachment()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | ThreadPlanStepRange.h | 51 InstructionList *GetInstructionsForAddress(lldb::addr_t addr,
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ThreadPlanStepRange.cpp | 256 InstructionList *ThreadPlanStepRange::GetInstructionsForAddress( in GetInstructionsForAddress() 326 InstructionList *instructions = in SetNextBranchBreakpoint()
|
H A D | ThreadPlanTracer.cpp | 166 InstructionList &instruction_list = disassembler->GetInstructionList(); in Log()
|
H A D | Process.cpp | 6142 InstructionList *insn_list = nullptr; in AdvanceAddressToNextBranchInstruction()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/ |
H A D | ArchitectureMips.cpp | 155 InstructionList instruction_list; in GetInstructionAtAddress()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/ |
H A D | DynamicLoaderWindowsDYLD.cpp | 191 InstructionList *insn_list = &disassembler_sp->GetInstructionList(); in GetStepThroughTrampolinePlan()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | StopInfoMachException.cpp | 58 InstructionList &insn_list = disassembler_sp->GetInstructionList(); in GetPtrauthInstructionInfo()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
H A D | UnwindAssemblyInstEmulation.cpp | 101 const InstructionList &inst_list = disasm_sp->GetInstructionList(); in GetNonCallSiteUnwindPlanFromAssembly()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-forward.h | 114 class InstructionList; variable
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRExecutionUnit.cpp | 203 InstructionList &instruction_list = disassembler_sp->GetInstructionList(); in DisassembleFunction()
|