Searched defs:createBackend (Results 1 – 2 of 2) sorted by relevance
228 Slang::createBackend(const RSCCOptions &Opts, const clang::CodeGenOptions &CodeGenOpts, in createBackend() function in slang::Slang
250 auto createBackend = BackendRegistryInstance().GetFactory(backendId); in LoadedNetwork() local