Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMIDriverBase.h51 virtual const CMIUtilString &GetDriverName() const = 0;
H A DMIDriver.h115 const CMIUtilString &GetDriverName() const override;
H A DMIDriver.cpp697 const CMIUtilString &CMIDriver::GetDriverName() const { return GetName(); } in GetDriverName() function in CMIDriver
/freebsd-12.1/stand/efi/include/
H A Defiprot.h631 EFI_COMPONENT_NAME_GET_DRIVER_NAME GetDriverName; member