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 325 bool UseAtomicWrites;
378 UseAtomicWrites = Value;
  /external/llvm/lib/Support/
raw_ostream.cpp 435 : Error(false), UseAtomicWrites(false), pos(0) {
470 ShouldClose(shouldClose), Error(false), UseAtomicWrites(false) {
523 if (LLVM_LIKELY(!UseAtomicWrites)) {

Completed in 276 milliseconds