Home
last modified time | relevance | path

Searched refs:OffsetSection (Results 1 – 12 of 12) 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.cpp141 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection) { in emitStrings() argument
142 StrPool.emit(*Asm, StrSection, OffsetSection); in emitStrings()
DDwarfStringPool.h41 MCSection *OffsetSection = nullptr);
DDwarfFile.h104 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfStringPool.cpp65 MCSection *OffsetSection, bool UseRelativeOffsets) { in emit() argument
95 if (OffsetSection) { in emit()
96 Asm.OutStreamer->SwitchSection(OffsetSection); in emit()
DDwarfStringPool.h40 void emitStringOffsetsTableHeader(AsmPrinter &Asm, MCSection *OffsetSection,
44 MCSection *OffsetSection = nullptr,
DDwarfFile.cpp80 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection, in emitStrings() argument
82 StrPool.emit(*Asm, StrSection, OffsetSection, UseRelativeOffsets); in emitStrings()
DDwarfFile.h108 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr,
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DBaseOffsetPool.java34 import org.jf.dexlib2.writer.OffsetSection;
41 public abstract class BaseOffsetPool<Key> extends BasePool<Key, Integer> implements OffsetSection<K…
/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> {