Home
last modified time | relevance | path

Searched defs:TypeSection (Results 1 – 6 of 6) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DTypeSection.java38 public interface TypeSection<StringKey, TypeKey, TypeRef extends TypeReference> extends NullableInd… interface
DInstructionWriter.java74 @Nonnull TypeSection<?, ?, TypeRef> typeSection, in makeInstructionWriter()
89 @Nonnull TypeSection<?, ?, TypeRef> typeSection, in InstructionWriter()
DEncodedValueWriter.java60 @Nonnull TypeSection<?, TypeKey, ?> typeSection, in EncodedValueWriter()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DWasmYAML.h266 struct TypeSection : Section { struct
267 TypeSection() : Section(wasm::WASM_SEC_TYPE) {} in TypeSection() argument
269 static bool classof(const Section *S) { in classof()
273 std::vector<Signature> Signatures;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h262 struct TypeSection : Section { struct
263 TypeSection() : Section(wasm::WASM_SEC_TYPE) {} in TypeSection() function
265 static bool classof(const Section *S) { in classof()
269 std::vector<Signature> Signatures;
/external/llvm-project/lld/wasm/
DSyntheticSections.h87 TypeSection() : SyntheticSection(llvm::wasm::WASM_SEC_TYPE) {} in TypeSection() function