Home
last modified time | relevance | path

Searched defs:GetInstructions (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBSymbol.cpp113 SBInstructionList SBSymbol::GetInstructions(SBTarget target) { in GetInstructions() function in SBSymbol
120 SBInstructionList SBSymbol::GetInstructions(SBTarget target, in GetInstructions() function in SBSymbol
DSBFunction.cpp115 SBInstructionList SBFunction::GetInstructions(SBTarget target) { in GetInstructions() function in SBFunction
122 SBInstructionList SBFunction::GetInstructions(SBTarget target, in GetInstructions() function in SBFunction
DSBTarget.cpp2073 lldb::SBInstructionList SBTarget::GetInstructions(lldb::SBAddress base_addr, in GetInstructions() function in SBTarget
2112 lldb::SBInstructionList SBTarget::GetInstructions(lldb::addr_t base_addr, in GetInstructions() function in SBTarget
/external/llvm-project/lldb/source/Plugins/Trace/intel-pt/
DDecodedThread.cpp55 ArrayRef<IntelPTInstruction> DecodedThread::GetInstructions() const { in GetInstructions() function in DecodedThread
/external/llvm-project/lldb/source/Symbol/
DSymbol.cpp540 lldb::DisassemblerSP Symbol::GetInstructions(const ExecutionContext &exe_ctx, in GetInstructions() function in Symbol
DFunction.cpp424 lldb::DisassemblerSP Function::GetInstructions(const ExecutionContext &exe_ctx, in GetInstructions() function in Function
/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment_test.cc68 std::vector<const HloInstruction*> GetInstructions() { return instructions_; } in GetInstructions() function in xla::__anon8a84187f0111::InstructionListVisitor
80 const std::vector<const HloInstruction*> GetInstructions(HloInstruction* root) { in GetInstructions() function