Searched defs:OffsetSection (Results 1 - 3 of 3) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
H A DOffsetSection.java38 public interface OffsetSection<Key> { interface
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp39 const MCSection *OffsetSection,
65 if (OffsetSection) {
66 Asm.OutStreamer.SwitchSection(OffsetSection);
38 emit(AsmPrinter &Asm, const MCSection *StrSection, const MCSection *OffsetSection, const MCSymbol *StrSecSym) argument
H A DDwarfFile.cpp152 const MCSection *OffsetSection,
154 StrPool.emit(*Asm, StrSection, OffsetSection, StrSecSym);
151 emitStrings(const MCSection *StrSection, const MCSection *OffsetSection, const MCSymbol *StrSecSym) argument

Completed in 1323 milliseconds