Home
last modified time | relevance | path

Searched full:io (Results 1 – 25 of 3225) sorted by relevance

12345678910>>...129

/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp86 IO &IO, MachOYAML::FileHeader &FileHdr) { in mapping() argument
87 IO.mapRequired("magic", FileHdr.magic); in mapping()
88 IO.mapRequired("cputype", FileHdr.cputype); in mapping()
89 IO.mapRequired("cpusubtype", FileHdr.cpusubtype); in mapping()
90 IO.mapRequired("filetype", FileHdr.filetype); in mapping()
91 IO.mapRequired("ncmds", FileHdr.ncmds); in mapping()
92 IO.mapRequired("sizeofcmds", FileHdr.sizeofcmds); in mapping()
93 IO.mapRequired("flags", FileHdr.flags); in mapping()
96 IO.mapRequired("reserved", FileHdr.reserved); in mapping()
99 void MappingTraits<MachOYAML::Object>::mapping(IO &IO, in mapping() argument
[all …]
H A DCodeViewYAMLSymbols.cpp79 void ScalarEnumerationTraits<SymbolKind>::enumeration(IO &io, in enumeration() argument
83 io.enumCase(Value, E.Name.str().c_str(), E.Value); in enumeration()
86 void ScalarBitSetTraits<CompileSym2Flags>::bitset(IO &io, in bitset() argument
90 io.bitSetCase(Flags, E.Name.str().c_str(), in bitset()
95 void ScalarBitSetTraits<CompileSym3Flags>::bitset(IO &io, in bitset() argument
99 io.bitSetCase(Flags, E.Name.str().c_str(), in bitset()
104 void ScalarBitSetTraits<ExportFlags>::bitset(IO argument
112 bitset(IO & io,PublicSymFlags & Flags) bitset() argument
120 bitset(IO & io,LocalSymFlags & Flags) bitset() argument
128 bitset(IO & io,ProcSymFlags & Flags) bitset() argument
137 bitset(IO & io,FrameProcedureOptions & Flags) bitset() argument
145 enumeration(IO & io,CPUType & Cpu) enumeration() argument
152 enumeration(IO & io,RegisterId & Reg) enumeration() argument
186 enumeration(IO & io,TrampolineType & Tramp) enumeration() argument
194 enumeration(IO & io,ThunkOrdinal & Ord) enumeration() argument
203 enumeration(IO & io,FrameCookieKind & FC) enumeration() argument
212 enumeration(IO & io,JumpTableEntrySize & FC) enumeration() argument
300 map(IO & IO) map() argument
302 map(yaml::IO & io) map() argument
316 map(IO & IO) map() argument
326 map(IO & IO) map() argument
335 map(IO & IO) map() argument
344 map(IO & IO) map() argument
352 map(IO & IO) map() argument
358 map(IO & IO) map() argument
372 map(IO & IO) map() argument
378 map(IO & IO) map() argument
385 map(IO & IO) map() argument
392 map(IO & IO) map() argument
396 map(IO & IO) map() argument
403 map(IO & IO) map() argument
410 map(IO & IO) map() argument
416 map(IO & IO) map() argument
423 map(IO & IO) map() argument
430 map(IO & IO) map() argument
436 map(IO & IO) map() argument
445 map(IO & IO) map() argument
449 map(IO & IO) map() argument
457 map(IO & IO) map() argument
466 map(IO & IO) map() argument
474 map(IO & IO) map() argument
479 map(IO & IO) map() argument
491 map(IO & IO) map() argument
505 map(IO & IO) map() argument
517 map(IO & IO) map() argument
523 map(IO & IO) map() argument
530 map(IO & IO) map() argument
537 map(IO & IO) map() argument
543 map(IO & IO) map() argument
547 map(IO & IO) map() argument
552 map(IO & IO) map() argument
556 map(IO & IO) map() argument
562 map(IO & IO) map() argument
569 map(IO & IO) map() argument
575 map(IO & IO) map() argument
582 map(IO & IO) map() argument
589 map(IO & IO) map() argument
593 map(IO & IO) map() argument
599 map(IO & IO) map() argument
657 mapSymbolRecordImpl(IO & IO,const char * Class,SymbolKind Kind,CodeViewYAML::SymbolRecord & Obj) mapSymbolRecordImpl() argument
666 mapping(IO & IO,CodeViewYAML::SymbolRecord & Obj) mapping() argument
[all...]
H A DWasmYAML.cpp33 IO &IO, WasmYAML::FileHeader &FileHdr) { in mapping()
34 IO.mapRequired("Version", FileHdr.Version); in mapping()
37 void MappingTraits<WasmYAML::Object>::mapping(IO &IO, in mapping()
39 IO.setContext(&Object); in mapping()
40 IO.mapTag("!WASM", true); in mapping()
41 IO.mapRequired("FileHeader", Object.Header); in mapping()
42 IO.mapOptional("Sections", Object.Sections); in mapping()
43 IO in mapping()
32 mapping(IO & IO,WasmYAML::FileHeader & FileHdr) mapping() argument
36 mapping(IO & IO,WasmYAML::Object & Object) mapping() argument
45 commonSectionMapping(IO & IO,WasmYAML::Section & Section) commonSectionMapping() argument
51 sectionMapping(IO & IO,WasmYAML::DylinkSection & Section) sectionMapping() argument
63 sectionMapping(IO & IO,WasmYAML::NameSection & Section) sectionMapping() argument
71 sectionMapping(IO & IO,WasmYAML::LinkingSection & Section) sectionMapping() argument
81 sectionMapping(IO & IO,WasmYAML::ProducersSection & Section) sectionMapping() argument
89 sectionMapping(IO & IO,WasmYAML::TargetFeaturesSection & Section) sectionMapping() argument
95 sectionMapping(IO & IO,WasmYAML::CustomSection & Section) sectionMapping() argument
101 sectionMapping(IO & IO,WasmYAML::TypeSection & Section) sectionMapping() argument
106 sectionMapping(IO & IO,WasmYAML::ImportSection & Section) sectionMapping() argument
111 sectionMapping(IO & IO,WasmYAML::FunctionSection & Section) sectionMapping() argument
116 sectionMapping(IO & IO,WasmYAML::TableSection & Section) sectionMapping() argument
121 sectionMapping(IO & IO,WasmYAML::MemorySection & Section) sectionMapping() argument
126 sectionMapping(IO & IO,WasmYAML::TagSection & Section) sectionMapping() argument
131 sectionMapping(IO & IO,WasmYAML::GlobalSection & Section) sectionMapping() argument
136 sectionMapping(IO & IO,WasmYAML::ExportSection & Section) sectionMapping() argument
141 sectionMapping(IO & IO,WasmYAML::StartSection & Section) sectionMapping() argument
146 sectionMapping(IO & IO,WasmYAML::ElemSection & Section) sectionMapping() argument
151 sectionMapping(IO & IO,WasmYAML::CodeSection & Section) sectionMapping() argument
156 sectionMapping(IO & IO,WasmYAML::DataSection & Section) sectionMapping() argument
161 sectionMapping(IO & IO,WasmYAML::DataCountSection & Section) sectionMapping() argument
167 mapping(IO & IO,std::unique_ptr<WasmYAML::Section> & Section) mapping() argument
281 enumeration(IO & IO,WasmYAML::SectionType & Type) enumeration() argument
301 mapping(IO & IO,WasmYAML::Signature & Signature) mapping() argument
307 mapping(IO & IO,WasmYAML::Table & Table) mapping() argument
313 mapping(IO & IO,WasmYAML::Function & Function) mapping() argument
321 mapping(IO & IO,WasmYAML::Relocation & Relocation) mapping() argument
329 mapping(IO & IO,WasmYAML::NameEntry & NameEntry) mapping() argument
335 mapping(IO & IO,WasmYAML::ProducerEntry & ProducerEntry) mapping() argument
341 enumeration(IO & IO,WasmYAML::FeaturePolicyPrefix & Kind) enumeration() argument
350 mapping(IO & IO,WasmYAML::FeatureEntry & FeatureEntry) mapping() argument
356 mapping(IO & IO,WasmYAML::SegmentInfo & SegmentInfo) mapping() argument
364 mapping(IO & IO,WasmYAML::LocalDecl & LocalDecl) mapping() argument
369 mapping(IO & IO,WasmYAML::Limits & Limits) mapping() argument
378 mapping(IO & IO,WasmYAML::ElemSegment & Segment) mapping() argument
390 mapping(IO & IO,WasmYAML::Import & Import) mapping() argument
410 mapping(IO & IO,WasmYAML::Export & Export) mapping() argument
417 mapping(IO & IO,WasmYAML::Global & Global) mapping() argument
425 mapping(IO & IO,WasmYAML::InitExpr & Expr) mapping() argument
460 mapping(IO & IO,WasmYAML::DataSegment & Segment) mapping() argument
478 mapping(IO & IO,WasmYAML::InitFunction & Init) mapping() argument
484 enumeration(IO & IO,WasmYAML::ComdatKind & Kind) enumeration() argument
493 mapping(IO & IO,WasmYAML::ComdatEntry & ComdatEntry) mapping() argument
498 mapping(IO & IO,WasmYAML::Comdat & Comdat) mapping() argument
504 mapping(IO & IO,WasmYAML::SymbolInfo & Info) mapping() argument
535 mapping(IO & IO,WasmYAML::DylinkImportInfo & Info) mapping() argument
542 mapping(IO & IO,WasmYAML::DylinkExportInfo & Info) mapping() argument
548 bitset(IO & IO,WasmYAML::LimitFlags & Value) bitset() argument
557 bitset(IO & IO,WasmYAML::SegmentFlags & Value) bitset() argument
565 bitset(IO & IO,WasmYAML::SymbolFlags & Value) bitset() argument
583 enumeration(IO & IO,WasmYAML::SymbolKind & Kind) enumeration() argument
595 enumeration(IO & IO,WasmYAML::ValueType & Type) enumeration() argument
609 enumeration(IO & IO,WasmYAML::ExportKind & Kind) enumeration() argument
620 enumeration(IO & IO,WasmYAML::Opcode & Code) enumeration() argument
633 enumeration(IO & IO,WasmYAML::TableType & Type) enumeration() argument
641 enumeration(IO & IO,WasmYAML::RelocType & Type) enumeration() argument
[all...]
H A DCodeViewYAMLTypes.cpp84 virtual void map(yaml::IO &io) = 0;
93 void map(yaml::IO &io) override;
110 void map(yaml::IO &io) override;
123 virtual void map(yaml::IO &io) = 0;
131 void map(yaml::IO &io) overrid
198 enumeration(IO & io,TypeLeafKind & Value) enumeration() argument
206 enumeration(IO & IO,PointerToMemberRepresentation & Value) enumeration() argument
226 enumeration(IO & IO,VFTableSlotKind & Kind) enumeration() argument
237 enumeration(IO & IO,CallingConvention & Value) enumeration() argument
264 enumeration(IO & IO,PointerKind & Kind) enumeration() argument
282 enumeration(IO & IO,PointerMode & Mode) enumeration() argument
292 enumeration(IO & IO,HfaKind & Value) enumeration() argument
299 enumeration(IO & IO,MemberAccess & Access) enumeration() argument
307 enumeration(IO & IO,MethodKind & Kind) enumeration() argument
320 enumeration(IO & IO,WindowsRTClassKind & Value) enumeration() argument
327 enumeration(IO & IO,LabelType & Value) enumeration() argument
332 bitset(IO & IO,PointerOptions & Options) bitset() argument
344 bitset(IO & IO,ModifierOptions & Options) bitset() argument
352 bitset(IO & IO,FunctionOptions & Options) bitset() argument
361 bitset(IO & IO,ClassOptions & Options) bitset() argument
381 bitset(IO & IO,MethodOptions & Options) bitset() argument
390 mapping(IO & IO,MemberPointerInfo & MPI) mapping() argument
399 map(IO & IO) map() argument
404 map(IO & IO) map() argument
412 map(IO & IO) map() argument
423 map(IO & IO) map() argument
427 map(IO & IO) map() argument
433 map(IO & IO) map() argument
437 map(IO & IO) map() argument
441 map(IO & IO) map() argument
447 map(IO & IO) map() argument
454 map(IO & IO) map() argument
510 mapping(IO & io,OneMethodRecord & Record) mapping() argument
521 map(IO & IO) map() argument
532 map(IO & IO) map() argument
541 map(IO & IO) map() argument
550 map(IO & IO) map() argument
556 map(IO & IO) map() argument
560 map(IO & IO) map() argument
566 map(IO & IO) map() argument
571 map(IO & IO) map() argument
577 map(IO & IO) map() argument
583 map(IO & IO) map() argument
590 map(IO & IO) map() argument
594 map(IO & IO) map() argument
601 map(IO & IO) map() argument
605 map(IO & IO) map() argument
612 map(IO & IO) map() argument
616 map(IO & IO) map() argument
620 map(IO & IO) map() argument
626 map(IO & IO) map() argument
631 map(IO & IO) map() argument
638 map(IO & IO) map() argument
644 map(IO & IO) map() argument
650 map(IO & IO) map() argument
654 map(IO & IO) map() argument
660 map(IO & IO) map() argument
668 map(IO & IO) map() argument
723 mapLeafRecordImpl(IO & IO,const char * Class,TypeLeafKind Kind,LeafRecord & Obj) mapLeafRecordImpl() argument
734 mapping(IO & IO,LeafRecord & Obj) mapping() argument
755 mapMemberRecordImpl(IO & IO,const char * Class,TypeLeafKind Kind,MemberRecord & Obj) mapMemberRecordImpl() argument
763 mapping(IO & IO,MemberRecord & Obj) mapping() argument
[all...]
H A DDWARFYAML.cpp91 void MappingTraits<DWARFYAML::Data>::mapping(IO &IO, DWARFYAML::Data &DWARF) { in mapping()
92 void *OldContext = IO.getContext(); in mapping()
94 IO.setContext(&DWARFCtx); in mapping()
95 IO.mapOptional("debug_str", DWARF.DebugStrings); in mapping()
96 IO.mapOptional("debug_abbrev", DWARF.DebugAbbrev); in mapping()
97 IO.mapOptional("debug_aranges", DWARF.DebugAranges); in mapping()
98 IO.mapOptional("debug_ranges", DWARF.DebugRanges); in mapping()
99 IO.mapOptional("debug_pubnames", DWARF.PubNames); in mapping()
100 IO in mapping()
89 mapping(IO & IO,DWARFYAML::Data & DWARF) mapping() argument
112 mapping(IO & IO,DWARFYAML::AbbrevTable & AbbrevTable) mapping() argument
117 mapping(IO & IO,DWARFYAML::Abbrev & Abbrev) mapping() argument
126 mapping(IO & IO,DWARFYAML::AttributeAbbrev & AttAbbrev) mapping() argument
134 mapping(IO & IO,DWARFYAML::ARangeDescriptor & Descriptor) mapping() argument
139 mapping(IO & IO,DWARFYAML::ARange & ARange) mapping() argument
151 mapping(IO & IO,DWARFYAML::RangeEntry & Descriptor) mapping() argument
156 mapping(IO & IO,DWARFYAML::Ranges & DebugRanges) mapping() argument
163 mapping(IO & IO,DWARFYAML::PubEntry & Entry) mapping() argument
172 mapping(IO & IO,DWARFYAML::PubSection & Section) mapping() argument
181 mapping(IO & IO,DWARFYAML::Unit & Unit) mapping() argument
193 mapping(IO & IO,DWARFYAML::Entry & Entry) mapping() argument
199 mapping(IO & IO,DWARFYAML::FormValue & FormValue) mapping() argument
207 mapping(IO & IO,DWARFYAML::File & File) mapping() argument
215 mapping(IO & IO,DWARFYAML::LineTableOpcode & LineTableOpcode) mapping() argument
234 mapping(IO & IO,DWARFYAML::LineTable & LineTable) mapping() argument
253 mapping(IO & IO,DWARFYAML::SegAddrPair & SegAddrPair) mapping() argument
259 mapping(IO & IO,DWARFYAML::AddrTableEntry & AddrTable) mapping() argument
269 mapping(IO & IO,DWARFYAML::StringOffsetsTable & StrOffsetsTable) mapping() argument
278 mapping(IO & IO,DWARFYAML::DWARFOperation & DWARFOperation) mapping() argument
284 mapping(IO & IO,DWARFYAML::RnglistEntry & RnglistEntry) mapping() argument
290 mapping(IO & IO,DWARFYAML::LoclistEntry & LoclistEntry) mapping() argument
299 mapping(IO & IO,DWARFYAML::ListEntries<EntryType> & ListEntries) mapping() argument
306 validate(IO & IO,DWARFYAML::ListEntries<EntryType> & ListEntries) validate() argument
314 mapping(IO & IO,DWARFYAML::ListTable<EntryType> & ListTable) mapping() argument
[all...]
H A DXCOFFYAML.cpp29 IO &IO, XCOFF::SectionTypeFlags &Value) { in bitset() argument
30 #define ECase(X) IO.bitSetCase(Value, #X, XCOFF::X) in bitset()
48 IO &IO, XCOFF::DwarfSectionSubtypeFlags &Value) { in enumeration() argument
49 #define ECase(X) IO.enumCase(Value, #X, XCOFF::X) in enumeration()
62 IO.enumFallback<Hex32>(Value); in enumeration()
66 IO &IO, XCOFF::StorageClass &Value) { in enumeration()
67 #define ECase(X) IO in enumeration()
104 enumeration(IO & IO,XCOFF::StorageMappingClass & Value) enumeration() argument
131 enumeration(IO & IO,XCOFFYAML::AuxSymbolType & Type) enumeration() argument
144 enumeration(IO & IO,XCOFF::CFileStringType & Type) enumeration() argument
163 mapping(IO & IO,XCOFFYAML::FileHeader & FileHdr) mapping() argument
174 mapping(IO & IO,XCOFFYAML::AuxiliaryHeader & AuxHdr) mapping() argument
204 mapping(IO & IO,XCOFFYAML::Relocation & R) mapping() argument
212 mapping(IO & IO,XCOFFYAML::Section & Sec) mapping() argument
228 auxSymMapping(IO & IO,XCOFFYAML::CsectAuxEnt & AuxSym,bool Is64) auxSymMapping() argument
243 auxSymMapping(IO & IO,XCOFFYAML::FileAuxEnt & AuxSym) auxSymMapping() argument
248 auxSymMapping(IO & IO,XCOFFYAML::BlockAuxEnt & AuxSym,bool Is64) auxSymMapping() argument
257 auxSymMapping(IO & IO,XCOFFYAML::FunctionAuxEnt & AuxSym,bool Is64) auxSymMapping() argument
266 auxSymMapping(IO & IO,XCOFFYAML::ExcpetionAuxEnt & AuxSym) auxSymMapping() argument
272 auxSymMapping(IO & IO,XCOFFYAML::SectAuxEntForDWARF & AuxSym) auxSymMapping() argument
277 auxSymMapping(IO & IO,XCOFFYAML::SectAuxEntForStat & AuxSym) auxSymMapping() argument
284 ResetAuxSym(IO & IO,std::unique_ptr<XCOFFYAML::AuxSymbolEnt> & AuxSym) ResetAuxSym() argument
291 mapping(IO & IO,std::unique_ptr<XCOFFYAML::AuxSymbolEnt> & AuxSym) mapping() argument
342 mapping(IO & IO,XCOFFYAML::Symbol & S) mapping() argument
353 mapping(IO & IO,XCOFFYAML::StringTable & Str) mapping() argument
360 mapping(IO & IO,XCOFFYAML::Object & Obj) mapping() argument
[all...]
H A DDXContainerYAML.cpp90 IO &IO, DXContainerYAML::VersionTuple &Version) { in mapping()
91 IO.mapRequired("Major", Version.Major); in mapping()
92 IO.mapRequired("Minor", Version.Minor); in mapping()
96 IO &IO, DXContainerYAML::FileHeader &Header) { in mapping()
97 IO.mapRequired("Hash", Header.Hash); in mapping()
98 IO.mapRequired("Version", Header.Version); in mapping()
99 IO.mapOptional("FileSize", Header.FileSize); in mapping()
100 IO in mapping()
80 mapping(IO & IO,DXContainerYAML::VersionTuple & Version) mapping() argument
86 mapping(IO & IO,DXContainerYAML::FileHeader & Header) mapping() argument
95 mapping(IO & IO,DXContainerYAML::DXILProgram & Program) mapping() argument
107 mapping(IO & IO,DXContainerYAML::ShaderFlags & Flags) mapping() argument
113 mapping(IO & IO,DXContainerYAML::ShaderHash & Hash) mapping() argument
119 mapping(IO & IO,DXContainerYAML::PSVInfo & PSV) mapping() argument
163 mapping(IO & IO,DXContainerYAML::SignatureParameter & S) mapping() argument
176 mapping(IO & IO,DXContainerYAML::Signature & S) mapping() argument
180 mapping(IO & IO,DXContainerYAML::Part & P) mapping() argument
192 mapping(IO & IO,DXContainerYAML::Object & Obj) mapping() argument
199 mapping(IO & IO,DXContainerYAML::ResourceBindInfo & Res) mapping() argument
214 mapping(IO & IO,DXContainerYAML::SignatureElement & El) mapping() argument
229 enumeration(IO & IO,dxbc::PSV::SemanticKind & Value) enumeration() argument
235 enumeration(IO & IO,dxbc::PSV::ComponentType & Value) enumeration() argument
241 enumeration(IO & IO,dxbc::PSV::InterpolationMode & Value) enumeration() argument
247 enumeration(IO & IO,dxbc::D3DSystemValue & Value) enumeration() argument
253 enumeration(IO & IO,dxbc::SigMinPrecision & Value) enumeration() argument
259 enumeration(IO & IO,dxbc::SigComponentType & Value) enumeration() argument
266 mapInfoForVersion(yaml::IO & IO) mapInfoForVersion() argument
[all...]
H A DCOFFYAML.cpp19 #define ECase(X) IO.enumCase(Value, #X, COFF::X);
34 IO &IO, COFFYAML::COMDATType &Value) { in enumeration() argument
35 IO.enumCase(Value, "0", 0); in enumeration()
47 IO &IO, COFFYAML::WeakExternalCharacteristics &Value) { in enumeration() argument
48 IO.enumCase(Value, "0", 0); in enumeration()
56 IO &IO, COFFYAML::AuxSymbolType &Value) { in enumeration() argument
61 IO in enumeration() argument
92 enumeration(IO & IO,COFF::SymbolBaseType & Value) enumeration() argument
112 enumeration(IO & IO,COFF::SymbolStorageClass & Value) enumeration() argument
143 enumeration(IO & IO,COFF::SymbolComplexType & Value) enumeration() argument
151 enumeration(IO & IO,COFF::RelocationTypeI386 & Value) enumeration() argument
166 enumeration(IO & IO,COFF::RelocationTypeAMD64 & Value) enumeration() argument
187 enumeration(IO & IO,COFF::RelocationTypesARM & Value) enumeration() argument
208 enumeration(IO & IO,COFF::RelocationTypesARM64 & Value) enumeration() argument
230 enumeration(IO & IO,COFF::WindowsSubsystem & Value) enumeration() argument
250 bitset(IO & IO,COFF::Characteristics & Value) bitset() argument
269 bitset(IO & IO,COFF::SectionCharacteristics & Value) bitset() argument
295 bitset(IO & IO,COFF::DLLCharacteristics & Value) bitset() argument
415 mapping(IO & IO,COFFYAML::Relocation & Rel) mapping() argument
443 mapping(IO & IO,COFF::DataDirectory & DD) mapping() argument
449 mapping(IO & IO,COFFYAML::PEHeader & PH) mapping() argument
498 mapping(IO & IO,COFF::header & H) mapping() argument
509 mapping(IO & IO,COFF::AuxiliaryFunctionDefinition & AFD) mapping() argument
517 mapping(IO & IO,COFF::AuxiliarybfAndefSymbol & AAS) mapping() argument
523 mapping(IO & IO,COFF::AuxiliaryWeakExternal & AWE) mapping() argument
531 mapping(IO & IO,COFF::AuxiliarySectionDefinition & ASD) mapping() argument
544 mapping(IO & IO,COFF::AuxiliaryCLRToken & ACT) mapping() argument
551 mapping(IO & IO,object::coff_load_config_code_integrity & S) mapping() argument
558 mapLoadConfigMember(IO & IO,T & LoadConfig,const char * Name,M & Member) mapLoadConfigMember() argument
566 mapLoadConfig(IO & IO,T & LoadConfig) mapLoadConfig() argument
625 mapping(IO & IO,object::coff_load_configuration32 & S) mapping() argument
630 mapping(IO & IO,object::coff_load_configuration64 & S) mapping() argument
635 mapping(IO & IO,COFFYAML::SectionDataEntry & E) mapping() argument
646 mapping(IO & IO,COFFYAML::Symbol & S) mapping() argument
663 mapping(IO & IO,COFFYAML::Section & Sec) mapping() argument
702 mapping(IO & IO,COFFYAML::Object & Obj) mapping() argument
[all...]
H A DELFYAML.cpp47 IO &IO, ELFYAML::ELF_ET &Value) { in enumeration() argument
48 #define ECase(X) IO.enumCase(Value, #X, ELF::X) in enumeration()
55 IO.enumFallback<Hex16>(Value); in enumeration()
59 IO &IO, ELFYAML::ELF_PT &Value) { in enumeration() argument
60 #define ECase(X) IO.enumCase(Value, #X, ELF::X) in enumeration()
74 IO.enumFallback<Hex32>(Value); in enumeration()
78 IO &IO, ELFYAM in enumeration() argument
194 enumeration(IO & IO,ELFYAML::ELF_EM & Value) enumeration() argument
364 enumeration(IO & IO,ELFYAML::ELF_ELFCLASS & Value) enumeration() argument
374 enumeration(IO & IO,ELFYAML::ELF_ELFDATA & Value) enumeration() argument
385 enumeration(IO & IO,ELFYAML::ELF_ELFOSABI & Value) enumeration() argument
416 bitset(IO & IO,ELFYAML::ELF_EF & Value) bitset() argument
652 enumeration(IO & IO,ELFYAML::ELF_SHT & Value) enumeration() argument
734 bitset(IO & IO,ELFYAML::ELF_PF & Value) bitset() argument
742 bitset(IO & IO,ELFYAML::ELF_SHF & Value) bitset() argument
794 enumeration(IO & IO,ELFYAML::ELF_SHN & Value) enumeration() argument
828 enumeration(IO & IO,ELFYAML::ELF_STB & Value) enumeration() argument
839 enumeration(IO & IO,ELFYAML::ELF_STT & Value) enumeration() argument
855 enumeration(IO & IO,ELFYAML::ELF_RSS & Value) enumeration() argument
865 enumeration(IO & IO,ELFYAML::ELF_REL & Value) enumeration() argument
934 enumeration(IO & IO,ELFYAML::ELF_DYNTAG & Value) enumeration() argument
1009 enumeration(IO & IO,ELFYAML::MIPS_AFL_REG & Value) enumeration() argument
1019 enumeration(IO & IO,ELFYAML::MIPS_ABI_FP & Value) enumeration() argument
1033 enumeration(IO & IO,ELFYAML::MIPS_AFL_EXT & Value) enumeration() argument
1059 enumeration(IO & IO,ELFYAML::MIPS_ISA & Value) enumeration() argument
1071 bitset(IO & IO,ELFYAML::MIPS_AFL_ASE & Value) bitset() argument
1092 bitset(IO & IO,ELFYAML::MIPS_AFL_FLAGS1 & Value) bitset() argument
1099 mapping(IO & IO,ELFYAML::SectionHeader & SHdr) mapping() argument
1103 mapping(IO & IO,ELFYAML::FileHeader & FileHdr) mapping() argument
1128 mapping(IO & IO,ELFYAML::ProgramHeader & Phdr) mapping() argument
1142 validate(IO & IO,ELFYAML::ProgramHeader & FileHdr) validate() argument
1314 mapping(IO & IO,ELFYAML::Symbol & Symbol) mapping() argument
1334 validate(IO & IO,ELFYAML::Symbol & Symbol) validate() argument
1341 commonSectionMapping(IO & IO,ELFYAML::Section & Section) commonSectionMapping() argument
1368 sectionMapping(IO & IO,ELFYAML::DynamicSection & Section) sectionMapping() argument
1373 sectionMapping(IO & IO,ELFYAML::RawContentSection & Section) sectionMapping() argument
1389 sectionMapping(IO & IO,ELFYAML::BBAddrMapSection & Section) sectionMapping() argument
1396 sectionMapping(IO & IO,ELFYAML::StackSizesSection & Section) sectionMapping() argument
1401 sectionMapping(IO & IO,ELFYAML::HashSection & Section) sectionMapping() argument
1413 sectionMapping(IO & IO,ELFYAML::NoteSection & Section) sectionMapping() argument
1419 sectionMapping(IO & IO,ELFYAML::GnuHashSection & Section) sectionMapping() argument
1426 sectionMapping(IO & IO,ELFYAML::NoBitsSection & Section) sectionMapping() argument
1430 sectionMapping(IO & IO,ELFYAML::VerdefSection & Section) sectionMapping() argument
1436 sectionMapping(IO & IO,ELFYAML::SymverSection & Section) sectionMapping() argument
1441 sectionMapping(IO & IO,ELFYAML::VerneedSection & Section) sectionMapping() argument
1447 sectionMapping(IO & IO,ELFYAML::RelocationSection & Section) sectionMapping() argument
1453 sectionMapping(IO & IO,ELFYAML::RelrSection & Section) sectionMapping() argument
1458 groupSectionMapping(IO & IO,ELFYAML::GroupSection & Group) groupSectionMapping() argument
1464 sectionMapping(IO & IO,ELFYAML::SymtabShndxSection & Section) sectionMapping() argument
1469 sectionMapping(IO & IO,ELFYAML::AddrsigSection & Section) sectionMapping() argument
1474 fillMapping(IO & IO,ELFYAML::Fill & Fill) fillMapping() argument
1481 sectionHeaderTableMapping(IO & IO,ELFYAML::SectionHeaderTable & SHT) sectionHeaderTableMapping() argument
1489 sectionMapping(IO & IO,ELFYAML::LinkerOptionsSection & Section) sectionMapping() argument
1494 sectionMapping(IO & IO,ELFYAML::DependentLibrariesSection & Section) sectionMapping() argument
1500 sectionMapping(IO & IO,ELFYAML::CallGraphProfileSection & Section) sectionMapping() argument
1506 mapping(IO & IO,ELFYAML::SectionOrType & sectionOrType) mapping() argument
1510 sectionMapping(IO & IO,ELFYAML::ARMIndexTableSection & Section) sectionMapping() argument
1515 sectionMapping(IO & IO,ELFYAML::MipsABIFlags & Section) sectionMapping() argument
1535 getStringValue(IO & IO,const char * Key) getStringValue() argument
1541 setStringValue(IO & IO,const char * Key,StringRef Val) setStringValue() argument
1551 mapping(IO & IO,std::unique_ptr<ELFYAML::Chunk> & Section) mapping() argument
1709 validate(IO & io,std::unique_ptr<ELFYAML::Chunk> & C) validate() argument
1804 mapping(IO & IO,ELFYAML::StackSizeEntry & E) mapping() argument
1811 mapping(IO & IO,ELFYAML::BBAddrMapEntry & E) mapping() argument
1821 mapping(IO & IO,ELFYAML::BBAddrMapEntry::BBEntry & E) mapping() argument
1830 mapping(IO & IO,ELFYAML::PGOAnalysisMapEntry & E) mapping() argument
1837 mapping(IO & IO,ELFYAML::PGOAnalysisMapEntry::PGOBBEntry & E) mapping() argument
1844 mapping(IO & IO,ELFYAML::PGOAnalysisMapEntry::PGOBBEntry::SuccessorEntry & E) mapping() argument
1851 mapping(IO & IO,ELFYAML::GnuHashHeader & E) mapping() argument
1860 mapping(IO & IO,ELFYAML::DynamicEntry & Rel) mapping() argument
1868 mapping(IO & IO,ELFYAML::NoteEntry & N) mapping() argument
1876 mapping(IO & IO,ELFYAML::VerdefEntry & E) mapping() argument
1887 mapping(IO & IO,ELFYAML::VerneedEntry & E) mapping() argument
1896 mapping(IO & IO,ELFYAML::VernauxEntry & E) mapping() argument
1906 mapping(IO & IO,ELFYAML::Relocation & Rel) mapping() argument
1929 mapping(IO & IO,ELFYAML::ARMIndexTableEntry & E) mapping() argument
1942 mapping(IO & IO,ELFYAML::Object & Object) mapping() argument
1961 mapping(IO & IO,ELFYAML::LinkerOption & Opt) mapping() argument
1969 mapping(IO & IO,ELFYAML::CallGraphEntryWeight & E) mapping() argument
[all...]
H A DMinidumpYAML.cpp20 static inline void mapOptional(yaml::IO &IO, const char *Key, EndianType &Val, in mapOptional() argument
22 IO.mapOptional(Key, Val, EndianType(Default)); in mapOptional()
27 static inline void mapRequiredAs(yaml::IO &IO, const char *Key, in mapRequiredAs() argument
30 IO.mapRequired(Key, Mapped); in mapRequiredAs()
37 static inline void mapOptionalAs(yaml::IO &IO, const char *Key, EndianType &Val, in mapOptionalAs() argument
40 IO.mapOptional(Key, Mapped, Default); in mapOptionalAs()
54 static inline void mapRequiredHex(yaml::IO &IO, const char *Key, in mapRequiredHex() argument
56 mapRequiredAs<typename HexType<EndianType>::type>(IO, Key, Val); in mapRequiredHex()
62 static inline void mapOptionalHex(yaml::IO &IO, const char *Key, in mapOptionalHex() argument
65 mapOptionalAs<typename HexType<EndianType>::type>(IO, Key, Val, Default); in mapOptionalHex()
[all …]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPdbYaml.cpp34 static void enumeration(IO &io, llvm::pdb::PDB_Machine &Value) { in enumeration()
35 io.enumCase(Value, "Invalid", PDB_Machine::Invalid); in enumeration()
36 io.enumCase(Value, "Am33", PDB_Machine::Am33); in enumeration()
37 io.enumCase(Value, "Amd64", PDB_Machine::Amd64); in enumeration()
38 io.enumCase(Value, "Arm", PDB_Machine::Arm); in enumeration()
39 io.enumCase(Value, "ArmNT", PDB_Machine::ArmNT); in enumeration()
40 io.enumCase(Value, "Ebc", PDB_Machine::Ebc); in enumeration()
41 io.enumCase(Value, "x86", PDB_Machine::x86); in enumeration()
42 io.enumCase(Value, "Ia64", PDB_Machine::Ia64); in enumeration()
43 io.enumCase(Value, "M32R", PDB_Machine::M32R); in enumeration()
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp20 Error operator()(CodeViewRecordIO &IO, LocalVariableAddrGap &Gap) const { in operator ()()
21 error(IO.mapInteger(Gap.GapStartOffset)); in operator ()()
22 error(IO.mapInteger(Gap.Range)); in operator ()()
28 static Error mapLocalVariableAddrRange(CodeViewRecordIO &IO, in mapLocalVariableAddrRange() argument
30 error(IO.mapInteger(Range.OffsetStart)); in mapLocalVariableAddrRange()
31 error(IO.mapInteger(Range.ISectStart)); in mapLocalVariableAddrRange()
32 error(IO.mapInteger(Range.Range)); in mapLocalVariableAddrRange()
37 error(IO.beginRecord(MaxRecordLength - sizeof(RecordPrefix))); in visitSymbolBegin()
42 error(IO.padToAlignment(alignOf(Container))); in visitSymbolEnd()
43 error(IO.endRecord()); in visitSymbolEnd()
[all …]
H A DTypeRecordMapping.cpp67 static std::string getFlagNames(CodeViewRecordIO &IO, T Value, in getFlagNames() argument
69 if (!IO.isStreaming()) in getFlagNames()
104 static StringRef getEnumName(CodeViewRecordIO &IO, T Value, in getEnumName() argument
106 if (!IO.isStreaming()) in getEnumName()
119 static std::string getMemberAttributes(CodeViewRecordIO &IO, in getMemberAttributes() argument
122 if (!IO.isStreaming()) in getMemberAttributes()
125 getEnumName(IO, uint8_t(Access), ArrayRef(getMemberAccessNames()))); in getMemberAttributes()
129 getEnumName(IO, unsigned(Kind), ArrayRef(getMemberKindNames()))); in getMemberAttributes()
134 getFlagNames(IO, unsigned(Options), ArrayRef(getMethodOptionNames())); in getMemberAttributes()
144 Error operator()(CodeViewRecordIO &IO, OneMethodRecord &Method) const { in operator ()()
[all …]
/freebsd-src/tests/sys/netpfil/pf/ioctl/
H A Dvalidation.c70 struct pfioc_table io; in ATF_TC_BODY() local
79 bzero(&io, sizeof(io)); in ATF_TC_BODY()
80 io.pfrio_flags = flags; in ATF_TC_BODY()
81 io.pfrio_buffer = &tbl; in ATF_TC_BODY()
82 io.pfrio_esize = sizeof(tbl); in ATF_TC_BODY()
85 io.pfrio_size = -1; in ATF_TC_BODY()
86 if (ioctl(dev, DIOCRADDTABLES, &io) == 0) in ATF_TC_BODY()
90 io.pfrio_size = 1 << 24; in ATF_TC_BODY()
91 if (ioctl(dev, DIOCRADDTABLES, &io) == 0) in ATF_TC_BODY()
95 io.pfrio_size = 1; in ATF_TC_BODY()
[all …]
/freebsd-src/sys/dev/ocs_fc/
H A Docs_io.c34 * Provide IO object allocation.
38 * @defgroup io_alloc IO allocation
46 void ocs_mgmt_io_list(ocs_textbuf_t *textbuf, void *io);
47 void ocs_mgmt_io_get_all(ocs_textbuf_t *textbuf, void *io);
48 int ocs_mgmt_io_get(ocs_textbuf_t *textbuf, char *parent, char *name, void *io);
57 * @brief IO pool.
59 * Structure encapsulating a pool of IO objects.
65 ocs_lock_t lock; /* IO pool lock */
71 * @brief Create a pool of IO objects.
75 * "slabs" which are a fixed size. It calculates the number of IO objects that
[all …]
H A Docs_scsi.c51 …fine SCSI_IOFMT_ARGS(io) io->instance_index, SCSI_ITT_SIZE(io->ocs), io->init_task_tag, SCSI_ITT_S… argument
56 #define scsi_io_printf(io, fmt, ...) ocs_log_info(io->ocs, "[%s]" SCSI_IOFMT fmt, \ argument
57 io->node->display_name, SCSI_IOFMT_ARGS(io), ##__VA_ARGS__)
59 #define scsi_io_trace(io, fmt, ...) \ argument
61 if (OCS_LOG_ENABLE_SCSI_TRACE(io->ocs)) \
62 scsi_io_printf(io, fmt, ##__VA_ARGS__); \
71 static int32_t ocs_target_send_bls_resp(ocs_io_t *io, ocs_scsi_io_cb_t cb, void *arg);
75 static void ocs_scsi_io_free_ovfl(ocs_io_t *io);
78 static ocs_scsi_io_status_e ocs_scsi_dif_check_unknown(ocs_io_t *io, uint32_t length, uint32_t chec…
85 static int32_t ocs_scsi_io_dispatch_hw_io(ocs_io_t *io, ocs_hw_io_t *hio);
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h19 static void enumeration(IO &io, TypeTestResolution::Kind &value) {
20 io.enumCase(value, "Unknown", TypeTestResolution::Unknown);
21 io.enumCase(value, "Unsat", TypeTestResolution::Unsat);
22 io.enumCase(value, "ByteArray", TypeTestResolution::ByteArray);
23 io.enumCase(value, "Inline", TypeTestResolution::Inline);
24 io.enumCase(value, "Single", TypeTestResolution::Single);
25 io.enumCase(value, "AllOnes", TypeTestResolution::AllOnes);
30 static void mapping(IO &io, TypeTestResolutio
[all...]
/freebsd-src/sys/cam/ctl/
H A Dctl_util.c99 ctl_scsi_tur(union ctl_io *io, ctl_tag_type tag_type, uint8_t control) in ctl_scsi_tur() argument
104 ctl_scsi_zero_io(io); in ctl_scsi_tur()
106 io->io_hdr.io_type = CTL_IO_SCSI; in ctl_scsi_tur()
107 ctsio = &io->scsiio; in ctl_scsi_tur()
112 io->io_hdr.flags = CTL_FLAG_DATA_NONE; in ctl_scsi_tur()
123 ctl_scsi_inquiry(union ctl_io *io, uint8_t *data_ptr, int32_t data_len, in ctl_scsi_inquiry() argument
130 ctl_scsi_zero_io(io); in ctl_scsi_inquiry()
132 io->io_hdr.io_type = CTL_IO_SCSI; in ctl_scsi_inquiry()
133 ctsio = &io->scsiio; in ctl_scsi_inquiry()
141 io->io_hdr.io_type = CTL_IO_SCSI; in ctl_scsi_inquiry()
[all …]
/freebsd-src/sbin/pfctl/
H A Dpfctl_radix.c59 pfr_report_error(struct pfr_table *tbl, struct pfioc_table *io, in pfr_report_error() argument
70 if (io->pfrio_size > maxcount || io->pfrio_size2 > maxcount) in pfr_report_error()
79 struct pfioc_table io; in pfr_clr_tables() local
85 bzero(&io, sizeof io); in pfr_clr_tables()
86 io.pfrio_flags = flags; in pfr_clr_tables()
87 io.pfrio_buffer = tbl; in pfr_clr_tables()
88 io.pfrio_esize = sizeof(*tbl); in pfr_clr_tables()
89 io in pfr_clr_tables()
95 struct pfioc_table io; pfr_add_tables() local
118 struct pfioc_table io; pfr_del_tables() local
142 struct pfioc_table io; pfr_get_tables() local
167 struct pfioc_table io; pfr_get_tstats() local
191 struct pfioc_table io; pfr_clr_addrs() local
268 struct pfioc_table io; pfr_get_astats() local
292 struct pfioc_table io; pfr_clr_tstats() local
316 struct pfioc_table io; pfr_tst_addrs() local
341 struct pfioc_table io; pfr_ina_define() local
370 struct pfioc_iface io; pfi_get_ifaces() local
[all...]
/freebsd-src/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_io.c43 * Read exactly @p nbytes from @p io at @p offset.
45 * @param io NVRAM I/O context.
46 * @param offset The offset within @p io at which to perform the read.
47 * @param[out] buffer Output buffer to which @p nbytes from @p io will be
49 * @param nbytes The maximum number of bytes to be read from @p io.
52 * @retval EIO if an input error occurred reading @p io.
54 * of @p io.
55 * @retval EFAULT if @p io requires I/O request alignment and @p offset is
57 * @retval EFAULT if @p io requires I/O request alignment and @p nbytes is
61 bhnd_nvram_io_read(struct bhnd_nvram_io *io, size_t offset, void *buffer, in bhnd_nvram_io_read() argument
[all …]
/freebsd-src/sys/crypto/camellia/
H A Dcamellia.c943 camellia_encrypt128(const uint32_t *subkey, uint32_t *io) in camellia_encrypt128() argument
948 io[0] ^= SUBL(0); in camellia_encrypt128()
949 io[1] ^= SUBR(0); in camellia_encrypt128()
952 CAMELLIA_ROUNDSM(io[0],io[1], SUBL(2),SUBR(2), in camellia_encrypt128()
953 io[2],io[3],il,ir,t0,t1); in camellia_encrypt128()
954 CAMELLIA_ROUNDSM(io[2],io[3], SUBL(3),SUBR(3), in camellia_encrypt128()
955 io[0],io[1],il,ir,t0,t1); in camellia_encrypt128()
956 CAMELLIA_ROUNDSM(io[0],io[1], SUBL(4),SUBR(4), in camellia_encrypt128()
957 io[2],io[3],il,ir,t0,t1); in camellia_encrypt128()
958 CAMELLIA_ROUNDSM(io[2],io[3], SUBL(5),SUBR(5), in camellia_encrypt128()
[all …]
/freebsd-src/usr.sbin/sa/tests/
H A Dv2-i386-u.out1 0 0.001 cpu 0k mem 0 io accton
2 0 0.448 cpu 112k mem 0 io awk
3 0 0.001 cpu 0k mem 0 io time
4 0 6.680 cpu 110k mem 0 io egrep
5 0 0.001 cpu 0k mem 0 io time
6 0 0.248 cpu 108k mem 0 io find
7 0 0.001 cpu 0k mem 0 io time
8 0 0.001 cpu 0k mem 0 io sleep
9 0 0.001 cpu 0k mem 0 io time
10 0 0.025 cpu 103k mem 16 io dd
[all …]
H A Dv1-i386-u.out1 0 0.000 cpu 264k mem 0 io accton
2 0 0.453 cpu 41k mem 0 io awk
3 0 0.000 cpu 0k mem 0 io time
4 0 4.984 cpu 41k mem 28 io egrep
5 0 0.000 cpu 140k mem 0 io time
6 0 0.266 cpu 36k mem 3921 io find
7 0 0.000 cpu 0k mem 0 io time
8 0 0.000 cpu 0k mem 0 io sleep
9 0 0.000 cpu 0k mem 0 io time
10 0 0.016 cpu 25k mem 16 io dd
[all …]
H A Dv1-amd64-u.out1 0 0.000 cpu 0k mem 0 io accton
2 0 0.172 cpu 41k mem 0 io awk
3 0 0.000 cpu 140k mem 0 io time
4 0 3.031 cpu 45k mem 1 io egrep
5 0 0.000 cpu 0k mem 0 io time
6 0 0.250 cpu 42k mem 1087 io find
7 0 0.000 cpu 0k mem 0 io time
8 0 0.000 cpu 0k mem 0 io sleep
9 0 0.000 cpu 57k mem 0 io time
10 0 0.016 cpu 31k mem 16 io dd
[all …]
H A Dv2-amd64-u.out1 0 0.002 cpu 68k mem 0 io accton
2 0 0.163 cpu 35k mem 0 io awk
3 0 0.003 cpu 0k mem 0 io time
4 0 3.247 cpu 29k mem 26 io egrep
5 0 0.003 cpu 93k mem 0 io time
6 0 0.822 cpu 19k mem 4472 io find
7 0 0.003 cpu 0k mem 0 io time
8 0 0.002 cpu 0k mem 0 io sleep
9 0 0.004 cpu 88k mem 0 io time
10 0 0.076 cpu 18k mem 16 io dd
[all …]

12345678910>>...129