Lines Matching refs:Slang

123 const llvm::StringRef Slang::PragmaMetadataName = "#pragma";
149 void Slang::createTarget(uint32_t BitWidth) { in createTarget()
165 void Slang::createFileManager() { in createFileManager()
170 void Slang::createSourceManager() { in createSourceManager()
174 void Slang::createPreprocessor() { in createPreprocessor()
220 void Slang::createASTContext() { in createASTContext()
229 Slang::createBackend(const clang::CodeGenOptions &CodeGenOpts, in createBackend()
236 Slang::Slang(uint32_t BitWidth, clang::DiagnosticsEngine *DiagEngine, in Slang() function in slang::Slang
258 Slang::~Slang() { in ~Slang()
267 clang::ModuleLoadResult Slang::loadModule( in loadModule()
276 bool Slang::setInputSource(llvm::StringRef InputFile) { in setInputSource()
295 bool Slang::setOutput(const char *OutputFile) { in setOutput()
329 bool Slang::setDepOutput(const char *OutputFile) { in setDepOutput()
342 int Slang::generateDepFile() { in generateDepFile()
389 int Slang::compile() { in compile()
421 void Slang::setDebugMetadataEmission(bool EmitDebug) { in setDebugMetadataEmission()
428 void Slang::setOptimizationLevel(llvm::CodeGenOpt::Level OptimizationLevel) { in setOptimizationLevel()
432 bool Slang::isFilterscript(const char *Filename) { in isFilterscript()
441 bool Slang::generateJavaBitcodeAccessor(const std::string &OutputPathBase, in generateJavaBitcodeAccessor()
458 bool Slang::checkODR(const char *CurInputFile) { in checkODR()
547 void Slang::initPreprocessor() { in initPreprocessor()
557 void Slang::initASTContext() { in initASTContext()
566 bool Slang::IsRSHeaderFile(const char *File) { in IsRSHeaderFile()
575 bool Slang::IsLocInRSHeaderFile(const clang::SourceLocation &Loc, in IsLocInRSHeaderFile()
588 bool Slang::compile( in compile()
648 bool SuppressAllWarnings = (Opts.mOutputType != Slang::OT_Dependency); in compile()
672 if (Slang::compile() > 0) in compile()
687 if (Opts.mOutputType != Slang::OT_Dependency && doReflection) { in compile()
726 if ((Opts.mOutputType == Slang::OT_Bitcode) && in compile()