Searched refs:DwarfStreamer (Results 1 – 5 of 5) sorted by relevance
33 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 …]
44 class DwarfStreamer : public DwarfEmitter {46 DwarfStreamer(DWARFLinkerBase::OutputFileType OutFileType, in DwarfStreamer() function50 virtual ~DwarfStreamer() = default;52 static Expected<std::unique_ptr<DwarfStreamer>> createStreamer(
194 class DwarfStreamer; variable
24 class DwarfStreamer; variable29 friend dwarf_linker::classic::DwarfStreamer;
339 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()