HomeSort by relevance Sort by last modified time
    Searched defs:Slang (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/slang/
slang.cpp 17 #include "slang.h"
95 namespace slang { namespace
106 bool Slang::GlobalInitialized = false;
109 clang::LangOptions Slang::LangOpts;
112 clang::CodeGenOptions Slang::CodeGenOpts;
116 const llvm::StringRef Slang::PragmaMetadataName = "#pragma";
141 void Slang::GlobalInitialization() {
169 void Slang::LLVMErrorHandler(void *UserData, const std::string &Message,
178 void Slang::createTarget(const std::string &Triple, const std::string &CPU,
195 void Slang::createFileManager()
    [all...]
slang.h 58 namespace slang { namespace
60 class Slang : public clang::ModuleLoader {
172 Slang();
229 // Reset the slang compiler state such that it can be reused to compile
233 virtual ~Slang();
236 } // namespace slang

Completed in 262 milliseconds