Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.cpp139 if (module_spec.GetSourceMappingList().GetSize()) in CreateInstance()
140 module_sp->GetSourceMappingList().Append( in CreateInstance()
141 module_spec.GetSourceMappingList(), true); in CreateInstance()
165 if (module_sp->GetSourceMappingList().IsEmpty()) { in CreateInstance()
244 module_sp->GetSourceMappingList().Append( in CreateInstance()
259 module_sp->GetSourceMappingList().Append( in CreateInstance()
275 module_sp->GetSourceMappingList().Append( in CreateInstance()
/llvm-project/lldb/unittests/SymbolFile/DWARF/
H A DXcodeSDKModuleTests.cpp120 ASSERT_EQ(module->GetSourceMappingList().GetSize(), 0u); in TEST_F()
123 ASSERT_EQ(module->GetSourceMappingList().GetSize(), 1u); in TEST_F()
/llvm-project/lldb/include/lldb/Core/
H A DModule.h828 PathMappingList &GetSourceMappingList() { return m_source_mappings; }
830 const PathMappingList &GetSourceMappingList() const { in GetSourceMappingList()
827 PathMappingList &GetSourceMappingList() { return m_source_mappings; } GetSourceMappingList() function
829 const PathMappingList &GetSourceMappingList() const { GetSourceMappingList() function
H A DModuleSpec.h125 PathMappingList &GetSourceMappingList() const { return m_source_mappings; } in GetSourceMappingList() function
/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp915 module_spec.GetSourceMappingList().Append(DBGBuildSourcePath, in GetModuleSpecInfoFromUUIDDictionary()
924 module_spec.GetSourceMappingList().Append( in GetModuleSpecInfoFromUUIDDictionary()
957 module_spec.GetSourceMappingList().Append(DBGBuildSourcePath, in GetModuleSpecInfoFromUUIDDictionary()