Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMIDriverBase.h52 virtual const CMIUtilString &GetDriverId() const = 0;
H A DMIDriver.h116 const CMIUtilString &GetDriverId() const override;
H A DMIDriver.cpp707 const CMIUtilString &CMIDriver::GetDriverId() const { return GetId(); } in GetDriverId() function in CMIDriver