Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp839 std::string DBGBuildSourcePath; in GetModuleSpecInfoFromUUIDDictionary() local
885 DBGBuildSourcePath.clear(); in GetModuleSpecInfoFromUUIDDictionary()
888 CFCString::FileSystemRepresentation(keys[i], DBGBuildSourcePath); in GetModuleSpecInfoFromUUIDDictionary()
893 if (!DBGBuildSourcePath.empty() && !DBGSourcePath.empty()) { in GetModuleSpecInfoFromUUIDDictionary()
911 module_spec.GetSourceMappingList().Append(DBGBuildSourcePath, in GetModuleSpecInfoFromUUIDDictionary()
914 FileSpec build_path(DBGBuildSourcePath.c_str()); in GetModuleSpecInfoFromUUIDDictionary()
938 CFCString::FileSystemRepresentation(cf_str, DBGBuildSourcePath); in GetModuleSpecInfoFromUUIDDictionary()
947 if (!DBGBuildSourcePath.empty() && !DBGSourcePath.empty()) { in GetModuleSpecInfoFromUUIDDictionary()
953 module_spec.GetSourceMappingList().Append(DBGBuildSourcePath, in GetModuleSpecInfoFromUUIDDictionary()