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

  /external/llvm/lib/ObjectYAML/
ELFYAML.cpp 254 #define BCase(X) IO.bitSetCase(Value, #X, ELF::X);
411 #define BCase(X) IO.bitSetCase(Value, #X, ELF::X);
481 #define BCase(X) IO.bitSetCase(Value, #X, ELF::X);
606 #define BCase(X) IO.bitSetCase(Value, #X, Mips::AFL_ASE_##X);
625 #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 725 io.bitSetCase(value, "big", flagBig);
726 io.bitSetCase(value, "flat", flagFlat);
727 io.bitSetCase(value, "round", flagRound);
728 io.bitSetCase(value, "pointy",flagPointy);
    [all...]
  /external/llvm/include/llvm/Support/
YAMLTraits.h 75 /// io.bitSetCase(value, "big", flagBig);
76 /// io.bitSetCase(value, "flat", flagFlat);
77 /// io.bitSetCase(value, "round", flagRound);
523 void bitSetCase(T &Val, const char* Str, const T ConstVal) {
531 void bitSetCase(T &Val, const char* Str, const uint32_t ConstVal) {
    [all...]

Completed in 229 milliseconds