Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp85 IO &IO, MachOYAML::FileHeader &FileHdr) { in mapping() argument
128 IO &IO, MachOYAML::FatHeader &FatHeader) { in mapping() argument
182 IO &IO, MachOYAML::BindOpcode &BindOpcode) { in mapping() argument
203 IO &IO, MachOYAML::NListEntry &NListEntry) { in mapping() argument
318 IO &IO, MachOYAML::Relocation &Relocation) { in mapping() argument
356 IO &IO, MachO::build_tool_version &tool) { in mapping() argument
369 IO &IO, MachO::dylib_command &LoadCommand) { in mapping() argument
458 IO &IO, MachO::load_command &LoadCommand) {} in mapping() argument
492 IO &IO, MachO::rpath_command &LoadCommand) { in mapping() argument
601 IO &IO, MachO::uuid_command &LoadCommand) { in mapping() argument
[all …]
H A DWasmYAML.cpp32 IO &IO, WasmYAML::FileHeader &FileHdr) { in mapping() argument
280 IO &IO, WasmYAML::SectionType &Type) { in enumeration() argument
477 IO &IO, WasmYAML::InitFunction &Init) { in mapping() argument
483 IO &IO, WasmYAML::ComdatKind &Kind) { in enumeration() argument
545 IO &IO, WasmYAML::LimitFlags &Value) { in bitset() argument
579 IO &IO, WasmYAML::SymbolKind &Kind) { in enumeration() argument
591 IO &IO, WasmYAML::ValueType &Type) { in enumeration() argument
605 IO &IO, WasmYAML::ExportKind &Kind) { in enumeration() argument
616 IO &IO, WasmYAML::Opcode &Code) { in enumeration() argument
629 IO &IO, WasmYAML::TableType &Type) { in enumeration() argument
[all …]
H A DDWARFYAML.cpp114 IO &IO, DWARFYAML::AbbrevTable &AbbrevTable) { in mapping() argument
119 void MappingTraits<DWARFYAML::Abbrev>::mapping(IO &IO, in mapping() argument
128 IO &IO, DWARFYAML::AttributeAbbrev &AttAbbrev) { in mapping() argument
153 IO &IO, DWARFYAML::RangeEntry &Descriptor) { in mapping() argument
174 IO &IO, DWARFYAML::PubSection &Section) { in mapping() argument
201 IO &IO, DWARFYAML::FormValue &FormValue) { in mapping() argument
236 IO &IO, DWARFYAML::LineTable &LineTable) { in mapping() argument
255 IO &IO, DWARFYAML::SegAddrPair &SegAddrPair) { in mapping() argument
261 IO &IO, DWARFYAML::AddrTableEntry &AddrTable) { in mapping() argument
286 IO &IO, DWARFYAML::RnglistEntry &RnglistEntry) { in mapping() argument
[all …]
H A DCodeViewYAMLSymbols.cpp305 template <> void SymbolRecordImpl<Thunk32Sym>::map(IO &IO) { in map() argument
324 template <> void SymbolRecordImpl<SectionSym>::map(IO &IO) { in map() argument
341 template <> void SymbolRecordImpl<ExportSym>::map(IO &IO) { in map() argument
347 template <> void SymbolRecordImpl<ProcSym>::map(IO &IO) { in map() argument
392 template <> void SymbolRecordImpl<LocalSym>::map(IO &IO) { in map() argument
446 template <> void SymbolRecordImpl<BlockSym>::map(IO &IO) { in map() argument
455 template <> void SymbolRecordImpl<LabelSym>::map(IO &IO) { in map() argument
532 template <> void SymbolRecordImpl<CallerSym>::map(IO &IO) { in map() argument
536 template <> void SymbolRecordImpl<UDTSym>::map(IO &IO) { in map() argument
564 template <> void SymbolRecordImpl<DataSym>::map(IO &IO) { in map() argument
[all …]
H A DXCOFFYAML.cpp29 IO &IO, XCOFF::SectionTypeFlags &Value) { in bitset() argument
48 IO &IO, XCOFF::StorageClass &Value) { in enumeration() argument
104 IO &IO, XCOFF::StorageMappingClass &Value) { in enumeration() argument
131 IO &IO, XCOFFYAML::AuxSymbolType &Type) { in enumeration() argument
144 IO &IO, XCOFF::CFileStringType &Type) { in enumeration() argument
163 IO &IO, XCOFFYAML::FileHeader &FileHdr) { in mapping() argument
174 IO &IO, XCOFFYAML::AuxiliaryHeader &AuxHdr) { in mapping() argument
204 void MappingTraits<XCOFFYAML::Relocation>::mapping(IO &IO, in mapping() argument
212 void MappingTraits<XCOFFYAML::Section>::mapping(IO &IO, in mapping() argument
243 static void auxSymMapping(IO &IO, XCOFFYAML::FileAuxEnt &AuxSym) { in auxSymMapping() 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
190 IO &IO, ELFYAML::ELF_EM &Value) { in enumeration() argument
642 IO &IO, ELFYAML::ELF_SHT &Value) { in enumeration() argument
778 IO &IO, ELFYAML::ELF_SHN &Value) { in enumeration() argument
812 IO &IO, ELFYAML::ELF_STB &Value) { in enumeration() argument
823 IO &IO, ELFYAML::ELF_STT &Value) { in enumeration() argument
839 IO &IO, ELFYAML::ELF_RSS &Value) { in enumeration() argument
849 IO &IO, ELFYAML::ELF_REL &Value) { in enumeration() 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
320 IO &IO, WindowsRTClassKind &Value) { in enumeration() argument
332 void ScalarBitSetTraits<PointerOptions>::bitset(IO &IO, in bitset() argument
344 void ScalarBitSetTraits<ModifierOptions>::bitset(IO &IO, in bitset() argument
352 void ScalarBitSetTraits<FunctionOptions>::bitset(IO &IO, in bitset() argument
423 template <> void LeafRecordImpl<LabelRecord>::map(IO &IO) { in map() argument
447 template <> void LeafRecordImpl<ArrayRecord>::map(IO &IO) { in map() argument
454 void LeafRecordImpl<FieldListRecord>::map(IO &IO) { in map() argument
[all …]
H A DMinidumpYAML.cpp27 static inline void mapRequiredAs(yaml::IO &IO, const char *Key, in mapRequiredAs()
121 IO &IO, MemoryProtection &Protect) { in bitset() argument
140 IO &IO, ProcessorArchitecture &Arch) { in enumeration() argument
163 void yaml::MappingTraits<CPUInfo::ArmInfo>::mapping(IO &IO, in mapping() argument
200 IO &IO, CPUInfo::OtherInfo &Info) { in mapping() argument
235 void yaml::MappingTraits<CPUInfo::X86Info>::mapping(IO &IO, in mapping() argument
259 void yaml::MappingTraits<VSFixedFileInfo>::mapping(IO &IO, in mapping() argument
277 IO &IO, ModuleListStream::entry_type &M) { in mapping() argument
302 IO &IO, MemoryListStream::entry_type &Range) { in mapping() argument
360 IO &IO, ThreadListStream::entry_type &T) { in mapping() argument
[all …]
H A DCOFFYAML.cpp34 IO &IO, COFFYAML::COMDATType &Value) { in enumeration() argument
56 IO &IO, COFFYAML::AuxSymbolType &Value) { in enumeration() argument
61 IO &IO, COFF::MachineTypes &Value) { in enumeration() argument
91 IO &IO, COFF::SymbolBaseType &Value) { in enumeration() argument
111 IO &IO, COFF::SymbolStorageClass &Value) { in enumeration() argument
142 IO &IO, COFF::SymbolComplexType &Value) { in enumeration() argument
150 IO &IO, COFF::RelocationTypeI386 &Value) { in enumeration() argument
186 IO &IO, COFF::RelocationTypesARM &Value) { in enumeration() argument
229 IO &IO, COFF::WindowsSubsystem &Value) { in enumeration() argument
249 IO &IO, COFF::Characteristics &Value) { in bitset() argument
[all …]
H A DDXContainerYAML.cpp49 IO &IO, DXContainerYAML::VersionTuple &Version) { in mapping() argument
55 IO &IO, DXContainerYAML::FileHeader &Header) { in mapping() argument
64 IO &IO, DXContainerYAML::DXILProgram &Program) { in mapping() argument
76 IO &IO, DXContainerYAML::ShaderFlags &Flags) { in mapping() argument
82 IO &IO, DXContainerYAML::ShaderHash &Hash) { in mapping() argument
87 void MappingTraits<DXContainerYAML::Part>::mapping(IO &IO, in mapping() argument
97 IO &IO, DXContainerYAML::Object &Obj) { in mapping() argument
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.cpp295 IO &IO, SourceFileChecksumEntry &Obj) { in mapping() argument
319 void YAMLChecksumsSubsection::map(IO &IO) { in map() argument
324 void YAMLLinesSubsection::map(IO &IO) { in map() argument
334 void YAMLInlineeLinesSubsection::map(IO &IO) { in map() argument
340 void YAMLCrossModuleExportsSubsection::map(IO &IO) { in map() argument
345 void YAMLCrossModuleImportsSubsection::map(IO &IO) { in map() argument
350 void YAMLSymbolsSubsection::map(IO &IO) { in map() argument
355 void YAMLStringTableSubsection::map(IO &IO) { in map() argument
360 void YAMLFrameDataSubsection::map(IO &IO) { in map() argument
365 void YAMLCoffSymbolRVASubsection::map(IO &IO) { in map() argument
[all …]
H A DObjectYAML.cpp22 void MappingTraits<YamlObjectFile>::mapping(IO &IO, in mapping() argument
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Base/
H A DCommon.pm213 sub IO::Compress::Base::Validator::new subroutine
349 sub IO::Compress::Base::Validator::croakError subroutine
560 sub IO::Compress::Base::Parameters::new subroutine
571 sub IO::Compress::Base::Parameters::setError subroutine
582 sub IO::Compress::Base::Parameters::getError subroutine
588 sub IO::Compress::Base::Parameters::parse subroutine
776 sub IO::Compress::Base::Parameters::parsed subroutine
782 sub IO::Compress::Base::Parameters::getValue subroutine
786 sub IO::Compress::Base::Parameters::setValue subroutine
793 sub IO::Compress::Base::Parameters::valueRef subroutine
[all …]
/openbsd/gnu/llvm/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 …]
/openbsd/gnu/llvm/clang/utils/analyzer/
H A DSATestBuild.py197 def run_cleanup_script(directory: str, build_log_file: IO):
409 build_log_file: IO) -> Tuple[float, int]:
572 def _download_and_patch(self, directory: str, build_log_file: IO):
596 def _download(self, directory: str, build_log_file: IO):
611 def _download_from_git(self, directory: str, build_log_file: IO):
622 def _unpack_zip(self, directory: str, build_log_file: IO):
640 def _run_download_script(directory: str, build_log_file: IO):
646 def _apply_patch(self, directory: str, build_log_file: IO):
/openbsd/gnu/llvm/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()
133 void ScalarBitSetTraits<ArchitectureSet>::bitset(IO &IO, in bitset() argument
188 StringRef ScalarTraits<SwiftVersion>::input(StringRef Scalar, void *IO, in input()
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/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()
432 [](CodeViewRecordIO &IO, TypeIndex &N) { return IO.mapInteger(N); })); in visitKnownRecord()
481 [](CodeViewRecordIO &IO, StringRef &S) { return IO.mapStringZ(S); })); in visitKnownRecord()
/openbsd/gnu/usr.bin/perl/dist/IO/
H A DIO.pm3 package IO; package
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecordMapping.h40 CodeViewRecordIO IO; variable
/openbsd/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DObjectYAML.h27 class IO; variable
/openbsd/gnu/llvm/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

12