Home
last modified time | relevance | path

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

123

/dports/devel/llvm70/llvm-7.0.1.src/tools/dsymutil/
H A DDwarfStreamer.cpp44 bool DwarfStreamer::init(Triple TheTriple) { in init()
127 bool DwarfStreamer::finish(const DebugMap &DM) { in finish()
176 void DwarfStreamer::emitAbbrevs( in emitAbbrevs()
185 void DwarfStreamer::emitDIE(DIE &Die) { in emitDIE()
204 void DwarfStreamer::emitDebugNames( in emitDebugNames()
227 void DwarfStreamer::emitAppleNamespaces( in emitAppleNamespaces()
235 void DwarfStreamer::emitAppleNames( in emitAppleNames()
243 void DwarfStreamer::emitAppleObjc( in emitAppleObjc()
251 void DwarfStreamer::emitAppleTypes( in emitAppleTypes()
271 void DwarfStreamer::emitRangesEntries( in emitRangesEntries()
[all …]
H A DDwarfStreamer.h45 class DwarfStreamer {
47 DwarfStreamer(raw_fd_ostream &OutFile, LinkOptions Options) in DwarfStreamer() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/dsymutil/
H A DDwarfStreamer.cpp47 bool DwarfStreamer::init(Triple TheTriple) { in init()
181 void DwarfStreamer::emitAbbrevs( in emitAbbrevs()
190 void DwarfStreamer::emitDIE(DIE &Die) { in emitDIE()
246 void DwarfStreamer::emitDebugNames( in emitDebugNames()
269 void DwarfStreamer::emitAppleNamespaces( in emitAppleNamespaces()
277 void DwarfStreamer::emitAppleNames( in emitAppleNames()
285 void DwarfStreamer::emitAppleObjc( in emitAppleObjc()
293 void DwarfStreamer::emitAppleTypes( in emitAppleTypes()
313 void DwarfStreamer::emitRangesEntries( in emitRangesEntries()
432 void DwarfStreamer::emitLocationsForUnit( in emitLocationsForUnit()
[all …]
H A DDwarfStreamer.h45 class DwarfStreamer : public DwarfEmitter {
47 DwarfStreamer(raw_fd_ostream &OutFile, LinkOptions Options) in DwarfStreamer() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/dsymutil/
H A DDwarfStreamer.cpp47 bool DwarfStreamer::init(Triple TheTriple) { in init()
181 void DwarfStreamer::emitAbbrevs( in emitAbbrevs()
190 void DwarfStreamer::emitDIE(DIE &Die) { in emitDIE()
246 void DwarfStreamer::emitDebugNames( in emitDebugNames()
269 void DwarfStreamer::emitAppleNamespaces( in emitAppleNamespaces()
277 void DwarfStreamer::emitAppleNames( in emitAppleNames()
285 void DwarfStreamer::emitAppleObjc( in emitAppleObjc()
293 void DwarfStreamer::emitAppleTypes( in emitAppleTypes()
313 void DwarfStreamer::emitRangesEntries( in emitRangesEntries()
432 void DwarfStreamer::emitLocationsForUnit( in emitLocationsForUnit()
[all …]
H A DDwarfStreamer.h45 class DwarfStreamer : public DwarfEmitter {
47 DwarfStreamer(raw_fd_ostream &OutFile, LinkOptions Options) in DwarfStreamer() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp30 bool DwarfStreamer::init(Triple TheTriple) { in init()
157 void DwarfStreamer::emitAbbrevs( in emitAbbrevs()
166 void DwarfStreamer::emitDIE(DIE &Die) { in emitDIE()
216 void DwarfStreamer::emitDebugNames( in emitDebugNames()
239 void DwarfStreamer::emitAppleNamespaces( in emitAppleNamespaces()
247 void DwarfStreamer::emitAppleNames( in emitAppleNames()
255 void DwarfStreamer::emitAppleObjc( in emitAppleObjc()
263 void DwarfStreamer::emitAppleTypes( in emitAppleTypes()
283 void DwarfStreamer::emitRangesEntries( in emitRangesEntries()
402 void DwarfStreamer::emitLocationsForUnit( in emitLocationsForUnit()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp30 bool DwarfStreamer::init(Triple TheTriple) { in init()
173 void DwarfStreamer::emitAbbrevs( in emitAbbrevs()
182 void DwarfStreamer::emitDIE(DIE &Die) { in emitDIE()
242 void DwarfStreamer::emitDebugNames( in emitDebugNames()
265 void DwarfStreamer::emitAppleNamespaces( in emitAppleNamespaces()
273 void DwarfStreamer::emitAppleNames( in emitAppleNames()
281 void DwarfStreamer::emitAppleObjc( in emitAppleObjc()
289 void DwarfStreamer::emitAppleTypes( in emitAppleTypes()
309 void DwarfStreamer::emitRangesEntries( in emitRangesEntries()
428 void DwarfStreamer::emitLocationsForUnit( in emitLocationsForUnit()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/DWARFLinker/
H A DDWARFStreamer.cpp30 bool DwarfStreamer::init(Triple TheTriple) { in init()
173 void DwarfStreamer::emitAbbrevs( in emitAbbrevs()
182 void DwarfStreamer::emitDIE(DIE &Die) { in emitDIE()
242 void DwarfStreamer::emitDebugNames( in emitDebugNames()
265 void DwarfStreamer::emitAppleNamespaces( in emitAppleNamespaces()
273 void DwarfStreamer::emitAppleNames( in emitAppleNames()
281 void DwarfStreamer::emitAppleObjc( in emitAppleObjc()
289 void DwarfStreamer::emitAppleTypes( in emitAppleTypes()
309 void DwarfStreamer::emitRangesEntries( in emitRangesEntries()
428 void DwarfStreamer::emitLocationsForUnit( in emitLocationsForUnit()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp30 bool DwarfStreamer::init(Triple TheTriple) { in init()
173 void DwarfStreamer::emitAbbrevs( in emitAbbrevs()
182 void DwarfStreamer::emitDIE(DIE &Die) { in emitDIE()
242 void DwarfStreamer::emitDebugNames( in emitDebugNames()
265 void DwarfStreamer::emitAppleNamespaces( in emitAppleNamespaces()
273 void DwarfStreamer::emitAppleNames( in emitAppleNames()
281 void DwarfStreamer::emitAppleObjc( in emitAppleObjc()
289 void DwarfStreamer::emitAppleTypes( in emitAppleTypes()
309 void DwarfStreamer::emitRangesEntries( in emitRangesEntries()
428 void DwarfStreamer::emitLocationsForUnit( in emitLocationsForUnit()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/DWARFLinker/
H A DDWARFStreamer.cpp30 bool DwarfStreamer::init(Triple TheTriple) { in init()
157 void DwarfStreamer::emitAbbrevs( in emitAbbrevs()
166 void DwarfStreamer::emitDIE(DIE &Die) { in emitDIE()
216 void DwarfStreamer::emitDebugNames( in emitDebugNames()
239 void DwarfStreamer::emitAppleNamespaces( in emitAppleNamespaces()
247 void DwarfStreamer::emitAppleNames( in emitAppleNames()
255 void DwarfStreamer::emitAppleObjc( in emitAppleObjc()
263 void DwarfStreamer::emitAppleTypes( in emitAppleTypes()
283 void DwarfStreamer::emitRangesEntries( in emitRangesEntries()
402 void DwarfStreamer::emitLocationsForUnit( in emitLocationsForUnit()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp30 bool DwarfStreamer::init(Triple TheTriple) { in init()
173 void DwarfStreamer::emitAbbrevs( in emitAbbrevs()
182 void DwarfStreamer::emitDIE(DIE &Die) { in emitDIE()
242 void DwarfStreamer::emitDebugNames( in emitDebugNames()
265 void DwarfStreamer::emitAppleNamespaces( in emitAppleNamespaces()
273 void DwarfStreamer::emitAppleNames( in emitAppleNames()
281 void DwarfStreamer::emitAppleObjc( in emitAppleObjc()
289 void DwarfStreamer::emitAppleTypes( in emitAppleTypes()
309 void DwarfStreamer::emitRangesEntries( in emitRangesEntries()
428 void DwarfStreamer::emitLocationsForUnit( in emitLocationsForUnit()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp30 bool DwarfStreamer::init(Triple TheTriple) { in init()
173 void DwarfStreamer::emitAbbrevs( in emitAbbrevs()
182 void DwarfStreamer::emitDIE(DIE &Die) { in emitDIE()
242 void DwarfStreamer::emitDebugNames( in emitDebugNames()
265 void DwarfStreamer::emitAppleNamespaces( in emitAppleNamespaces()
273 void DwarfStreamer::emitAppleNames( in emitAppleNames()
281 void DwarfStreamer::emitAppleObjc( in emitAppleObjc()
289 void DwarfStreamer::emitAppleTypes( in emitAppleTypes()
309 void DwarfStreamer::emitRangesEntries( in emitRangesEntries()
428 void DwarfStreamer::emitLocationsForUnit( in emitLocationsForUnit()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp30 bool DwarfStreamer::init(Triple TheTriple) { in init()
173 void DwarfStreamer::emitAbbrevs( in emitAbbrevs()
182 void DwarfStreamer::emitDIE(DIE &Die) { in emitDIE()
242 void DwarfStreamer::emitDebugNames( in emitDebugNames()
265 void DwarfStreamer::emitAppleNamespaces( in emitAppleNamespaces()
273 void DwarfStreamer::emitAppleNames( in emitAppleNames()
281 void DwarfStreamer::emitAppleObjc( in emitAppleObjc()
289 void DwarfStreamer::emitAppleTypes( in emitAppleTypes()
309 void DwarfStreamer::emitRangesEntries( in emitRangesEntries()
428 void DwarfStreamer::emitLocationsForUnit( in emitLocationsForUnit()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp30 bool DwarfStreamer::init(Triple TheTriple) { in init()
157 void DwarfStreamer::emitAbbrevs( in emitAbbrevs()
166 void DwarfStreamer::emitDIE(DIE &Die) { in emitDIE()
216 void DwarfStreamer::emitDebugNames( in emitDebugNames()
239 void DwarfStreamer::emitAppleNamespaces( in emitAppleNamespaces()
247 void DwarfStreamer::emitAppleNames( in emitAppleNames()
255 void DwarfStreamer::emitAppleObjc( in emitAppleObjc()
263 void DwarfStreamer::emitAppleTypes( in emitAppleTypes()
283 void DwarfStreamer::emitRangesEntries( in emitRangesEntries()
402 void DwarfStreamer::emitLocationsForUnit( in emitLocationsForUnit()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp30 bool DwarfStreamer::init(Triple TheTriple) { in init()
173 void DwarfStreamer::emitAbbrevs( in emitAbbrevs()
182 void DwarfStreamer::emitDIE(DIE &Die) { in emitDIE()
242 void DwarfStreamer::emitDebugNames( in emitDebugNames()
265 void DwarfStreamer::emitAppleNamespaces( in emitAppleNamespaces()
273 void DwarfStreamer::emitAppleNames( in emitAppleNames()
281 void DwarfStreamer::emitAppleObjc( in emitAppleObjc()
289 void DwarfStreamer::emitAppleTypes( in emitAppleTypes()
309 void DwarfStreamer::emitRangesEntries( in emitRangesEntries()
428 void DwarfStreamer::emitLocationsForUnit( in emitLocationsForUnit()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp30 bool DwarfStreamer::init(Triple TheTriple) { in init()
173 void DwarfStreamer::emitAbbrevs( in emitAbbrevs()
182 void DwarfStreamer::emitDIE(DIE &Die) { in emitDIE()
242 void DwarfStreamer::emitDebugNames( in emitDebugNames()
265 void DwarfStreamer::emitAppleNamespaces( in emitAppleNamespaces()
273 void DwarfStreamer::emitAppleNames( in emitAppleNames()
281 void DwarfStreamer::emitAppleObjc( in emitAppleObjc()
289 void DwarfStreamer::emitAppleTypes( in emitAppleTypes()
309 void DwarfStreamer::emitRangesEntries( in emitRangesEntries()
428 void DwarfStreamer::emitLocationsForUnit( in emitLocationsForUnit()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/dsymutil/
H A DDwarfStreamer.cpp43 bool DwarfStreamer::init(Triple TheTriple) { in init()
175 void DwarfStreamer::emitAbbrevs( in emitAbbrevs()
184 void DwarfStreamer::emitDIE(DIE &Die) { in emitDIE()
201 void DwarfStreamer::emitDebugNames( in emitDebugNames()
224 void DwarfStreamer::emitAppleNamespaces( in emitAppleNamespaces()
232 void DwarfStreamer::emitAppleNames( in emitAppleNames()
240 void DwarfStreamer::emitAppleObjc( in emitAppleObjc()
248 void DwarfStreamer::emitAppleTypes( in emitAppleTypes()
268 void DwarfStreamer::emitRangesEntries( in emitRangesEntries()
387 void DwarfStreamer::emitLocationsForUnit( in emitLocationsForUnit()
[all …]
H A DDwarfStreamer.h44 class DwarfStreamer {
46 DwarfStreamer(raw_fd_ostream &OutFile, LinkOptions Options) in DwarfStreamer() function
/dports/devel/llvm80/llvm-8.0.1.src/tools/dsymutil/
H A DDwarfStreamer.cpp44 bool DwarfStreamer::init(Triple TheTriple) { in init()
176 void DwarfStreamer::emitAbbrevs( in emitAbbrevs()
185 void DwarfStreamer::emitDIE(DIE &Die) { in emitDIE()
202 void DwarfStreamer::emitDebugNames( in emitDebugNames()
225 void DwarfStreamer::emitAppleNamespaces( in emitAppleNamespaces()
233 void DwarfStreamer::emitAppleNames( in emitAppleNames()
241 void DwarfStreamer::emitAppleObjc( in emitAppleObjc()
249 void DwarfStreamer::emitAppleTypes( in emitAppleTypes()
269 void DwarfStreamer::emitRangesEntries( in emitRangesEntries()
692 void DwarfStreamer::emitPubSectionForUnit( in emitPubSectionForUnit()
[all …]
H A DDwarfStreamer.h45 class DwarfStreamer {
47 DwarfStreamer(raw_fd_ostream &OutFile, LinkOptions Options) in DwarfStreamer() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h43 class DwarfStreamer : public DwarfEmitter {
45 DwarfStreamer(OutputFileType OutFileType, raw_pwrite_stream &OutFile, in DwarfStreamer() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h43 class DwarfStreamer : public DwarfEmitter {
45 DwarfStreamer(OutputFileType OutFileType, raw_pwrite_stream &OutFile,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h43 class DwarfStreamer : public DwarfEmitter {
45 DwarfStreamer(OutputFileType OutFileType, raw_pwrite_stream &OutFile, in DwarfStreamer() function
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/DWARFLinker/
H A DDWARFStreamer.h43 class DwarfStreamer : public DwarfEmitter {
45 DwarfStreamer(OutputFileType OutFileType, raw_pwrite_stream &OutFile, in DwarfStreamer() function

123