OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mapRequired
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Object/
COFFYAML.cpp
236
IO.
mapRequired
("VirtualAddress", Rel.VirtualAddress);
237
IO.
mapRequired
("SymbolName", Rel.SymbolName);
238
IO.
mapRequired
("Type", NT->Type);
246
IO.
mapRequired
("Machine", NM->Machine);
253
IO.
mapRequired
("Name", S.Name);
254
IO.
mapRequired
("Value", S.Header.Value);
255
IO.
mapRequired
("SectionNumber", S.Header.SectionNumber);
256
IO.
mapRequired
("SimpleType", S.SimpleType);
257
IO.
mapRequired
("ComplexType", S.ComplexType);
258
IO.
mapRequired
("StorageClass", NS->StorageClass)
[
all
...]
ELFYAML.cpp
296
IO.
mapRequired
("Class", FileHdr.Class);
297
IO.
mapRequired
("Data", FileHdr.Data);
299
IO.
mapRequired
("Type", FileHdr.Type);
300
IO.
mapRequired
("Machine", FileHdr.Machine);
322
IO.
mapRequired
("Type", Section.Type);
331
IO.
mapRequired
("FileHeader", Object.Header);
/external/llvm/unittests/Support/
YAMLIOTest.cpp
48
io.
mapRequired
("foo", fb.foo);
49
io.
mapRequired
("bar", fb.bar);
155
io.
mapRequired
("str", bt.str);
156
io.
mapRequired
("u64", bt.u64);
157
io.
mapRequired
("u32", bt.u32);
158
io.
mapRequired
("u16", bt.u16);
159
io.
mapRequired
("u8", bt.u8);
160
io.
mapRequired
("b", bt.b);
161
io.
mapRequired
("s64", bt.s64);
162
io.
mapRequired
("s32", bt.s32)
[
all
...]
/external/llvm/unittests/Object/
YAMLTest.cpp
25
IO.
mapRequired
("Binary", BH.Binary);
/external/llvm/include/llvm/Support/
YAMLTraits.h
38
/// io.
mapRequired
("name", s.name);
39
/// io.
mapRequired
("size", s.size);
383
void
mapRequired
(const char* Key, T& Val) {
681
/// the
mapRequired
() method calls may not be in the same order
[
all
...]
Completed in 88 milliseconds