Searched refs:InstructionList (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStepRange.h51 InstructionList *GetInstructionsForAddress(lldb::addr_t addr,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.h70 Function &F, const SmallVectorImpl<Instruction *> &InstructionList);
H A DBitcodeReader.cpp499 SmallVector<Instruction *, 64> InstructionList; member in class:__anon3411::BitcodeReader
3774 InstructionList.clear();
3833 if (Error Err = MDLoader->parseMetadataAttachment(*F, InstructionList))
3948 InstructionList.push_back(I);
3970 InstructionList.push_back(I);
4010 InstructionList.push_back(Temp);
4020 InstructionList.push_back(I);
4063 InstructionList.push_back(I);
4103 InstructionList.push_back(I);
4148 InstructionList
[all...]
H A DMetadataLoader.cpp671 Function &F, const SmallVectorImpl<Instruction *> &InstructionList);
2014 Function &F, const SmallVectorImpl<Instruction *> &InstructionList) {
2060 Instruction *Inst = InstructionList[Record[0]];
2192 Function &F, const SmallVectorImpl<Instruction *> &InstructionList) {
2193 return Pimpl->parseMetadataAttachment(F, InstructionList);
2013 parseMetadataAttachment( Function &F, const SmallVectorImpl<Instruction *> &InstructionList) argument
2191 parseMetadataAttachment( Function &F, const SmallVectorImpl<Instruction *> &InstructionList) argument
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h128 /// the InstructionList.
262 class InstructionList { class in namespace:lldb_private
264 InstructionList();
265 ~InstructionList();
436 InstructionList &GetInstructionList();
438 const InstructionList &GetInstructionList() const;
518 InstructionList m_instruction_list;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp935 InstructionList::InstructionList() : m_instructions() {} function in class:InstructionList
937 InstructionList::~InstructionList() = default;
939 size_t InstructionList::GetSize() const { return m_instructions.size(); }
941 uint32_t InstructionList::GetMaxOpcocdeByteSize() const {
953 InstructionSP InstructionList::GetInstructionAtIndex(size_t idx) const {
960 void InstructionList::Dump(Stream *s, bool show_address, bool show_bytes,
984 void InstructionList::Clear() { m_instructions.clear(); }
986 void InstructionList
[all...]
H A DIOHandlerCursesGUI.cpp3545 InstructionList &insts = m_disassembly_sp->GetInstructionList();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp161 InstructionList instruction_list;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp254 InstructionList *ThreadPlanStepRange::GetInstructionsForAddress(
325 InstructionList *instructions =
H A DThreadPlanTracer.cpp167 InstructionList &instruction_list = disassembler->GetInstructionList();
H A DProcess.cpp5935 InstructionList *insn_list = nullptr;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp201 InstructionList *insn_list = &disassembler_sp->GetInstructionList();
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h106 class InstructionList;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp101 const InstructionList &inst_list = disasm_sp->GetInstructionList();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp198 InstructionList &instruction_list = disassembler_sp->GetInstructionList();

Completed in 235 milliseconds