Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DDisassembler.h157 class InstructionList
160 InstructionList();
161 ~InstructionList();
383 InstructionList &
386 const InstructionList &
409 InstructionList m_instruction_list;
/external/lldb/source/Core/
DDisassembler.cpp955 InstructionList::InstructionList() : in InstructionList() function in InstructionList
960 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 …]
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2226 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 …]
DBitcodeReader.h140 SmallVector<Instruction *, 64> InstructionList; variable
/external/lldb/include/lldb/Target/
DThreadPlanStepRange.h61 InstructionList *
/external/llvm/utils/
Dllvm.grm349 BasicBlock ::= InstructionList OptLocalAssign BBTerminatorInst ;
351 InstructionList ::= +++ InstructionList Inst
/external/lldb/source/Target/
DThreadPlanStepRange.cpp269 InstructionList *
344 InstructionList *instructions = GetInstructionsForAddress (cur_addr, range_index, pc_index); in SetNextBranchBreakpoint()
DThreadPlanTracer.cpp216 InstructionList &instruction_list = disassembler->GetInstructionList(); in Log()
/external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
DUnwindAssemblyInstEmulation.cpp90 const InstructionList &inst_list = disasm_sp->GetInstructionList (); in GetNonCallSiteUnwindPlanFromAssembly()
/external/lldb/include/lldb/
Dlldb-forward.h104 class InstructionList; variable
/external/lldb/source/Expression/
DIRExecutionUnit.cpp207 InstructionList &instruction_list = disassembler_sp->GetInstructionList(); in DisassembleFunction()