Searched refs:RemapSourceFile (Results 1 - 4 of 4) sorted by relevance

/external/lldb/include/lldb/Core/
H A DModule.h933 RemapSourceFile (const char *path, std::string &new_path) const;
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.cpp513 if (module_sp->RemapSourceFile (path, fullpath))
545 if (module_sp->RemapSourceFile (fullpath.c_str(), remapped_fullpath))
H A DSymbolFileDWARF.cpp939 if (module_sp->RemapSourceFile(cu_die_name, ramapped_file))
950 if (module_sp->RemapSourceFile (fullpath.c_str(), ramapped_file))
/external/lldb/source/Core/
H A DModule.cpp1483 Module::RemapSourceFile (const char *path, std::string &new_path) const function in class:Module

Completed in 177 milliseconds