Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
DModule.h1021 RemapSourceFile (const char *path, std::string &new_path) const;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugLine.cpp516 if (module_sp->RemapSourceFile (path, fullpath)) in ParseSupportFiles()
548 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()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DModule.cpp1571 Module::RemapSourceFile (const char *path, std::string &new_path) const in RemapSourceFile() function in Module