Searched refs:OutputType (Results 1 – 6 of 6) sorted by relevance
72 slang::Slang::OutputType OutputType, in DetermineOutputFile() argument74 if (OutputType == slang::Slang::OT_Nothing) in DetermineOutputFile()89 if (OutputType == slang::Slang::OT_Dependency) { in DetermineOutputFile()98 switch (OutputType) { in DetermineOutputFile()
80 enum OutputType { enum151 OutputType mOT;213 OutputType OT);240 void setOutputType(OutputType OT) { mOT = OT; } in setOutputType()
67 Slang::OutputType mOT;174 Slang::OutputType OT,
52 slang::Slang::OutputType mOutputType;
229 llvm::raw_ostream *OS, OutputType OT) { in createBackend()
250 llvm::raw_ostream *OS, Slang::OutputType OT, in Backend()