/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/ |
D | TypePool.java | 35 import org.jf.dexlib2.writer.TypeSection; 41 implements TypeSection<CharSequence, CharSequence, TypeReference> {
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/ |
D | BuilderTypePool.java | 36 import org.jf.dexlib2.writer.TypeSection; 45 implements TypeSection<BuilderStringReference, BuilderTypeReference, BuilderTypeReference> {
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ |
D | DebugWriter.java | 43 @Nonnull private final TypeSection<StringKey, TypeKey, ?> typeSection; 49 @Nonnull TypeSection<StringKey, TypeKey, ?> typeSection, in DebugWriter()
|
D | TypeSection.java | 38 public interface TypeSection<StringKey, TypeKey, TypeRef extends TypeReference> extends NullableInd… interface
|
D | EncodedValueWriter.java | 50 @Nonnull private final TypeSection<?, TypeKey, ?> typeSection; 60 @Nonnull TypeSection<?, TypeKey, ?> typeSection, in EncodedValueWriter() argument
|
D | InstructionWriter.java | 58 @Nonnull private final TypeSection<?, ?, TypeRef> typeSection; 74 @Nonnull TypeSection<?, ?, TypeRef> typeSection, in makeInstructionWriter() argument 89 @Nonnull TypeSection<?, ?, TypeRef> typeSection, in InstructionWriter() argument
|
D | DexWriter.java | 94 TypeSectionType extends TypeSection<StringKey, TypeKey, TypeRef>,
|
/external/llvm-project/lld/wasm/ |
D | SyntheticSections.h | 85 class TypeSection : public SyntheticSection { 87 TypeSection() : SyntheticSection(llvm::wasm::WASM_SEC_TYPE) {} in TypeSection() function 355 TypeSection *typeSec;
|
D | SyntheticSections.cpp | 70 uint32_t TypeSection::registerType(const WasmSignature &sig) { in registerType() 79 uint32_t TypeSection::lookupType(const WasmSignature &sig) { in lookupType() 88 void TypeSection::writeBody() { in writeBody()
|
D | Writer.cpp | 1201 out.typeSec = make<TypeSection>(); in createSyntheticSections()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | WasmEmitter.cpp | 39 void writeSectionContent(raw_ostream &OS, WasmYAML::TypeSection &Section); 324 WasmYAML::TypeSection &Section) { in writeSectionContent() 564 else if (auto S = dyn_cast<WasmYAML::TypeSection>(Sec.get())) in writeWasm()
|
D | WasmYAML.cpp | 96 static void sectionMapping(IO &IO, WasmYAML::TypeSection &Section) { in sectionMapping() 207 Section.reset(new WasmYAML::TypeSection()); in mapping() 208 sectionMapping(IO, *cast<WasmYAML::TypeSection>(Section.get())); in mapping()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | WasmEmitter.cpp | 39 void writeSectionContent(raw_ostream &OS, WasmYAML::TypeSection &Section); 339 WasmYAML::TypeSection &Section) { in writeSectionContent() 590 else if (auto S = dyn_cast<WasmYAML::TypeSection>(Sec.get())) in writeWasm()
|
D | WasmYAML.cpp | 97 static void sectionMapping(IO &IO, WasmYAML::TypeSection &Section) { in sectionMapping() 208 Section.reset(new WasmYAML::TypeSection()); in mapping() 209 sectionMapping(IO, *cast<WasmYAML::TypeSection>(Section.get())); in mapping()
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 266 struct TypeSection : Section { struct 267 TypeSection() : Section(wasm::WASM_SEC_TYPE) {} in TypeSection() argument
|
/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
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | wasm2yaml.cpp | 210 auto TypeSec = std::make_unique<WasmYAML::TypeSection>(); in dump()
|