Home
last modified time | relevance | path

Searched refs:DwarfStreamer (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp33 Expected<std::unique_ptr<DwarfStreamer>> DwarfStreamer::createStreamer( in createStreamer()
36 std::unique_ptr<DwarfStreamer> Streamer = in createStreamer()
37 std::make_unique<DwarfStreamer>(FileType, OutFile, Warning); in createStreamer()
44 Error DwarfStreamer::init(Triple TheTriple, in init()
153 void DwarfStreamer::finish() { MS->finish(); } in finish()
155 void DwarfStreamer::switchToDebugInfoSection(unsigned DwarfVersion) { in switchToDebugInfoSection()
176 void DwarfStreamer::emitCompileUnitHeader(CompileUnit &Unit, in emitCompileUnitHeader()
211 void DwarfStreamer::emitAbbrevs( in emitAbbrevs()
220 void DwarfStreamer::emitDIE(DIE &Die) { in emitDIE()
227 void DwarfStreamer::emitSectionContents(StringRef SecData, in emitSectionContents()
[all …]
/src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h44 class DwarfStreamer : public DwarfEmitter {
46 DwarfStreamer(DWARFLinkerBase::OutputFileType OutFileType, in DwarfStreamer() function
50 virtual ~DwarfStreamer() = default;
52 static Expected<std::unique_ptr<DwarfStreamer>> createStreamer(
H A DDWARFLinker.h194 class DwarfStreamer; variable
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugMacro.h24 class DwarfStreamer; variable
29 friend dwarf_linker::classic::DwarfStreamer;
/src/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp339 std::unique_ptr<classic::DwarfStreamer> Streamer; in linkDebugInfoImpl()
340 if (Expected<std::unique_ptr<classic::DwarfStreamer>> StreamerOrErr = in linkDebugInfoImpl()
341 classic::DwarfStreamer::createStreamer(TargetTriple, in linkDebugInfoImpl()