Home
last modified time | relevance | path

Searched refs:OffsetSection (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfStringPool.cpp38 MCSection *OffsetSection) { in emit() argument
68 if (OffsetSection) { in emit()
69 Asm.OutStreamer->SwitchSection(OffsetSection); in emit()
DDwarfFile.cpp134 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection) { in emitStrings() argument
135 StrPool.emit(*Asm, StrSection, OffsetSection); in emitStrings()
DDwarfStringPool.h41 MCSection *OffsetSection = nullptr);
DDwarfFile.h94 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DBaseOffsetPool.java35 import org.jf.dexlib2.writer.OffsetSection;
42 public abstract class BaseOffsetPool<Key> implements OffsetSection<Key> {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DNullableOffsetSection.java36 public interface NullableOffsetSection<Key> extends OffsetSection<Key> {
DOffsetSection.java38 public interface OffsetSection<Key> { interface
DAnnotationSection.java38 extends OffsetSection<AnnotationKey> {