Searched refs:StrSection (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | DWARF.h | 62 StringRef getStringSection() const override { return StrSection; } in getStringSection() 86 StringRef StrSection; variable
|
| H A D | DWARF.cpp | 52 StrSection = toStringRef(Sec->data()); in LLDDwarfObj()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| 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 | DwarfStringPool.cpp | 78 void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *StrSection, in emit() argument 84 Asm.OutStreamer->SwitchSection(StrSection); in emit()
|
| H A D | DwarfStringPool.h | 46 void emit(AsmPrinter &Asm, MCSection *StrSection,
|
| H A D | DwarfFile.h | 160 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr,
|