Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfStreamer.cpp44 bool DwarfStreamer::init(Triple TheTriple) { in init()
127 bool DwarfStreamer::finish(const DebugMap &DM) { in finish()
137 void DwarfStreamer::switchToDebugInfoSection(unsigned DwarfVersion) { in switchToDebugInfoSection()
151 void DwarfStreamer::emitCompileUnitHeader(CompileUnit &Unit) { in emitCompileUnitHeader()
176 void DwarfStreamer::emitAbbrevs( in emitAbbrevs()
185 void DwarfStreamer::emitDIE(DIE &Die) { in emitDIE()
191 void DwarfStreamer::emitStrings(const NonRelocatableStringpool &Pool) { in emitStrings()
204 void DwarfStreamer::emitDebugNames( in emitDebugNames()
227 void DwarfStreamer::emitAppleNamespaces( in emitAppleNamespaces()
235 void DwarfStreamer::emitAppleNames( in emitAppleNames()
[all …]
DDwarfStreamer.h45 class DwarfStreamer {
47 DwarfStreamer(raw_fd_ostream &OutFile, LinkOptions Options) in DwarfStreamer() function
DCMakeLists.txt19 DwarfStreamer.cpp
DDwarfLinker.h457 std::unique_ptr<DwarfStreamer> Streamer;
DDwarfLinker.cpp211 Streamer = llvm::make_unique<DwarfStreamer>(OutFile, Options); in createStreamer()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp467 class DwarfStreamer { class
575 bool DwarfStreamer::init(Triple TheTriple, StringRef OutputFilename) { in init()
649 bool DwarfStreamer::finish(const DebugMap &DM) { in finish()
659 void DwarfStreamer::switchToDebugInfoSection(unsigned DwarfVersion) { in switchToDebugInfoSection()
674 void DwarfStreamer::emitCompileUnitHeader(CompileUnit &Unit) { in emitCompileUnitHeader()
691 void DwarfStreamer::emitAbbrevs( in emitAbbrevs()
698 void DwarfStreamer::emitDIE(DIE &Die) { in emitDIE()
704 void DwarfStreamer::emitStrings(const NonRelocatableStringpool &Pool) { in emitStrings()
716 void DwarfStreamer::emitRangesEntries( in emitRangesEntries()
755 void DwarfStreamer::emitUnitRangesEntries(CompileUnit &Unit, in emitUnitRangesEntries()
[all …]