Emit the .debug_names section described by DI to OS.
Declared in <llvm/ObjectYAML/DWARFEmitter.h>
Error
emitDebugNames(
raw_ostream& OS,
Data const& DI);
Success, or an error if emission fails.
| Name | Description |
|---|---|
| OS | Output stream that receives the binary section contents. |
| DI | YAML DWARF data that provides the section to emit. |