Home
last modified time | relevance | path

Searched defs:OptSpecifier (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
DOptSpecifier.h24 /*implicit*/ OptSpecifier(unsigned ID) : ID(ID) {} in OptSpecifier() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DOptTable.cpp95 OptSpecifier::OptSpecifier(const Option *Opt) : ID(Opt->getID()) {} in OptSpecifier() function in OptSpecifier