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

  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 246 ORDERING_SEQCST = 6
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 129 case SequentiallyConsistent: return bitc::ORDERING_SEQCST;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 160 case bitc::ORDERING_SEQCST: return SequentiallyConsistent;
    [all...]

Completed in 27 milliseconds