Searched refs:DwarfStreamer (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | 29 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 D | DWARFStreamer.h | 45 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 D | DwarfLinkerForBinary.h | 214 const llvm::dsymutil::DebugMapObject *Obj, DwarfStreamer *Streamer, 222 std::unique_ptr<DwarfStreamer> Streamer;
|
| H A D | DwarfLinkerForBinary.cpp | 169 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 D | DebugInfoLinker.cpp | 258 DwarfStreamer OutStreamer(OutputFileType::Object, OutStream, nullptr, in linkDebugInfo()
|