Searched refs:HostInfoBaseFields (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp34 // The HostInfoBaseFields is a work around for windows not supporting static
36 // HostInfoBaseFields should live in the functions in which they are used and
40 struct HostInfoBaseFields { struct in namespace:__anon1197
41 ~HostInfoBaseFields() {
75 HostInfoBaseFields *g_fields = nullptr;
78 void HostInfoBase::Initialize() { g_fields = new HostInfoBaseFields(); }

Completed in 151 milliseconds