Lines Matching refs:DebugMap
505 bool finish(const DebugMap &);
649 bool DwarfStreamer::finish(const DebugMap &DM) { in finish()
1121 bool link(const DebugMap &);
1211 const DWARFUnit &Unit, DebugMap &ModuleMap,
1219 DebugMap &ModuleMap, unsigned Indent = 0);
1424 const DebugMap &Map);
3225 DebugMap &ModuleMap, unsigned Indent) { in registerModuleReference()
3275 const DebugMap &Map) { in loadObject()
3290 DebugMap &ModuleMap, unsigned Indent) { in loadClangModule()
3421 bool DwarfLinker::link(const DebugMap &Map) { in link()
3430 DebugMap ModuleMap(Map.getTriple(), Map.getBinaryPath()); in link()
3549 bool linkDwarf(StringRef OutputFilename, const DebugMap &DM, in linkDwarf()