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

  /external/llvm/unittests/Support/
YAMLIOTest.cpp 377 io.bitSetCase(value, "big", flagBig);
378 io.bitSetCase(value, "flat", flagFlat);
379 io.bitSetCase(value, "round", flagRound);
380 io.bitSetCase(value, "pointy",flagPointy);
  /external/llvm/lib/Object/
COFFYAML.cpp 143 #define BCase(X) IO.bitSetCase(Value, #X, COFF::X);
ELFYAML.cpp 266 #define BCase(X) IO.bitSetCase(Value, #X, ELF::X);
  /external/llvm/include/llvm/Support/
YAMLTraits.h 74 /// io.bitSetCase(value, "big", flagBig);
75 /// io.bitSetCase(value, "flat", flagFlat);
76 /// io.bitSetCase(value, "round", flagRound);
365 void bitSetCase(T &Val, const char* Str, const T ConstVal) {
373 void bitSetCase(T &Val, const char* Str, const uint32_t ConstVal) {
    [all...]

Completed in 163 milliseconds