Home
last modified time | relevance | path

Searched refs:SetDriverParent (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMIDriverBase.h50 virtual bool SetDriverParent(const CMIDriverBase &vrOtherDriver);
H A DMIDriverBase.cpp88 bool CMIDriverBase::SetDriverParent(const CMIDriverBase &vrOtherDriver) { in SetDriverParent() function in CMIDriverBase
H A DMIDriver.cpp336 return m_pDriverFallThru->SetDriverParent(*this); in SetDriverToFallThruTo()