Searched refs:mapDebugSectionName (Results 1 – 6 of 6) sorted by relevance
317 virtual StringRef mapDebugSectionName(StringRef Name) const { return Name; } in mapDebugSectionName() function
586 StringRef mapDebugSectionName(StringRef Name) const override;
1070 StringRef mapDebugSectionName(StringRef Name) const override;
1309 StringRef COFFObjectFile::mapDebugSectionName(StringRef Name) const { in mapDebugSectionName() function in COFFObjectFile
4623 StringRef MachOObjectFile::mapDebugSectionName(StringRef Name) const { in mapDebugSectionName() function in MachOObjectFile
1423 Name = Obj.mapDebugSectionName(Name); in DWARFObjInMemory()