Home
last modified time | relevance | path

Searched refs:GetInfo (Results 1 – 9 of 9) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h34 const char *GetInfo() override { in GetInfo() function
36 m_backing_thread_sp->GetInfo(); in GetInfo()
/src/sys/contrib/edk2/Include/Protocol/
H A DDecompress.h110 EFI_DECOMPRESS_GET_INFO GetInfo; member
H A DFirmwareVolume2.h741 EFI_FV_GET_INFO GetInfo; member
H A DSimpleFileSystem.h542 EFI_FILE_GET_INFO GetInfo; member
H A DMtftp6.h807 EFI_MTFTP6_GET_INFO GetInfo; member
H A DMtftp4.h502 EFI_MTFTP4_GET_INFO GetInfo; member
/src/sys/contrib/edk2/Include/Guid/
H A DRng.h143 EFI_RNG_GET_INFO GetInfo; member
/src/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.h49 const char *GetInfo() override { return nullptr; } in GetInfo() function
/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h261 virtual const char *GetInfo() { return nullptr; } in GetInfo() function