Home
last modified time | relevance | path

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

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