Searched refs:DWARFVersion (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/bolt/include/bolt/Rewrite/ |
| H A D | DWARFRewriter.h | 93 enum class DWARFVersion { DWARFLegacy, DWARF5 }; enum 120 DWARFVersion Version);
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | DWARFRewriter.cpp | 989 makeFinalLocListsSection(DebugInfoPatcher, DWARFVersion::DWARF5); in finalizeDebugSections() 998 makeFinalLocListsSection(DebugInfoPatcher, DWARFVersion::DWARFLegacy); in finalizeDebugSections() 1765 DebugInfoBinaryPatcher &DebugInfoPatcher, DWARFVersion Version) { in makeFinalLocListsSection() 1777 if (Version == DWARFVersion::DWARF5 && in makeFinalLocListsSection() 1782 if (Version == DWARFVersion::DWARFLegacy && in makeFinalLocListsSection()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinaryContext.h | 278 unsigned DWARFVersion);
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryContext.cpp | 1471 unsigned CUID, unsigned DWARFVersion) { in getDwarfFile() argument 1473 return Table.tryGetFile(Directory, FileName, Checksum, Source, DWARFVersion, in getDwarfFile()
|