Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugLine.cpp500 std::string remapped_fullpath; in ParseSupportFiles() local
545 if (module_sp->RemapSourceFile (fullpath.c_str(), remapped_fullpath)) in ParseSupportFiles()
546 support_files.Append(FileSpec (remapped_fullpath.c_str(), false)); in ParseSupportFiles()