Home
last modified time | relevance | path

Searched refs:registerType (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DTypeSupport.h225 static void registerType(MLIRContext *ctx) { in registerType() function
226 registerType<T>(ctx, T::getTypeID()); in registerType()
235 registerType(MLIRContext *ctx, TypeID typeID) { in registerType() function
245 registerType(MLIRContext *ctx, TypeID typeID) { in registerType() function
H A DDialect.h256 detail::TypeUniquer::registerType<T>(context); in addType()
/llvm-project-15.0.7/lld/wasm/
H A DRelocations.cpp92 out.typeSec->registerType(types[reloc.Index]); in scanRelocations()
H A DWriter.cpp726 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()
H A DSyntheticSections.h91 uint32_t registerType(const WasmSignature &sig);
H A DSyntheticSections.cpp138 uint32_t TypeSection::registerType(const WasmSignature &sig) { in registerType() function in lld::wasm::TypeSection
/llvm-project-15.0.7/mlir/lib/IR/
H A DExtensibleDialect.cpp90 detail::TypeUniquer::registerType<DynamicType>(&getContext(), getTypeID()); in registerInTypeUniquer()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp272 RAW_METHOD_DUMP(OS, registerType); in dump()