Home
last modified time | relevance | path

Searched defs:IO (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp85 mapping(IO & IO,MachOYAML::FileHeader & FileHdr) mapping() argument
98 mapping(IO & IO,MachOYAML::Object & Object) mapping() argument
128 mapping(IO & IO,MachOYAML::FatHeader & FatHeader) mapping() argument
133 mapping(IO & IO,MachOYAML::FatArch & FatArch) mapping() argument
145 mapping(IO & IO,MachOYAML::UniversalBinary & UniversalBinary) mapping() argument
159 mapping(IO & IO,MachOYAML::LinkEditData & LinkEditData) mapping() argument
175 mapping(IO & IO,MachOYAML::RebaseOpcode & RebaseOpcode) mapping() argument
182 mapping(IO & IO,MachOYAML::BindOpcode & BindOpcode) mapping() argument
191 mapping(IO & IO,MachOYAML::ExportEntry & ExportEntry) mapping() argument
203 mapping(IO & IO,MachOYAML::NListEntry & NListEntry) mapping() argument
212 mapping(IO & IO,MachOYAML::DataInCodeEntry & DataInCodeEntry) mapping() argument
219 mapLoadCommandData(IO & IO,MachOYAML::LoadCommand & LoadCommand) mapLoadCommandData() argument
223 mapLoadCommandData(IO & IO,MachOYAML::LoadCommand & LoadCommand) mapLoadCommandData() argument
229 mapLoadCommandData(IO & IO,MachOYAML::LoadCommand & LoadCommand) mapLoadCommandData() argument
235 mapLoadCommandData(IO & IO,MachOYAML::LoadCommand & LoadCommand) mapLoadCommandData() argument
241 mapLoadCommandData(IO & IO,MachOYAML::LoadCommand & LoadCommand) mapLoadCommandData() argument
247 mapLoadCommandData(IO & IO,MachOYAML::LoadCommand & LoadCommand) mapLoadCommandData() argument
253 mapLoadCommandData(IO & IO,MachOYAML::LoadCommand & LoadCommand) mapLoadCommandData() argument
259 mapLoadCommandData(IO & IO,MachOYAML::LoadCommand & LoadCommand) mapLoadCommandData() argument
265 mapLoadCommandData(IO & IO,MachOYAML::LoadCommand & LoadCommand) mapLoadCommandData() argument
271 mapLoadCommandData(IO & IO,MachOYAML::LoadCommand & LoadCommand) mapLoadCommandData() argument
277 mapLoadCommandData(IO & IO,MachOYAML::LoadCommand & LoadCommand) mapLoadCommandData() argument
282 mapping(IO & IO,MachOYAML::LoadCommand & LoadCommand) mapping() argument
304 mapping(IO & IO,MachO::dyld_info_command & LoadCommand) mapping() argument
318 mapping(IO & IO,MachOYAML::Relocation & Relocation) mapping() argument
329 mapping(IO & IO,MachOYAML::Section & Section) mapping() argument
348 validate(IO & IO,MachOYAML::Section & Section) validate() argument
356 mapping(IO & IO,MachO::build_tool_version & tool) mapping() argument
361 mapping(IO & IO,MachO::dylib & DylibStruct) mapping() argument
369 mapping(IO & IO,MachO::dylib_command & LoadCommand) mapping() argument
374 mapping(IO & IO,MachO::dylinker_command & LoadCommand) mapping() argument
379 mapping(IO & IO,MachO::dysymtab_command & LoadCommand) mapping() argument
401 mapping(IO & IO,MachO::encryption_info_command & LoadCommand) mapping() argument
408 mapping(IO & IO,MachO::encryption_info_command_64 & LoadCommand) mapping() argument
416 mapping(IO & IO,MachO::entry_point_command & LoadCommand) mapping() argument
422 mapping(IO & IO,MachO::fvmfile_command & LoadCommand) mapping() argument
427 mapping(IO & IO,MachO::fvmlib & FVMLib) mapping() argument
434 mapping(IO & IO,MachO::fvmlib_command & LoadCommand) mapping() argument
439 mapping(IO & IO,MachO::ident_command & LoadCommand) mapping() argument
442 mapping(IO & IO,MachO::linkedit_data_command & LoadCommand) mapping() argument
448 mapping(IO & IO,MachO::linker_option_command & LoadCommand) mapping() argument
453 mapping(IO & IO,MachO::prebind_cksum_command & LoadCommand) mapping() argument
458 mapping(IO & IO,MachO::load_command & LoadCommand) mapping() argument
461 mapping(IO & IO,MachO::prebound_dylib_command & LoadCommand) mapping() argument
468 mapping(IO & IO,MachO::routines_command & LoadCommand) mapping() argument
480 mapping(IO & IO,MachO::routines_command_64 & LoadCommand) mapping() argument
492 mapping(IO & IO,MachO::rpath_command & LoadCommand) mapping() argument
496 mapping(IO & IO,MachO::section & Section) mapping() argument
510 mapping(IO & IO,MachO::section_64 & Section) mapping() argument
527 mapping(IO & IO,MachO::segment_command & LoadCommand) mapping() argument
540 mapping(IO & IO,MachO::segment_command_64 & LoadCommand) mapping() argument
553 mapping(IO & IO,MachO::source_version_command & LoadCommand) mapping() argument
558 mapping(IO & IO,MachO::sub_client_command & LoadCommand) mapping() argument
563 mapping(IO & IO,MachO::sub_framework_command & LoadCommand) mapping() argument
568 mapping(IO & IO,MachO::sub_library_command & LoadCommand) mapping() argument
573 mapping(IO & IO,MachO::sub_umbrella_command & LoadCommand) mapping() argument
578 mapping(IO & IO,MachO::symseg_command & LoadCommand) mapping() argument
584 mapping(IO & IO,MachO::symtab_command & LoadCommand) mapping() argument
592 mapping(IO & IO,MachO::thread_command & LoadCommand) mapping() argument
595 mapping(IO & IO,MachO::twolevel_hints_command & LoadCommand) mapping() argument
601 mapping(IO & IO,MachO::uuid_command & LoadCommand) mapping() argument
606 mapping(IO & IO,MachO::version_min_command & LoadCommand) mapping() argument
612 mapping(IO & IO,MachO::note_command & LoadCommand) mapping() argument
619 mapping(IO & IO,MachO::build_version_command & LoadCommand) mapping() argument
627 mapping(IO & IO,MachO::fileset_entry_command & LoadCommand) mapping() argument
[all...]
H A DWasmYAML.cpp33 IO &IO, WasmYAML::FileHeader &FileHdr) { in mapping() argument
37 void MappingTraits<WasmYAML::Object>::mapping(IO &IO, in mapping() argument
46 static void commonSectionMapping(IO &IO, WasmYAML::Section &Section) { in commonSectionMapping() argument
52 static void sectionMapping(IO &IO, WasmYAML::DylinkSection &Section) { in sectionMapping() argument
64 static void sectionMapping(IO &IO, WasmYAML::NameSection &Section) { in sectionMapping() argument
72 static void sectionMapping(IO &IO, WasmYAML::LinkingSection &Section) { in sectionMapping() argument
82 static void sectionMapping(IO &IO, WasmYAML::ProducersSection &Section) { in sectionMapping() argument
90 static void sectionMapping(IO &IO, WasmYAML::TargetFeaturesSection &Section) { in sectionMapping() argument
96 static void sectionMapping(IO &IO, WasmYAML::CustomSection &Section) { in sectionMapping() argument
102 static void sectionMapping(IO &IO, WasmYAML::TypeSection &Section) { in sectionMapping() argument
[all …]
H A DDWARFYAML.cpp91 void MappingTraits<DWARFYAML::Data>::mapping(IO &IO, DWARFYAML::Data &DWARF) { in mapping() argument
115 IO &IO, DWARFYAML::AbbrevTable &AbbrevTable) { in mapping() argument
120 void MappingTraits<DWARFYAML::Abbrev>::mapping(IO &IO, in mapping() argument
128 void MappingTraits<DWARFYAML::IdxForm>::mapping(IO &IO, in mapping() argument
135 IO &IO, DWARFYAML::DebugNameAbbreviation &DebugNameAbbreviation) { in mapping() argument
142 IO &IO, DWARFYAML::DebugNameEntry &DebugNameEntry) { in mapping() argument
149 IO &IO, DWARFYAML::DebugNamesSection &DebugNames) { in mapping() argument
155 IO &IO, DWARFYAML::AttributeAbbrev &AttAbbrev) { in mapping() argument
163 IO &IO, DWARFYAML::ARangeDescriptor &Descriptor) { in mapping() argument
168 void MappingTraits<DWARFYAML::ARange>::mapping(IO &IO, in mapping() argument
[all …]
H A DXCOFFYAML.cpp29 IO &IO, XCOFF::SectionTypeFlags &Value) { in bitset() argument
48 IO &IO, XCOFF::DwarfSectionSubtypeFlags &Value) { in enumeration() argument
66 IO &IO, XCOFF::StorageClass &Value) { in enumeration() argument
122 IO &IO, XCOFF::StorageMappingClass &Value) { in enumeration() argument
149 IO &IO, XCOFF::SymbolType &Value) { in enumeration() argument
160 IO &IO, XCOFFYAML::AuxSymbolType &Type) { in enumeration() argument
173 IO &IO, XCOFF::CFileStringType &Type) { in enumeration() argument
192 IO &IO, XCOFFYAML::FileHeader &FileHdr) { in mapping() argument
203 IO &IO, XCOFFYAML::AuxiliaryHeader &AuxHdr) { in mapping() argument
233 void MappingTraits<XCOFFYAML::Relocation>::mapping(IO &IO, in mapping() argument
[all …]
H A DCodeViewYAMLSymbols.cpp300 template <> void SymbolRecordImpl<ScopeEndSym>::map(IO &IO) {} in map() argument
316 template <> void SymbolRecordImpl<Thunk32Sym>::map(IO &IO) { in map() argument
326 template <> void SymbolRecordImpl<TrampolineSym>::map(IO &IO) { in map() argument
335 template <> void SymbolRecordImpl<SectionSym>::map(IO &IO) { in map() argument
344 template <> void SymbolRecordImpl<CoffGroupSym>::map(IO &IO) { in map() argument
352 template <> void SymbolRecordImpl<ExportSym>::map(IO &IO) { in map() argument
358 template <> void SymbolRecordImpl<ProcSym>::map(IO &IO) { in map() argument
372 template <> void SymbolRecordImpl<RegisterSym>::map(IO &IO) { in map() argument
378 template <> void SymbolRecordImpl<PublicSym32>::map(IO &IO) { in map() argument
385 template <> void SymbolRecordImpl<ProcRefSym>::map(IO &IO) { in map() argument
[all …]
H A DELFYAML.cpp47 IO &IO, ELFYAML::ELF_ET &Value) { in enumeration() argument
59 IO &IO, ELFYAML::ELF_PT &Value) { in enumeration() argument
78 IO &IO, ELFYAML::ELF_NT &Value) { in enumeration() argument
194 IO &IO, ELFYAML::ELF_EM &Value) { in enumeration() argument
364 IO &IO, ELFYAML::ELF_ELFCLASS &Value) { in enumeration() argument
374 IO &IO, ELFYAML::ELF_ELFDATA &Value) { in enumeration() argument
385 IO &IO, ELFYAML::ELF_ELFOSABI &Value) { in enumeration() argument
417 void ScalarBitSetTraits<ELFYAML::ELF_EF>::bitset(IO &IO, in bitset() argument
668 IO &IO, ELFYAML::ELF_SHT &Value) { in enumeration() argument
752 void ScalarBitSetTraits<ELFYAML::ELF_PF>::bitset(IO &IO, in bitset() argument
[all …]
H A DCodeViewYAMLTypes.cpp206 IO &IO, PointerToMemberRepresentation &Value) { in enumeration() argument
226 IO &IO, VFTableSlotKind &Kind) { in enumeration() argument
237 IO &IO, CallingConvention &Value) { in enumeration() argument
265 void ScalarEnumerationTraits<PointerKind>::enumeration(IO &IO, in enumeration() argument
283 void ScalarEnumerationTraits<PointerMode>::enumeration(IO &IO, in enumeration() argument
293 void ScalarEnumerationTraits<HfaKind>::enumeration(IO &IO, HfaKind &Value) { in enumeration() argument
300 void ScalarEnumerationTraits<MemberAccess>::enumeration(IO &IO, in enumeration() argument
308 void ScalarEnumerationTraits<MethodKind>::enumeration(IO &IO, in enumeration() argument
321 IO &IO, WindowsRTClassKind &Value) { in enumeration() argument
328 void ScalarEnumerationTraits<LabelType>::enumeration(IO &IO, LabelType &Value) { in enumeration() argument
[all …]
H A DDXContainerYAML.cpp90 IO &IO, DXContainerYAML::VersionTuple &Version) { in mapping() argument
96 IO &IO, DXContainerYAML::FileHeader &Header) { in mapping() argument
105 IO &IO, DXContainerYAML::DXILProgram &Program) { in mapping() argument
117 IO &IO, DXContainerYAML::ShaderFeatureFlags &Flags) { in mapping() argument
124 IO &IO, DXContainerYAML::ShaderHash &Hash) { in mapping() argument
130 IO &IO, DXContainerYAML::PSVInfo &PSV) { in mapping() argument
174 IO &IO, DXContainerYAML::SignatureParameter &S) { in mapping() argument
187 IO &IO, DXContainerYAML::Signature &S) { in mapping() argument
191 void MappingTraits<DXContainerYAML::Part>::mapping(IO &IO, in mapping() argument
203 IO &IO, DXContainerYAML::Object &Obj) { in mapping() argument
[all …]
H A DMinidumpYAML.cpp20 static inline void mapOptional(yaml::IO &IO, const char *Key, EndianType &Val, in mapOptional()
27 static inline void mapRequiredAs(yaml::IO &IO, const char *Key, in mapRequiredAs()
37 static inline void mapOptionalAs(yaml::IO &IO, const char *Key, EndianType &Val, in mapOptionalAs()
54 static inline void mapRequiredHex(yaml::IO &IO, const char *Key, in mapRequiredHex()
62 static inline void mapOptionalHex(yaml::IO &IO, const char *Key, in mapOptionalHex()
121 IO &IO, MemoryProtection &Protect) { in bitset() argument
127 void yaml::ScalarBitSetTraits<MemoryState>::bitset(IO &IO, MemoryState &State) { in bitset() argument
133 void yaml::ScalarBitSetTraits<MemoryType>::bitset(IO &IO, MemoryType &Type) { in bitset() argument
140 IO &IO, ProcessorArchitecture &Arch) { in enumeration() argument
147 void yaml::ScalarEnumerationTraits<OSPlatform>::enumeration(IO &IO, in enumeration() argument
[all …]
H A DCOFFYAML.cpp34 IO &IO, COFFYAML::COMDATType &Value) { in enumeration() argument
47 IO &IO, COFFYAML::WeakExternalCharacteristics &Value) { in enumeration() argument
56 IO &IO, COFFYAML::AuxSymbolType &Value) { in enumeration() argument
61 IO &IO, COFF::MachineTypes &Value) { in enumeration() argument
92 IO &IO, COFF::SymbolBaseType &Value) { in enumeration() argument
112 IO &IO, COFF::SymbolStorageClass &Value) { in enumeration() argument
143 IO &IO, COFF::SymbolComplexType &Value) { in enumeration() argument
151 IO &IO, COFF::RelocationTypeI386 &Value) { in enumeration() argument
166 IO &IO, COFF::RelocationTypeAMD64 &Value) { in enumeration() argument
187 IO &IO, COFF::RelocationTypesARM &Value) { in enumeration() argument
[all …]
H A DOffloadYAML.cpp21 IO &IO, object::ImageKind &Value) { in enumeration() argument
35 IO &IO, object::OffloadKind &Value) { in enumeration() argument
46 void MappingTraits<OffloadYAML::Binary>::mapping(IO &IO, in mapping() argument
60 IO &IO, OffloadYAML::Binary::StringEntry &SE) { in mapping() argument
67 IO &IO, OffloadYAML::Binary::Member &M) { in mapping() argument
H A DArchiveYAML.cpp19 void MappingTraits<ArchYAML::Archive>::mapping(IO &IO, ArchYAML::Archive &A) { in mapping() argument
29 std::string MappingTraits<ArchYAML::Archive>::validate(IO &, in validate() argument
37 IO &IO, ArchYAML::Archive::Child &E) { in mapping() argument
46 MappingTraits<ArchYAML::Archive::Child>::validate(IO &, in validate() argument
H A DCodeViewYAMLDebugSections.cpp265 mapping(IO & IO,SourceLineEntry & Obj) mapping() argument
272 mapping(IO & IO,SourceColumnEntry & Obj) mapping() argument
277 mapping(IO & IO,SourceLineBlock & Obj) mapping() argument
283 mapping(IO & IO,CrossModuleExport & Obj) mapping() argument
288 mapping(IO & IO,YAMLCrossModuleImport & Obj) mapping() argument
295 mapping(IO & IO,SourceFileChecksumEntry & Obj) mapping() argument
301 mapping(IO & IO,InlineeSite & Obj) mapping() argument
308 mapping(IO & IO,YAMLFrameData & Obj) mapping() argument
319 map(IO & IO) map() argument
324 map(IO & IO) map() argument
334 map(IO & IO) map() argument
340 map(IO & IO) map() argument
345 map(IO & IO) map() argument
350 map(IO & IO) map() argument
355 map(IO & IO) map() argument
360 map(IO & IO) map() argument
365 map(IO & IO) map() argument
371 mapping(IO & IO,YAMLDebugSubsection & Subsection) mapping() argument
[all...]
H A DObjectYAML.cpp22 void MappingTraits<YamlObjectFile>::mapping(IO &IO, in mapping() argument
[all...]
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPdbYaml.cpp104 void MappingTraits<PdbObject>::mapping(IO &IO, PdbObject &Obj) { in mapping() argument
116 void MappingTraits<MSFHeaders>::mapping(IO &IO, MSFHeaders &Obj) { in mapping() argument
124 void MappingTraits<msf::SuperBlock>::mapping(IO &IO, msf::SuperBlock &SB) { in mapping() argument
138 void MappingTraits<StreamBlockList>::mapping(IO &IO, StreamBlockList &SB) { in mapping() argument
142 void MappingTraits<PdbInfoStream>::mapping(IO &IO, PdbInfoStream &Obj) { in mapping() argument
150 void MappingTraits<PdbDbiStream>::mapping(IO &IO, PdbDbiStream &Obj) { in mapping() argument
161 void MappingTraits<PdbTpiStream>::mapping(IO &IO, in mapping() argument
168 IO &IO, pdb::yaml::PdbPublicsStream &Obj) { in mapping() argument
172 void MappingTraits<NamedStreamMapping>::mapping(IO &IO, in mapping() argument
178 void MappingTraits<PdbModiStream>::mapping(IO &IO, PdbModiStream &Obj) { in mapping() argument
[all …]
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DIncludeStyle.cpp17 IO &IO, IncludeStyle::IncludeCategory &Category) { in mapping() argument
25 IO &IO, IncludeStyle::IncludeBlocksStyle &Value) { in enumeration() argument
32 enumeration(IO &IO, IncludeStyle::MainIncludeCharDiscriminator &Value) { in enumeration() argument
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubCommon.cpp35 IO &IO, ObjCConstraintType &Constraint) { in enumeration() argument
45 void ScalarTraits<PlatformSet>::output(const PlatformSet &Values, void *IO, in output()
93 StringRef ScalarTraits<PlatformSet>::input(StringRef Scalar, void *IO, in input()
134 void ScalarBitSetTraits<ArchitectureSet>::bitset(IO &IO, in bitset() argument
189 StringRef ScalarTraits<SwiftVersion>::input(StringRef Scalar, void *IO, in input()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp67 static std::string getFlagNames(CodeViewRecordIO &IO, T Value, in getFlagNames()
104 static StringRef getEnumName(CodeViewRecordIO &IO, T Value, in getEnumName()
119 static std::string getMemberAttributes(CodeViewRecordIO &IO, in getMemberAttributes()
180 static Error mapNameAndUniqueName(CodeViewRecordIO &IO, StringRef &Name, in mapNameAndUniqueName()
361 [](CodeViewRecordIO &IO, TypeIndex &N) { in visitKnownRecord()
372 [](CodeViewRecordIO &IO, TypeIndex &N) { in visitKnownRecord()
537 [](CodeViewRecordIO &IO, StringRef &S) { in visitKnownRecord()
592 [](CodeViewRecordIO &IO, TypeIndex &N) { in visitKnownRecord()
H A DSymbolRecordMapping.cpp28 static Error mapLocalVariableAddrRange(CodeViewRecordIO &IO, in mapLocalVariableAddrRange() argument
432 __anon00aee1980202(CodeViewRecordIO &IO, TypeIndex &N) visitKnownRecord() argument
481 __anon00aee1980302(CodeViewRecordIO &IO, StringRef &S) visitKnownRecord() argument
[all...]
H A DLazyRandomTypeCollection.cpp175 return Value < IO.Type; in visitRangeForType() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecordMapping.h40 CodeViewRecordIO IO; variable
H A DTypeRecordMapping.h52 CodeViewRecordIO IO; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DObjectYAML.h27 class IO; global() variable
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingWriter.c94 ProfDataIOVec IO[] = {{Data, sizeof(uint8_t), Size, 0}}; in lprofBufferIOWrite() local
112 ProfDataIOVec IO[] = { in lprofBufferIOFlush() local
/freebsd/bin/dd/
H A Ddd.h56 } IO; typedef

12