Searched refs:registerType (Results 1 – 8 of 8) sorted by relevance
225 static void registerType(MLIRContext *ctx) { in registerType() function226 registerType<T>(ctx, T::getTypeID()); in registerType()235 registerType(MLIRContext *ctx, TypeID typeID) { in registerType() function245 registerType(MLIRContext *ctx, TypeID typeID) { in registerType() function
256 detail::TypeUniquer::registerType<T>(context); in addType()
92 out.typeSec->registerType(types[reloc.Index]); in scanRelocations()
726 file->typeMap[i] = out.typeSec->registerType(types[i]); in calculateTypes()731 out.typeSec->registerType(*f->signature); in calculateTypes()733 out.typeSec->registerType(*t->signature); in calculateTypes()737 out.typeSec->registerType(f->signature); in calculateTypes()740 out.typeSec->registerType(t->signature); in calculateTypes()
91 uint32_t registerType(const WasmSignature &sig);
138 uint32_t TypeSection::registerType(const WasmSignature &sig) { in registerType() function in lld::wasm::TypeSection
90 detail::TypeUniquer::registerType<DynamicType>(&getContext(), getTypeID()); in registerInTypeUniquer()
272 RAW_METHOD_DUMP(OS, registerType); in dump()