Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp613 const TraceDumper::FunctionCall &
618 TraceDumper::FunctionCall &
638 const TraceDumper::FunctionCall &
643 TraceDumper::FunctionCall::FunctionCall( in FunctionCall() function in TraceDumper::FunctionCall
650 void TraceDumper::FunctionCall::AppendSegment( in AppendSegment()
657 TraceDumper::FunctionCall::GetSymbolInfo() const { in GetSymbolInfo()
668 TraceDumper::FunctionCall::TracedSegment &
683 TraceDumper::FunctionCall *TraceDumper::FunctionCall::GetParentCall() const { in GetParentCall()
687 void TraceDumper::FunctionCall::SetParentCall( in SetParentCall()
688 TraceDumper::FunctionCall &parent_call) { in SetParentCall()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceDumper.h205 class FunctionCall; variable
206 using FunctionCallUP = std::unique_ptr<FunctionCall>;
208 class FunctionCall {
246 const FunctionCall &GetOwningCall() const;
265 FunctionCall &CreateNestedCall(const lldb::TraceCursorSP &cursor_sp,
289 FunctionCall &m_owning_call;
301 const FunctionCall &GetNestedCall() const;
317 FunctionCall(const lldb::TraceCursorSP &cursor_sp,
358 FunctionCall *GetParentCall() const;
360 void SetParentCall(FunctionCall &parent_call);
[all …]
/freebsd-14.2/sys/contrib/openzfs/.github/codeql/custom-queries/cpp/
H A DdeprecatedFunctionUsage.ql55 from FunctionCall fc, Function f
/freebsd-14.2/contrib/googletest/docs/
H A Dfaq.md487 TEST(MyDeathTest, FunctionCall) {