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

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CommandLine.h 194 inline unsigned getMiscFlags() const {
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 269 inline unsigned getMiscFlags() const { return Misc; }
276 bool isSink() const { return getMiscFlags() & cl::Sink; }
    [all...]

Completed in 487 milliseconds