Lines Matching refs:Slang

125 const llvm::StringRef Slang::PragmaMetadataName = "#pragma";
152 void Slang::createTarget(uint32_t BitWidth) { in createTarget()
163 void Slang::createFileManager() { in createFileManager()
168 void Slang::createSourceManager() { in createSourceManager()
172 void Slang::createPreprocessor() { in createPreprocessor()
219 void Slang::createASTContext() { in createASTContext()
228 Slang::createBackend(const RSCCOptions &Opts, const clang::CodeGenOptions &CodeGenOpts, in createBackend()
238 Slang::Slang(uint32_t BitWidth, clang::DiagnosticsEngine *DiagEngine, in Slang() function in slang::Slang
271 Slang::~Slang() { in ~Slang()
280 clang::ModuleLoadResult Slang::loadModule( in loadModule()
289 bool Slang::setInputSource(llvm::StringRef InputFile) { in setInputSource()
308 bool Slang::setOutput(const char *OutputFile) { in setOutput()
342 bool Slang::setDepOutput(const char *OutputFile) { in setDepOutput()
354 int Slang::generateDepFile(bool PhonyTarget) { in generateDepFile()
403 int Slang::compile(const RSCCOptions &Opts) { in compile()
435 void Slang::setDebugMetadataEmission(bool EmitDebug) { in setDebugMetadataEmission()
442 void Slang::setOptimizationLevel(llvm::CodeGenOpt::Level OptimizationLevel) { in setOptimizationLevel()
446 bool Slang::isFilterscript(const char *Filename) { in isFilterscript()
455 bool Slang::generateJavaBitcodeAccessor(const std::string &OutputPathBase, in generateJavaBitcodeAccessor()
472 bool Slang::checkODR(const char *CurInputFile) { in checkODR()
527 void Slang::initPreprocessor() { in initPreprocessor()
537 void Slang::initASTContext() { in initASTContext()
546 bool Slang::IsRSHeaderFile(const char *File) { in IsRSHeaderFile()
555 bool Slang::IsLocInRSHeaderFile(const clang::SourceLocation &Loc, in IsLocInRSHeaderFile()
568 bool Slang::compile( in compile()
630 bool SuppressAllWarnings = (Opts.mOutputType != Slang::OT_Dependency); in compile()
673 if (Slang::compile(Opts) > 0) in compile()
682 if (Opts.mOutputType != Slang::OT_Dependency) { in compile()
725 if ((Opts.mOutputType == Slang::OT_Bitcode) && in compile()