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

  /external/llvm/lib/Object/
ELFYAML.cpp 252 #define BCase(X) IO.bitSetCase(Value, #X, ELF::X);
406 #define BCase(X) IO.bitSetCase(Value, #X, ELF::X);
460 #define BCase(X) IO.bitSetCase(Value, #X, ELF::X);
579 #define BCase(X) IO.bitSetCase(Value, #X, Mips::AFL_ASE_##X);
598 #define BCase(X) IO.bitSetCase(Value, #X, Mips::AFL_FLAGS1_##X);
COFFYAML.cpp 192 #define BCase(X) IO.bitSetCase(Value, #X, COFF::X);
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 620 io.bitSetCase(value, "big", flagBig);
621 io.bitSetCase(value, "flat", flagFlat);
622 io.bitSetCase(value, "round", flagRound);
623 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);
524 void bitSetCase(T &Val, const char* Str, const T ConstVal) {
532 void bitSetCase(T &Val, const char* Str, const uint32_t ConstVal) {
    [all...]

Completed in 170 milliseconds