Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp345 std::string DBGBuildSourcePath; in GetModuleSpecInfoFromUUIDDictionary() local
391 DBGBuildSourcePath.clear(); in GetModuleSpecInfoFromUUIDDictionary()
394 CFCString::FileSystemRepresentation(keys[i], DBGBuildSourcePath); in GetModuleSpecInfoFromUUIDDictionary()
399 if (!DBGBuildSourcePath.empty() && !DBGSourcePath.empty()) { in GetModuleSpecInfoFromUUIDDictionary()
418 ConstString(DBGBuildSourcePath.c_str()), in GetModuleSpecInfoFromUUIDDictionary()
421 FileSpec build_path(DBGBuildSourcePath.c_str()); in GetModuleSpecInfoFromUUIDDictionary()
446 CFCString::FileSystemRepresentation(cf_str, DBGBuildSourcePath); in GetModuleSpecInfoFromUUIDDictionary()
455 if (!DBGBuildSourcePath.empty() && !DBGSourcePath.empty()) { in GetModuleSpecInfoFromUUIDDictionary()
462 ConstString(DBGBuildSourcePath.c_str()), in GetModuleSpecInfoFromUUIDDictionary()