Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.cpp266 plist.GetValueAsString("DBGBuildSourcePath", in CreateInstance()
268 plist.GetValueAsString("DBGSourcePath", DBGSourcePath); in CreateInstance()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DXML.h163 bool GetValueAsString(const char *key, std::string &value) const;
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DXML.cpp402 bool ApplePropertyList::GetValueAsString(const char *key, in GetValueAsString() function in ApplePropertyList
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1138 if (system_version_plist.GetValueAsString("ProductVersion", in GetOSVersion()