Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugLine.cpp503 std::string remapped_fullpath; in ParseSupportFiles() local
548 if (module_sp->RemapSourceFile (fullpath.c_str(), remapped_fullpath)) in ParseSupportFiles()
549 support_files.Append(FileSpec (remapped_fullpath.c_str(), false)); in ParseSupportFiles()