Lines Matching refs:DebugMap
503 bool finish(const DebugMap &);
647 bool DwarfStreamer::finish(const DebugMap &DM) { in finish()
1119 bool link(const DebugMap &);
1209 const DWARFUnit &Unit, DebugMap &ModuleMap,
1217 DebugMap &ModuleMap, unsigned Indent = 0);
1422 const DebugMap &Map);
3168 DebugMap &ModuleMap, unsigned Indent) { in registerModuleReference()
3215 const DebugMap &Map) { in loadObject()
3230 DebugMap &ModuleMap, unsigned Indent) { in loadClangModule()
3323 bool DwarfLinker::link(const DebugMap &Map) { in link()
3332 DebugMap ModuleMap(Map.getTriple(), Map.getBinaryPath()); in link()
3451 bool linkDwarf(StringRef OutputFilename, const DebugMap &DM, in linkDwarf()