Searched refs:OffsetSection (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfStringPool.cpp | 79 MCSection *OffsetSection, bool UseRelativeOffsets) { in emit() argument 114 if (OffsetSection) { in emit() 123 Asm.OutStreamer->SwitchSection(OffsetSection); in emit()
|
| H A D | DwarfStringPool.h | 43 void emitStringOffsetsTableHeader(AsmPrinter &Asm, MCSection *OffsetSection, 47 MCSection *OffsetSection = nullptr,
|
| H A D | DwarfFile.cpp | 90 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection, in emitStrings() argument 92 StrPool.emit(*Asm, StrSection, OffsetSection, UseRelativeOffsets); in emitStrings()
|
| H A D | DwarfFile.h | 160 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr,
|