Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp29 bool DwarfStreamer::init(Triple TheTriple, in init()
174 void DwarfStreamer::emitAbbrevs( in emitAbbrevs()
183 void DwarfStreamer::emitDIE(DIE &Die) { in emitDIE()
243 void DwarfStreamer::emitDebugNames( in emitDebugNames()
266 void DwarfStreamer::emitAppleNamespaces( in emitAppleNamespaces()
274 void DwarfStreamer::emitAppleNames( in emitAppleNames()
282 void DwarfStreamer::emitAppleObjc( in emitAppleObjc()
290 void DwarfStreamer::emitAppleTypes( in emitAppleTypes()
322 void DwarfStreamer::emitRangesEntries( in emitRangesEntries()
443 void DwarfStreamer::emitLocationsForUnit( in emitLocationsForUnit()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h45 class DwarfStreamer : public DwarfEmitter {
47 DwarfStreamer(OutputFileType OutFileType, raw_pwrite_stream &OutFile, in DwarfStreamer() function
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.h214 const llvm::dsymutil::DebugMapObject *Obj, DwarfStreamer *Streamer,
222 std::unique_ptr<DwarfStreamer> Streamer;
H A DDwarfLinkerForBinary.cpp169 Streamer = std::make_unique<DwarfStreamer>( in createStreamer()
495 const llvm::dsymutil::DebugMapObject *Obj, DwarfStreamer *Streamer, in copySwiftReflectionMetadata()
/llvm-project-15.0.7/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp258 DwarfStreamer OutStreamer(OutputFileType::Object, OutStream, nullptr, in linkDebugInfo()