Searched refs:OffsetSection (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfStringPool.cpp | 76 MCSection *OffsetSection, bool UseRelativeOffsets) { in emit() argument 108 if (OffsetSection) { in emit() 117 Asm.OutStreamer->switchSection(OffsetSection); in emit()
|
| H A D | DwarfStringPool.h | 45 MCSection *OffsetSection, 49 MCSection *OffsetSection = nullptr,
|
| H A D | DwarfFile.cpp | 100 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection, in emitStrings() argument 102 StrPool.emit(*Asm, StrSection, OffsetSection, UseRelativeOffsets); in emitStrings()
|
| H A D | DwarfFile.h | 145 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr,
|