HomeSort by relevance Sort by last modified time
    Searched refs:StringSection (Results 1 - 15 of 15) sorted by null

  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 41 DataExtractor StringSection;
44 DWARFAcceleratorTable(DataExtractor AccelSection, DataExtractor StringSection,
46 : AccelSection(AccelSection), StringSection(StringSection), Relocs(Relocs) {}
DWARFUnit.h 115 StringRef StringSection;
160 StringRef getStringSection() const { return StringSection; }
179 return DataExtractor(StringSection, false, 0);
DWARFContext.h 246 StringRef StringSection;
285 StringRef getStringSection() override { return StringSection; }
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
StringSection.java 38 public interface StringSection<StringKey, StringRef extends StringReference> extends NullableIndexSection<StringKey> {
DebugWriter.java 42 @Nonnull private final StringSection<StringKey, ?> stringSection;
48 DebugWriter(@Nonnull StringSection<StringKey, ?> stringSection,
51 this.stringSection = stringSection;
65 int nameIndex = stringSection.getNullableItemIndex(name);
67 int signatureIndex = stringSection.getNullableItemIndex(signature);
130 writer.writeUleb128(stringSection.getNullableItemIndex(sourceFile) + 1);
EncodedValueWriter.java 48 @Nonnull private final StringSection<StringKey, ?> stringSection;
56 @Nonnull StringSection<StringKey, ?> stringSection,
62 this.stringSection = stringSection;
81 writer.writeUleb128(stringSection.getItemIndex(annotationSection.getElementName(element)));
143 writer.writeEncodedUint(ValueType.STRING, stringSection.getItemIndex(value));
InstructionWriter.java 57 @Nonnull private final StringSection<?, StringRef> stringSection;
67 @Nonnull StringSection<?, StringRef> stringSection,
72 opcodes, writer, stringSection, typeSection, fieldSection, methodSection);
77 @Nonnull StringSection<?, StringRef> stringSection,
83 this.stringSection = stringSection;
461 return stringSection.getItemIndex((StringRef)referenceInstruction.getReference())
    [all...]
DexWriter.java 126 protected final StringSection<StringKey, StringRef> stringSection;
139 StringSection<StringKey, StringRef> stringSection,
152 this.stringSection = stringSection;
184 super(writer, stringSection, typeSection, fieldSection, methodSection, annotationSection);
194 stringSection.getItems().size() * StringIdItem.ITEM_SIZE +
320 List<Entry<? extends StringKey, Integer>> stringEntries = Lists.newArrayList(stringSection.getItems());
342 writer.writeInt(stringSection.getItemIndex(typeSection.getString(entry.getKey())))
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
StringPool.java 35 import org.jf.dexlib2.writer.StringSection;
41 public class StringPool extends StringTypeBasePool implements StringSection<CharSequence, StringReference> {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
BuilderStringPool.java 36 import org.jf.dexlib2.writer.StringSection;
44 class BuilderStringPool implements StringSection<BuilderStringReference, BuilderStringReference> {
  /external/llvm/lib/DebugInfo/DWARF/
DWARFAcceleratorTable.cpp 113 StringSection.getCStr(&StringOffset));
DWARFUnit.cpp 40 LineSection(LS), StringSection(SS), StringOffsetSection([&]() {
DWARFContext.cpp 64 const DWARFSection& Section, StringRef StringSection,
67 DataExtractor StrData(StringSection, LittleEndian, 0);
644 .Case("debug_str", &StringSection)
  /art/compiler/
elf_builder.h 303 class StringSection FINAL : public Section {
305 StringSection(ElfBuilder<ElfTypes>* owner,
499 StringSection* GetStrTab() { return &strtab_; }
    [all...]
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 

Completed in 3475 milliseconds