Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DDWARFRewriter.h93 enum class DWARFVersion { DWARFLegacy, DWARF5 }; enum
120 DWARFVersion Version);
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp989 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 DBinaryContext.h278 unsigned DWARFVersion);
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp1471 unsigned CUID, unsigned DWARFVersion) { in getDwarfFile() argument
1473 return Table.tryGetFile(Directory, FileName, Checksum, Source, DWARFVersion, in getDwarfFile()