Home
last modified time | relevance | path

Searched refs:OptionRegistry (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DOptions.h65 class OptionRegistry {
79 ~OptionRegistry();
80 OptionRegistry() {} in OptionRegistry() function
83 static OptionRegistry &instance();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h260 return OptionRegistry::instance().template get<ValT, Base, Mem>(); in getOption()