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 527 io.bitSetCase(value, "big", flagBig);
528 io.bitSetCase(value, "flat", flagFlat);
529 io.bitSetCase(value, "round", flagRound);
530 io.bitSetCase(value, "pointy",flagPointy);
    [all...]
  /external/llvm/include/llvm/Support/
YAMLTraits.h 76 /// io.bitSetCase(value, "big", flagBig);
77 /// io.bitSetCase(value, "flat", flagFlat);
78 /// io.bitSetCase(value, "round", flagRound);
476 void bitSetCase(T &Val, const char* Str, const T ConstVal) {
484 void bitSetCase(T &Val, const char* Str, const uint32_t ConstVal) {
    [all...]
  /external/llvm/lib/Object/
ELFYAML.cpp 248 #define BCase(X) IO.bitSetCase(Value, #X, ELF::X);
342 #define BCase(X) IO.bitSetCase(Value, #X, ELF::X);
COFFYAML.cpp 173 #define BCase(X) IO.bitSetCase(Value, #X, COFF::X);

Completed in 122 milliseconds