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

  /external/llvm/include/llvm/Support/
raw_ostream.h 342 bool UseAtomicWrites;
400 UseAtomicWrites = Value;
  /external/llvm/lib/Support/
raw_ostream.cpp 520 Error(false), UseAtomicWrites(false) {
574 if (LLVM_LIKELY(!UseAtomicWrites)) {

Completed in 384 milliseconds