Skip to content

Commit 6206814

Browse files
committed
Update comments
1 parent 9afce89 commit 6206814

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bolt/include/bolt/Core/DIEBuilder.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,12 +203,13 @@ class DIEBuilder {
203203
/// Update references once the layout is finalized.
204204
void updateReferences();
205205

206-
/// Update the Offset and Size of DIE, populate DebugNames table.
206+
/// Update the Offset and Size of DIE.
207207
/// Along with current CU, and DIE being processed and the new DIE offset to
208208
/// be updated, it takes in Parents vector that can be empty if this DIE has
209209
/// no parents.
210210
uint32_t finalizeDIEs(DWARFUnit &CU, DIE &Die, uint32_t &CurOffset);
211211

212+
/// Populates DebugNames table
212213
void populateDebugNamesTable(DWARFUnit &CU, DIE &Die,
213214
std::optional<BOLTDWARF5AccelTableData *> Parent,
214215
uint32_t NumberParentsInChain);

0 commit comments

Comments
 (0)