Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DCommandLine.cpp118 for (Option *O = RegisteredOptionList; O; O = O->getNextRegisteredOption()) { in GetOptionInfo()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCommandLine.h238 Option *getNextRegisteredOption() const { return NextRegistered; } in getNextRegisteredOption() function