We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6367f8 commit ddf88b5Copy full SHA for ddf88b5
bolt/include/bolt/Core/BinaryContext.h
@@ -326,7 +326,7 @@ class BinaryContext {
326
/// Returns true if DWARF4 or lower is used.
327
bool isDWARFLegacyUsed() const { return ContainsDwarfLegacy; }
328
329
- // Return true if DWARFUnit is valid.
+ /// Returns true if DWARFUnit is valid.
330
bool isValidDwarfUnit(DWARFUnit *const DU) const;
331
332
std::map<unsigned, DwarfLineTable> &getDwarfLineTables() {
0 commit comments