Searched refs:createRSCCOptTable (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/
H A Drs_cc_options.h118 llvm::opt::OptTable *createRSCCOptTable();
H A Drs_cc_options.cpp79 llvm::opt::OptTable *slang::createRSCCOptTable() { return new RSCCOptTable(); } function in class:slang
89 std::unique_ptr<llvm::opt::OptTable> OptParser(slang::createRSCCOptTable());
H A Dllvm-rs-cc.cpp246 std::unique_ptr<llvm::opt::OptTable> OptTbl(slang::createRSCCOptTable());

Completed in 33 milliseconds