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.cpp36 const MCSection *OffsetSection) {
61 if (OffsetSection) {
62 Asm.OutStreamer.SwitchSection(OffsetSection);
35 emit(AsmPrinter &Asm, const MCSection *StrSection, const MCSection *OffsetSection) argument
H A DDwarfFile.cpp134 const MCSection *OffsetSection) {
135 StrPool.emit(*Asm, StrSection, OffsetSection);
133 emitStrings(const MCSection *StrSection, const MCSection *OffsetSection) argument

Completed in 209 milliseconds