Searched refs:OffsetSection (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfStringPool.cpp | 38 MCSection *OffsetSection) { in emit() argument 68 if (OffsetSection) { in emit() 69 Asm.OutStreamer->SwitchSection(OffsetSection); in emit()
|
D | DwarfFile.cpp | 141 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection) { in emitStrings() argument 142 StrPool.emit(*Asm, StrSection, OffsetSection); in emitStrings()
|
D | DwarfStringPool.h | 41 MCSection *OffsetSection = nullptr);
|
D | DwarfFile.h | 104 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfStringPool.cpp | 65 MCSection *OffsetSection, bool UseRelativeOffsets) { in emit() argument 95 if (OffsetSection) { in emit() 96 Asm.OutStreamer->SwitchSection(OffsetSection); in emit()
|
D | DwarfStringPool.h | 40 void emitStringOffsetsTableHeader(AsmPrinter &Asm, MCSection *OffsetSection, 44 MCSection *OffsetSection = nullptr,
|
D | DwarfFile.cpp | 80 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection, in emitStrings() argument 82 StrPool.emit(*Asm, StrSection, OffsetSection, UseRelativeOffsets); in emitStrings()
|
D | DwarfFile.h | 108 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr,
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/ |
D | BaseOffsetPool.java | 34 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/ |
D | NullableOffsetSection.java | 36 public interface NullableOffsetSection<Key> extends OffsetSection<Key> {
|
D | OffsetSection.java | 38 public interface OffsetSection<Key> { interface
|
D | AnnotationSection.java | 38 extends OffsetSection<AnnotationKey> {
|