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 9afce89 commit 6206814Copy full SHA for 6206814
bolt/include/bolt/Core/DIEBuilder.h
@@ -203,12 +203,13 @@ class DIEBuilder {
203
/// Update references once the layout is finalized.
204
void updateReferences();
205
206
- /// Update the Offset and Size of DIE, populate DebugNames table.
+ /// Update the Offset and Size of DIE.
207
/// Along with current CU, and DIE being processed and the new DIE offset to
208
/// be updated, it takes in Parents vector that can be empty if this DIE has
209
/// no parents.
210
uint32_t finalizeDIEs(DWARFUnit &CU, DIE &Die, uint32_t &CurOffset);
211
212
+ /// Populates DebugNames table
213
void populateDebugNamesTable(DWARFUnit &CU, DIE &Die,
214
std::optional<BOLTDWARF5AccelTableData *> Parent,
215
uint32_t NumberParentsInChain);
0 commit comments