Searched defs:TypeSection (Results 1 – 5 of 5) sorted by relevance
| /external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/ |
| D | TypeSection.java | 37 public interface TypeSection<StringKey, TypeKey, TypeRef extends TypeReference> extends NullableInd… interface
|
| D | InstructionWriter.java | 116 @Nonnull TypeSection<?, ?, TypeRef> typeSection, in makeInstructionWriter() 131 @Nonnull TypeSection<?, ?, TypeRef> typeSection, in InstructionWriter()
|
| D | EncodedValueWriter.java | 62 @Nonnull TypeSection<?, TypeKey, ?> typeSection, in EncodedValueWriter()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
| D | WasmYAML.h | 262 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/ |
| D | WasmYAML.h | 286 struct TypeSection : Section { struct 287 TypeSection() : Section(wasm::WASM_SEC_TYPE) {} in TypeSection() argument 289 static bool classof(const Section *S) { in classof() 293 std::vector<Signature> Signatures;
|