Searched defs:TypeSection (Results 1 – 4 of 4) sorted by relevance
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ |
D | TypeSection.java | 38 public interface TypeSection<StringKey, TypeKey, TypeRef extends TypeReference> extends NullableInd… interface
|
D | InstructionWriter.java | 74 @Nonnull TypeSection<?, ?, TypeRef> typeSection, in makeInstructionWriter() 85 @Nonnull TypeSection<?, ?, TypeRef> typeSection, in InstructionWriter()
|
D | EncodedValueWriter.java | 57 @Nonnull TypeSection<?, TypeKey, ?> typeSection, in EncodedValueWriter()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 205 struct TypeSection : Section { struct 206 TypeSection() : Section(wasm::WASM_SEC_TYPE) {} in TypeSection() function 208 static bool classof(const Section *S) { in classof() 212 std::vector<Signature> Signatures;
|