Searched refs:mapOptional (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Object/
H A DELFYAML.cpp649 IO.mapOptional("OSABI", FileHdr.OSABI, ELFYAML::ELF_ELFOSABI(0));
652 IO.mapOptional("Flags", FileHdr.Flags, ELFYAML::ELF_EF(0));
653 IO.mapOptional("Entry", FileHdr.Entry, Hex64(0));
657 IO.mapOptional("Name", Symbol.Name, StringRef());
658 IO.mapOptional("Type", Symbol.Type, ELFYAML::ELF_STT(0));
659 IO.mapOptional("Section", Symbol.Section, StringRef());
660 IO.mapOptional("Value", Symbol.Value, Hex64(0));
661 IO.mapOptional("Size", Symbol.Size, Hex64(0));
662 IO.mapOptional("Visibility", Symbol.Visibility, ELFYAML::ELF_STV(0));
667 IO.mapOptional("Loca
[all...]
H A DCOFFYAML.cpp315 IO.mapOptional("Characteristics", NC->Characteristics);
351 IO.mapOptional("Selection", NSST->SelectionType, COFFYAML::COMDATType(0));
370 IO.mapOptional("FunctionDefinition", S.FunctionDefinition);
371 IO.mapOptional("bfAndefSymbol", S.bfAndefSymbol);
372 IO.mapOptional("WeakExternal", S.WeakExternal);
373 IO.mapOptional("File", S.File, StringRef());
374 IO.mapOptional("SectionDefinition", S.SectionDefinition);
375 IO.mapOptional("CLRToken", S.CLRToken);
383 IO.mapOptional("Alignment", Sec.Alignment);
385 IO.mapOptional("Relocation
[all...]
/external/clang/lib/Format/
H A DFormat.cpp131 IO.mapOptional("Language", Style.Language);
142 IO.mapOptional("# BasedOnStyle", StyleName);
148 IO.mapOptional("BasedOnStyle", BasedOnStyle);
161 IO.mapOptional("AccessModifierOffset", Style.AccessModifierOffset);
162 IO.mapOptional("ConstructorInitializerIndentWidth",
164 IO.mapOptional("AlignEscapedNewlinesLeft", Style.AlignEscapedNewlinesLeft);
165 IO.mapOptional("AlignTrailingComments", Style.AlignTrailingComments);
166 IO.mapOptional("AllowAllParametersOfDeclarationOnNextLine",
168 IO.mapOptional("AllowShortBlocksOnASingleLine",
170 IO.mapOptional("AllowShortIfStatementsOnASingleLin
[all...]
/external/clang/include/clang/Tooling/
H A DReplacementsYaml.h69 Io.mapOptional("Context", Doc.Context, std::string());
/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp465 io.mapOptional("c4", c.c4, cBlue); // supplies default
466 io.mapOptional("c5", c.c5, cYellow); // supplies default
467 io.mapOptional("c6", c.c6, cRed); // supplies default
539 io.mapOptional("f4", c.f4, MyFlags(flagRound));
824 io.mapOptional("hours", keys->hours, (uint32_t)0);
825 io.mapOptional("minutes", keys->minutes, (uint8_t)0);
1622 IO.mapOptional("Numbers", OT.Numbers);
1629 IO.mapOptional("Tests", OTS.Tests);
/external/llvm/include/llvm/Support/
H A DYAMLTraits.h40 /// io.mapOptional("age", s.age);
513 mapOptional(const char* Key, T& Val) { function in class:llvm::yaml::IO
521 void mapOptional(const char* Key, Optional<T> &Val) { function in class:llvm::yaml::IO
527 mapOptional(const char* Key, T& Val) { function in class:llvm::yaml::IO
532 void mapOptional(const char* Key, T& Val, const T& Default) { function in class:llvm::yaml::IO
/external/llvm/lib/MC/MCAnalysis/
H A DMCModuleYAML.cpp215 IO.mapOptional("Functions", M.Functions);

Completed in 3957 milliseconds