Searched refs:stringSection (Results 1 - 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
H A DDIContext.cpp21 StringRef stringSection) {
23 aRangeSection, lineSection, stringSection);
16 getDWARFContext(bool isLittleEndian, StringRef infoSection, StringRef abbrevSection, StringRef aRangeSection, StringRef lineSection, StringRef stringSection) argument
H A DDWARFContext.h100 StringRef stringSection)
106 StringSection(stringSection)
95 DWARFContextInMemory(bool isLittleEndian, StringRef infoSection, StringRef abbrevSection, StringRef aRangeSection, StringRef lineSection, StringRef stringSection) argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
H A DDebugWriter.java42 @Nonnull private final StringSection<StringKey, ?> stringSection; field in class:DebugWriter
48 DebugWriter(@Nonnull StringSection<StringKey, ?> stringSection, argument
51 this.stringSection = stringSection;
65 int nameIndex = stringSection.getNullableItemIndex(name);
67 int signatureIndex = stringSection.getNullableItemIndex(signature);
130 writer.writeUleb128(stringSection.getNullableItemIndex(sourceFile) + 1);
H A DEncodedValueWriter.java48 @Nonnull private final StringSection<StringKey, ?> stringSection; field in class:EncodedValueWriter
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));
54 EncodedValueWriter( @onnull DexDataWriter writer, @Nonnull StringSection<StringKey, ?> stringSection, @Nonnull TypeSection<?, TypeKey, ?> typeSection, @Nonnull FieldSection<?, ?, FieldRefKey, ?> fieldSection, @Nonnull MethodSection<?, ?, ?, MethodRefKey, ?> methodSection, @Nonnull AnnotationSection<StringKey, TypeKey, ?, AnnotationElement, EncodedValue> annotationSection) argument
H A DDexWriter.java127 protected final StringSection<StringKey, StringRef> stringSection; field in class:DexWriter
140 StringSection<StringKey, StringRef> stringSection,
153 this.stringSection = stringSection;
185 super(writer, stringSection, typeSection, fieldSection, methodSection, annotationSection);
195 stringSection.getItems().size() * StringIdItem.ITEM_SIZE +
321 List<Entry<? extends StringKey, Integer>> stringEntries = Lists.newArrayList(stringSection.getItems());
343 writer.writeInt(stringSection.getItemIndex(typeSection.getString(entry.getKey())));
357 writer.writeInt(stringSection.getItemIndex(protoSection.getShorty(key)));
375 writer.writeInt(stringSection
139 DexWriter(Opcodes opcodes, StringSection<StringKey, StringRef> stringSection, TypeSection<StringKey, TypeKey, TypeRef> typeSection, ProtoSection<StringKey, TypeKey, ProtoRefKey, TypeListKey> protoSection, FieldSection<StringKey, TypeKey, FieldRefKey, FieldKey> fieldSection, MethodSection<StringKey, TypeKey, ProtoRefKey, MethodRefKey, MethodKey> methodSection, ClassSection<StringKey, TypeKey, TypeListKey, ClassKey, FieldKey, MethodKey, AnnotationSetKey, EncodedValue> classSection, TypeListSection<TypeKey, TypeListKey> typeListSection, AnnotationSection<StringKey, TypeKey, AnnotationKey, AnnotationElement, EncodedValue> annotationSection, AnnotationSetSection<AnnotationKey, AnnotationSetKey> annotationSetSection) argument
[all...]
H A DInstructionWriter.java61 @Nonnull private final StringSection<?, StringRef> stringSection; field in class:InstructionWriter
73 @Nonnull StringSection<?, StringRef> stringSection,
79 opcodes, writer, stringSection, typeSection, fieldSection, methodSection, protoSection);
84 @Nonnull StringSection<?, StringRef> stringSection,
91 this.stringSection = stringSection;
492 return stringSection.getItemIndex((StringRef) reference);
70 makeInstructionWriter( @onnull Opcodes opcodes, @Nonnull DexDataWriter writer, @Nonnull StringSection<?, StringRef> stringSection, @Nonnull TypeSection<?, ?, TypeRef> typeSection, @Nonnull FieldSection<?, ?, FieldRefKey, ?> fieldSection, @Nonnull MethodSection<?, ?, ?, MethodRefKey, ?> methodSection, @Nonnull ProtoSection<?, ?, ProtoRefKey, ?> protoSection) argument
82 InstructionWriter(@onnull Opcodes opcodes, @Nonnull DexDataWriter writer, @Nonnull StringSection<?, StringRef> stringSection, @Nonnull TypeSection<?, ?, TypeRef> typeSection, @Nonnull FieldSection<?, ?, FieldRefKey, ?> fieldSection, @Nonnull MethodSection<?, ?, ?, MethodRefKey, ?> methodSection, @Nonnull ProtoSection<?, ?, ProtoRefKey, ?> protoSection) argument
/external/swiftshader/third_party/LLVM/include/llvm/DebugInfo/
H A DDIContext.h59 StringRef stringSection = StringRef());

Completed in 4782 milliseconds