Home
last modified time | relevance | path

Searched refs:FunctionCall (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp205 DumpSegmentContext(const TraceDumper::FunctionCall::TracedSegment &segment) { in DumpSegmentContext()
235 void DumpUntracedContext(const TraceDumper::FunctionCall &function_call) { in DumpUntracedContext()
250 void DumpFunctionCallTree(const TraceDumper::FunctionCall &function_call) { in DumpFunctionCallTree()
261 for (const TraceDumper::FunctionCall::TracedSegment &segment : in DumpFunctionCallTree()
268 segment.IfNestedCall([&](const TraceDumper::FunctionCall &nested_call) { in DumpFunctionCallTree()
325 void DumpFunctionCallTree(const TraceDumper::FunctionCall &function_call) { in DumpFunctionCallTree()
337 for (const TraceDumper::FunctionCall::TracedSegment &segment : in DumpFunctionCallTree()
345 [&](const TraceDumper::FunctionCall &nested_call) { in DumpFunctionCallTree()
590 void TraceDumper::FunctionCall::TracedSegment::AppendInsn( in AppendInsn()
598 TraceDumper::FunctionCall::TracedSegment::GetFirstInstructionID() const { in GetFirstInstructionID()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceDumper.h206 class FunctionCall; variable
207 using FunctionCallUP = std::unique_ptr<FunctionCall>;
209 class FunctionCall {
222 const SymbolInfo &symbol_info, FunctionCall &owning_call) in TracedSegment()
247 const FunctionCall &GetOwningCall() const;
266 FunctionCall &CreateNestedCall(const lldb::TraceCursorSP &cursor_sp,
271 void IfNestedCall(std::function<void(const FunctionCall &function_call)>
290 FunctionCall &m_owning_call;
302 const FunctionCall &GetNestedCall() const;
318 FunctionCall(const lldb::TraceCursorSP &cursor_sp,
[all …]
/freebsd/sys/contrib/openzfs/.github/codeql/custom-queries/cpp/
H A DdeprecatedFunctionUsage.ql55 from FunctionCall fc, Function f
/freebsd/contrib/googletest/docs/
H A Dfaq.md466 TEST(MyDeathTest, FunctionCall) {