Searched refs:DwarfStreamer (Results 1 – 9 of 9) 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 …]
24 class DwarfStreamer; variable 29 friend dwarf_linker::classic::DwarfStreamer;21 class DwarfStreamer; global() variable
45 class LLVM_ABI DwarfStreamer : public DwarfEmitter {47 DwarfStreamer(DWARFLinkerBase::OutputFileType OutFileType, in DwarfStreamer() function51 virtual ~DwarfStreamer() = default;53 static Expected<std::unique_ptr<DwarfStreamer>> createStreamer(
198 class DwarfStreamer; variable
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()