Emit a DWARFv5 Accelerator Table consisting of entries in the specified AccelTable. The CUs contains either symbols keeping offsets to the start of compilation unit, either offsets to the start of compilation unit themselves.
Declared in <llvm/CodeGen/AccelTable.h>
Emit a DWARFv5 Accelerator Table consisting of entries in the specified AccelTable. The CUs contains either symbols keeping offsets to the start of compilation unit, either offsets to the start of compilation unit themselves.
void
emitDWARF5AccelTable(
AsmPrinter* Asm,
DWARF5AccelTable& Contents,
ArrayRef<std::variant<MCSymbol*, uint64_t>> CUs,
llvm::function_ref<std::optional<DWARF5AccelTable::UnitIndexAndEncoding>(DWARF5AccelTableData const&)> getIndexForEntry);
» more...
void
emitDWARF5AccelTable(
AsmPrinter* Asm,
DWARF5AccelTable& Contents,
DwarfDebug const& DD,
ArrayRef<std::unique_ptr<DwarfCompileUnit>> CUs);
» more...