OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mapRequired
(Results
1 - 7
of
7
) sorted by null
/external/clang/include/clang/Tooling/
ReplacementsYaml.h
56
Io.
mapRequired
("FilePath", Keys->FilePath);
57
Io.
mapRequired
("Offset", Keys->Offset);
58
Io.
mapRequired
("Length", Keys->Length);
59
Io.
mapRequired
("ReplacementText", Keys->ReplacementText);
68
Io.
mapRequired
("MainSourceFile", Doc.MainSourceFile);
70
Io.
mapRequired
("Replacements", Doc.Replacements);
/external/llvm/lib/Object/
COFFYAML.cpp
292
IO.
mapRequired
("VirtualAddress", Rel.VirtualAddress);
293
IO.
mapRequired
("SymbolName", Rel.SymbolName);
299
IO.
mapRequired
("Type", NT->Type);
303
IO.
mapRequired
("Type", NT->Type);
305
IO.
mapRequired
("Type", Rel.Type);
314
IO.
mapRequired
("Machine", NM->Machine);
321
IO.
mapRequired
("TagIndex", AFD.TagIndex);
322
IO.
mapRequired
("TotalSize", AFD.TotalSize);
323
IO.
mapRequired
("PointerToLinenumber", AFD.PointerToLinenumber);
324
IO.
mapRequired
("PointerToNextFunction", AFD.PointerToNextFunction)
[
all
...]
ELFYAML.cpp
647
IO.
mapRequired
("Class", FileHdr.Class);
648
IO.
mapRequired
("Data", FileHdr.Data);
650
IO.
mapRequired
("Type", FileHdr.Type);
651
IO.
mapRequired
("Machine", FileHdr.Machine);
674
IO.
mapRequired
("Type", Section.Type);
699
IO.
mapRequired
("Type", sectionType);
725
IO.
mapRequired
("Offset", Rel.Offset);
726
IO.
mapRequired
("Symbol", Rel.Symbol);
727
IO.
mapRequired
("Type", Rel.Type);
734
IO.
mapRequired
("FileHeader", Object.Header)
[
all
...]
/external/llvm/unittests/MC/
YAMLTest.cpp
25
IO.
mapRequired
("Binary", BH.Binary);
/external/llvm/unittests/Support/
YAMLIOTest.cpp
55
io.
mapRequired
("foo", fb.foo);
56
io.
mapRequired
("bar", fb.bar);
173
io.
mapRequired
("str", bt.str);
174
io.
mapRequired
("stdstr", bt.stdstr);
175
io.
mapRequired
("u64", bt.u64);
176
io.
mapRequired
("u32", bt.u32);
177
io.
mapRequired
("u16", bt.u16);
178
io.
mapRequired
("u8", bt.u8);
179
io.
mapRequired
("b", bt.b);
180
io.
mapRequired
("s64", bt.s64)
[
all
...]
/external/llvm/lib/MC/MCAnalysis/
MCModuleYAML.cpp
183
IO.
mapRequired
("StartAddress", A.StartAddress);
184
IO.
mapRequired
("Size", A.Size);
185
IO.
mapRequired
("Type", A.Type);
187
IO.
mapRequired
("Content", A.Insts);
189
IO.
mapRequired
("Content", A.Data);
193
IO.
mapRequired
("Inst", I.Opcode);
194
IO.
mapRequired
("Size", I.Size);
195
IO.
mapRequired
("Ops", I.Operands);
201
IO.
mapRequired
("Address", BB.Address);
202
IO.
mapRequired
("Preds", BB.Preds)
[
all
...]
/external/llvm/include/llvm/Support/
YAMLTraits.h
38
/// io.
mapRequired
("name", s.name);
39
/// io.
mapRequired
("size", s.size);
507
void
mapRequired
(const char* Key, T& Val) {
868
/// the
mapRequired
() method calls may not be in the same order
[
all
...]
Completed in 61 milliseconds