OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_is_host
(Results
1 - 2
of
2
) sorted by null
/external/lldb/include/lldb/Target/
Platform.h
472
return
m_is_host
; // Is this the default host platform?
478
return !
m_is_host
;
549
bool
m_is_host
;
member in class:lldb_private::Platform
/external/lldb/source/Target/
Platform.cpp
234
m_is_host
(is_host),
Completed in 32 milliseconds