Searched refs:InstructionList (Results 1 – 11 of 11) sorted by relevance
157 class InstructionList160 InstructionList();161 ~InstructionList();383 InstructionList &386 const InstructionList &409 InstructionList m_instruction_list;
955 InstructionList::InstructionList() : in InstructionList() function in InstructionList960 InstructionList::~InstructionList() in ~InstructionList()965 InstructionList::GetSize() const in GetSize()971 InstructionList::GetMaxOpcocdeByteSize () const in GetMaxOpcocdeByteSize()989 InstructionList::GetInstructionAtIndex (size_t idx) const in GetInstructionAtIndex()998 InstructionList::Dump (Stream *s, in Dump()1017 InstructionList::Clear() in Clear()1023 InstructionList::Append (lldb::InstructionSP &inst_sp) in Append()1030 InstructionList::GetIndexOfNextBranchInstruction(uint32_t start) const in GetIndexOfNextBranchInstruction()1047 InstructionList::GetIndexOfInstructionAtLoadAddress (lldb::addr_t load_addr, Target &target) in GetIndexOfInstructionAtLoadAddress()[all …]
2226 Instruction *Inst = InstructionList[Record[0]]; in ParseMetadataAttachment()2249 InstructionList.clear(); in ParseFunctionBody()2374 InstructionList.push_back(I); in ParseFunctionBody()2423 InstructionList.push_back(Temp); in ParseFunctionBody()2429 InstructionList.push_back(I); in ParseFunctionBody()2448 InstructionList.push_back(I); in ParseFunctionBody()2471 InstructionList.push_back(I); in ParseFunctionBody()2495 InstructionList.push_back(I); in ParseFunctionBody()2510 InstructionList.push_back(I); in ParseFunctionBody()2537 InstructionList.push_back(I); in ParseFunctionBody()[all …]
140 SmallVector<Instruction *, 64> InstructionList; variable
61 InstructionList *
349 BasicBlock ::= InstructionList OptLocalAssign BBTerminatorInst ;351 InstructionList ::= +++ InstructionList Inst
269 InstructionList *344 InstructionList *instructions = GetInstructionsForAddress (cur_addr, range_index, pc_index); in SetNextBranchBreakpoint()
216 InstructionList &instruction_list = disassembler->GetInstructionList(); in Log()
90 const InstructionList &inst_list = disasm_sp->GetInstructionList (); in GetNonCallSiteUnwindPlanFromAssembly()
104 class InstructionList; variable
207 InstructionList &instruction_list = disassembler_sp->GetInstructionList(); in DisassembleFunction()