Home
last modified time | relevance | path

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

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