OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mapOptional
(Results
1 - 8
of
8
) sorted by null
/external/llvm/include/llvm/CodeGen/
MIRYamlMapping.h
158
YamlIO.
mapOptional
("preferred-register", Reg.PreferredRegister,
173
YamlIO.
mapOptional
(
215
YamlIO.
mapOptional
("name", Object.Name,
217
YamlIO.
mapOptional
(
220
YamlIO.
mapOptional
("offset", Object.Offset);
223
YamlIO.
mapOptional
("alignment", Object.Alignment);
224
YamlIO.
mapOptional
("callee-saved-register", Object.CalleeSavedRegister,
226
YamlIO.
mapOptional
("local-offset", Object.LocalOffset);
227
YamlIO.
mapOptional
("di-variable", Object.DebugVar,
229
YamlIO.
mapOptional
("di-expression", Object.DebugExpr
[
all
...]
/external/llvm/lib/Object/
COFFYAML.cpp
393
IO.
mapOptional
("ExportTable", PH.DataDirectories[COFF::EXPORT_TABLE]);
394
IO.
mapOptional
("ImportTable", PH.DataDirectories[COFF::IMPORT_TABLE]);
395
IO.
mapOptional
("ResourceTable", PH.DataDirectories[COFF::RESOURCE_TABLE]);
396
IO.
mapOptional
("ExceptionTable", PH.DataDirectories[COFF::EXCEPTION_TABLE]);
397
IO.
mapOptional
("CertificateTable", PH.DataDirectories[COFF::CERTIFICATE_TABLE]);
398
IO.
mapOptional
("BaseRelocationTable",
400
IO.
mapOptional
("Debug", PH.DataDirectories[COFF::DEBUG]);
401
IO.
mapOptional
("Architecture", PH.DataDirectories[COFF::ARCHITECTURE]);
402
IO.
mapOptional
("GlobalPtr", PH.DataDirectories[COFF::GLOBAL_PTR]);
403
IO.
mapOptional
("TlsTable", PH.DataDirectories[COFF::TLS_TABLE])
[
all
...]
ELFYAML.cpp
607
IO.
mapOptional
("OSABI", FileHdr.OSABI, ELFYAML::ELF_ELFOSABI(0));
610
IO.
mapOptional
("Flags", FileHdr.Flags, ELFYAML::ELF_EF(0));
611
IO.
mapOptional
("Entry", FileHdr.Entry, Hex64(0));
629
IO.
mapOptional
("Name", Symbol.Name, StringRef());
630
IO.
mapOptional
("Type", Symbol.Type, ELFYAML::ELF_STT(0));
631
IO.
mapOptional
("Section", Symbol.Section, StringRef());
632
IO.
mapOptional
("Value", Symbol.Value, Hex64(0));
633
IO.
mapOptional
("Size", Symbol.Size, Hex64(0));
636
IO.
mapOptional
("Visibility", Keys->Visibility, ELFYAML::ELF_STV(0));
637
IO.
mapOptional
("Other", Keys->Other, ELFYAML::ELF_STO(0))
[
all
...]
/external/clang/lib/Format/
Format.cpp
185
IO.
mapOptional
("Language", Style.Language);
196
IO.
mapOptional
("# BasedOnStyle", StyleName);
202
IO.
mapOptional
("BasedOnStyle", BasedOnStyle);
217
IO.
mapOptional
("DerivePointerBinding", Style.DerivePointerAlignment);
218
IO.
mapOptional
("IndentFunctionDeclarationAfterType",
220
IO.
mapOptional
("PointerBindsToType", Style.PointerAlignment);
221
IO.
mapOptional
("SpaceAfterControlStatementKeyword",
225
IO.
mapOptional
("AccessModifierOffset", Style.AccessModifierOffset);
226
IO.
mapOptional
("AlignAfterOpenBracket", Style.AlignAfterOpenBracket);
227
IO.
mapOptional
("AlignConsecutiveAssignments"
[
all
...]
/external/llvm/tools/dsymutil/
DebugMap.cpp
141
io.
mapOptional
("size", s.second.Size);
148
io.
mapOptional
("timestamp", Norm->Timestamp);
182
io.
mapOptional
("binary-path", DM.BinaryPath);
185
io.
mapOptional
("objects", DM.Objects);
193
io.
mapOptional
("binary-path", DM->BinaryPath);
196
io.
mapOptional
("objects", DM->Objects);
/external/clang/include/clang/Tooling/
ReplacementsYaml.h
69
Io.
mapOptional
("Context", Doc.Context, std::string());
/external/llvm/unittests/Support/
YAMLIOTest.cpp
558
io.
mapOptional
("c4", c.c4, cBlue); // supplies default
559
io.
mapOptional
("c5", c.c5, cYellow); // supplies default
560
io.
mapOptional
("c6", c.c6, cRed); // supplies default
632
io.
mapOptional
("f4", c.f4, MyFlags(flagRound));
1122
io.
mapOptional
("hours", keys->hours, (uint32_t)0);
1123
io.
mapOptional
("minutes", keys->minutes, (uint8_t)0);
[
all
...]
/external/llvm/include/llvm/Support/
YAMLTraits.h
38
/// io.
mapOptional
("age", s.age);
561
mapOptional
(const char* Key, T& Val) {
569
void
mapOptional
(const char* Key, Optional<T> &Val) {
575
mapOptional
(const char* Key, T& Val) {
580
void
mapOptional
(const char* Key, T& Val, const T& Default) {
[
all
...]
Completed in 2474 milliseconds