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

  /external/llvm/include/llvm/Object/
COFFYAML.h 114 struct MappingTraits<COFFYAML::Relocation> {
119 struct MappingTraits<COFF::header> {
124 struct MappingTraits<COFFYAML::Symbol> {
129 struct MappingTraits<COFFYAML::Section> {
134 struct MappingTraits<COFFYAML::Object> {
ELFYAML.h 136 struct MappingTraits<ELFYAML::FileHeader> {
141 struct MappingTraits<ELFYAML::Symbol> {
146 struct MappingTraits<ELFYAML::LocalGlobalWeakSymbols> {
151 struct MappingTraits<ELFYAML::Section> {
156 struct MappingTraits<ELFYAML::Object> {
  /external/llvm/unittests/Object/
YAMLTest.cpp 23 struct MappingTraits<BinaryHolder> {
  /external/llvm/lib/Object/
COFFYAML.cpp 232 void MappingTraits<COFFYAML::Relocation>::mapping(IO &IO,
241 void MappingTraits<COFF::header>::mapping(IO &IO, COFF::header &H) {
250 void MappingTraits<COFFYAML::Symbol>::mapping(IO &IO, COFFYAML::Symbol &S) {
264 void MappingTraits<COFFYAML::Section>::mapping(IO &IO, COFFYAML::Section &Sec) {
274 void MappingTraits<COFFYAML::Object>::mapping(IO &IO, COFFYAML::Object &Obj) {
ELFYAML.cpp 294 void MappingTraits<ELFYAML::FileHeader>::mapping(IO &IO,
304 void MappingTraits<ELFYAML::Symbol>::mapping(IO &IO, ELFYAML::Symbol &Symbol) {
312 void MappingTraits<ELFYAML::LocalGlobalWeakSymbols>::mapping(
319 void MappingTraits<ELFYAML::Section>::mapping(IO &IO,
330 void MappingTraits<ELFYAML::Object>::mapping(IO &IO, ELFYAML::Object &Object) {
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 21 using llvm::yaml::MappingTraits;
31 // Test MappingTraits
46 struct MappingTraits<FooBar> {
153 struct MappingTraits<BuiltInTypes> {
310 struct MappingTraits<ColorMap> {
384 struct MappingTraits<FlagsMap> {
467 struct MappingTraits<MyCustomTypeMap> {
575 struct MappingTraits<NameAndNumbers> {
647 struct MappingTraits<TotalSeconds> {
782 struct MappingTraits<KindAndFlags>
    [all...]
  /external/llvm/include/llvm/Support/
YAMLTraits.h 44 struct MappingTraits {
213 // Test if MappingTraits<T> is defined on type T.
226 static bool const value = (sizeof(test<MappingTraits<T> >(0)) == 1);
488 MappingTraits<T>::mapping(io, Val);
602 // Utility for use within MappingTraits<>::mapping() method
636 // Utility for use within MappingTraits<>::mapping() method
    [all...]
  /external/clang/lib/Format/
Format.cpp 69 template <> struct MappingTraits<clang::format::FormatStyle> {
    [all...]

Completed in 70 milliseconds