Searched refs:OffsetSection (Results 1 – 8 of 8) sorted by relevance
38 MCSection *OffsetSection) { in emit() argument68 if (OffsetSection) { in emit()69 Asm.OutStreamer->SwitchSection(OffsetSection); in emit()
134 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection) { in emitStrings() argument135 StrPool.emit(*Asm, StrSection, OffsetSection); in emitStrings()
41 MCSection *OffsetSection = nullptr);
94 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr);
35 import org.jf.dexlib2.writer.OffsetSection;42 public abstract class BaseOffsetPool<Key> implements OffsetSection<Key> {
36 public interface NullableOffsetSection<Key> extends OffsetSection<Key> {
38 public interface OffsetSection<Key> { interface
38 extends OffsetSection<AnnotationKey> {