Searched defs:symbol_info (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/Target/ |
H A D | TraceDumper.cpp | 489 CalculateDisass(const TraceDumper::SymbolInfo & symbol_info,const TraceDumper::SymbolInfo & prev_symbol_info,const ExecutionContext & exe_ctx) CalculateDisass() argument 526 TraceDumper::SymbolInfo symbol_info; CalculateSymbolInfo() local 576 SymbolInfo symbol_info = DumpInstructions() local 592 AppendInsn(const TraceCursorSP & cursor_sp,const TraceDumper::SymbolInfo & symbol_info) AppendInsn() argument 621 CreateNestedCall(const TraceCursorSP & cursor_sp,const TraceDumper::SymbolInfo & symbol_info) CreateNestedCall() argument 645 FunctionCall(const TraceCursorSP & cursor_sp,const TraceDumper::SymbolInfo & symbol_info) FunctionCall() argument 652 AppendSegment(const TraceCursorSP & cursor_sp,const TraceDumper::SymbolInfo & symbol_info) AppendSegment() argument 713 AppendReturnedInstructionToFunctionCallForest(TraceDumper::FunctionCall & last_function_call,const TraceDumper::SymbolInfo & symbol_info,const TraceCursorSP & cursor_sp,std::vector<TraceDumper::FunctionCallUP> & roots) AppendReturnedInstructionToFunctionCallForest() argument 773 AppendInstructionToFunctionCallForest(const ExecutionContext & exe_ctx,TraceDumper::FunctionCall * last_function_call,const TraceDumper::SymbolInfo & prev_symbol_info,const TraceDumper::SymbolInfo & symbol_info,const TraceCursorSP & cursor_sp,std::vector<TraceDumper::FunctionCallUP> & roots) AppendInstructionToFunctionCallForest() argument 888 TraceDumper::SymbolInfo symbol_info = CalculateSymbolInfo( CreateFunctionCallForest() local [all...] |
/llvm-project/lldb/include/lldb/Target/ |
H A D | TraceDumper.h | 72 std::optional<SymbolInfo> symbol_info; member 222 const SymbolInfo &symbol_info, FunctionCall &owning_call) in TracedSegment()
|