Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDThreadMemory.h34 const char *GetInfo() override { in GetInfo() function
36 m_backing_thread_sp->GetInfo(); in GetInfo()
/freebsd-head/stand/efi/include/
HDefirng.h44 EFI_RNG_GET_INFO GetInfo; member
HDefiprot.h284 EFI_FILE_GET_INFO GetInfo; member
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
HDScriptedThread.h49 const char *GetInfo() override { return nullptr; } in GetInfo() function
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Target/
HDThread.h261 virtual const char *GetInfo() { return nullptr; } in GetInfo() function