Home
last modified time | relevance | path

Searched defs:registerType (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/include/mlir/IR/
H A DTypeSupport.h269 static void registerType(MLIRContext *ctx) { in registerType() function
279 registerType(MLIRContext *ctx, TypeID typeID) { in registerType() function
289 registerType(MLIRContext *ctx, TypeID typeID) { in registerType() function
/llvm-project/lld/wasm/
H A DSyntheticSections.cpp139 uint32_t TypeSection::registerType(const WasmSignature &sig) { registerType() function in lld::wasm::TypeSection