Searched refs:OutputType (Results 1 – 6 of 6) sorted by relevance
69 slang::Slang::OutputType OutputType, in DetermineOutputFile() argument71 if (OutputType == slang::Slang::OT_Nothing) in DetermineOutputFile()86 if (OutputType == slang::Slang::OT_Dependency) { in DetermineOutputFile()95 switch (OutputType) { in DetermineOutputFile()
77 enum OutputType { enum148 OutputType mOT;210 OutputType OT);237 void setOutputType(OutputType OT) { mOT = OT; } in setOutputType()
67 Slang::OutputType mOT;160 Slang::OutputType OT,
52 slang::Slang::OutputType mOutputType;
233 llvm::raw_ostream *OS, OutputType OT) { in createBackend()
213 llvm::raw_ostream *OS, Slang::OutputType OT, in Backend()