In this patch, emitDebugPubnames(), emitDebugPubtypes(),
emitDebugGNUPubnames(), emitDebugGNUPubtypes() are added.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D85003
[DWARFYAML] Add emitDebug[GNU]Pub[names/types] functions. NFC. ClosedPublic Authored by Higuoxing on Jul 30 2020, 11:14 PM.
Details Summary In this patch, emitDebugPubnames(), emitDebugPubtypes(),
Diff Detail
Event TimelineHiguoxing added a child revision: D84952: [DWARFYAML] Add helper function getDWARFEmitterByName(). NFC..Jul 30 2020, 11:16 PM This revision is now accepted and ready to land.Jul 31 2020, 1:54 AM Closed by commit rGcbf5bf513b93: [DWARFYAML] Add emitDebug[GNU]Pub[names/types] functions. NFC. (authored by Higuoxing). · Explain WhyJul 31 2020, 5:06 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 282195 llvm/include/llvm/ObjectYAML/DWARFEmitter.h
llvm/lib/ObjectYAML/DWARFEmitter.cpp
llvm/lib/ObjectYAML/ELFEmitter.cpp
llvm/lib/ObjectYAML/MachOEmitter.cpp
|