Searched refs:IO (Results 26 - 50 of 96) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DTextStub.cpp287 static void mapping(IO &IO, ExportSection &Section) { argument
288 const auto *Ctx = reinterpret_cast<TextAPIContext *>(IO.getContext());
292 IO.mapRequired("archs", Section.Architectures);
294 IO.mapOptional("allowed-clients", Section.AllowableClients);
296 IO.mapOptional("allowable-clients", Section.AllowableClients);
297 IO.mapOptional("re-exports", Section.ReexportedLibraries);
298 IO.mapOptional("symbols", Section.Symbols);
299 IO.mapOptional("objc-classes", Section.Classes);
301 IO
309 mapping(IO &IO, UndefinedSection &Section) argument
325 mapping(IO &IO, SymbolSection &Section) argument
337 mapping(IO &IO, UmbrellaSection &Section) argument
344 mapping(IO &IO, UUIDv4 &UUID) argument
352 mapping(IO &IO, MetadataSection &Section, MetadataSection::Option &OptionKind) argument
368 bitset(IO &IO, TBDFlags &Flags) argument
432 NormalizedTBD(IO &IO) argument
433 NormalizedTBD(IO &IO, const InterfaceFile *&File) argument
612 denormalize(IO &IO) argument
745 setFileTypeForInput(TextAPIContext *Ctx, IO &IO) argument
761 mapping(IO &IO, const InterfaceFile *&File) argument
803 NormalizedTBD_V4(IO &IO) argument
804 NormalizedTBD_V4(IO &IO, const InterfaceFile *&File) argument
907 denormalize(IO &IO) argument
1020 mapKeysToValues(FileType FileKind, IO &IO, const InterfaceFile *&File) argument
1050 mapKeysToValuesV4(IO &IO, const InterfaceFile *&File) argument
1079 size(IO &IO, std::vector<const MachO::InterfaceFile *> &Seq) argument
1083 element(IO &IO, std::vector<const InterfaceFile *> &Seq, size_t Index) argument
[all...]
H A DTextStubCommon.cpp34 IO &IO, ObjCConstraintType &Constraint) {
35 IO.enumCase(Constraint, "none", ObjCConstraintType::None);
36 IO.enumCase(Constraint, "retain_release", ObjCConstraintType::Retain_Release);
37 IO.enumCase(Constraint, "retain_release_for_simulator",
39 IO.enumCase(Constraint, "retain_release_or_gc",
41 IO.enumCase(Constraint, "gc", ObjCConstraintType::GC);
44 void ScalarTraits<PlatformSet>::output(const PlatformSet &Values, void *IO, argument
47 const auto *Ctx = reinterpret_cast<TextAPIContext *>(IO);
80 StringRef ScalarTraits<PlatformSet>::input(StringRef Scalar, void *IO, argument
33 enumeration( IO &IO, ObjCConstraintType &Constraint) argument
120 bitset(IO &IO, ArchitectureSet &Archs) argument
175 input(StringRef Scalar, void *IO, SwiftVersion &Value) argument
[all...]
H A DTextStubCommon.h41 static void enumeration(IO &, MachO::ObjCConstraintType &);
51 static void bitset(IO &, MachO::ArchitectureSet &);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp91 virtual void map(IO &IO) = 0;
109 void map(IO &IO) override;
123 void map(IO &IO) override;
139 void map(IO &IO) override;
155 void map(IO &IO) overrid
265 mapping(IO &IO, SourceLineEntry &Obj) argument
272 mapping(IO &IO, SourceColumnEntry &Obj) argument
277 mapping(IO &IO, SourceLineBlock &Obj) argument
283 mapping(IO &IO, CrossModuleExport &Obj) argument
288 mapping(IO &IO, YAMLCrossModuleImport &Obj) argument
294 mapping( IO &IO, SourceFileChecksumEntry &Obj) argument
301 mapping(IO &IO, InlineeSite &Obj) argument
308 mapping(IO &IO, YAMLFrameData &Obj) argument
319 map(IO &IO) argument
324 map(IO &IO) argument
334 map(IO &IO) argument
340 map(IO &IO) argument
345 map(IO &IO) argument
350 map(IO &IO) argument
355 map(IO &IO) argument
360 map(IO &IO) argument
365 map(IO &IO) argument
370 mapping( IO &IO, YAMLDebugSubsection &Subsection) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h533 static void enumeration(IO &IO, ELFYAML::ELF_ET &Value);
537 static void enumeration(IO &IO, ELFYAML::ELF_PT &Value);
542 static void enumeration(IO &IO, ELFYAML::ELF_EM &Value);
547 static void enumeration(IO &IO, ELFYAML::ELF_ELFCLASS &Value);
552 static void enumeration(IO &IO, ELFYAM
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DReplacementsYaml.h33 NormalizedReplacement(const IO &)
36 NormalizedReplacement(const IO &, const clang::tooling::Replacement &R)
46 clang::tooling::Replacement denormalize(const IO &) {
57 static void mapping(IO &Io, clang::tooling::Replacement &R) {
70 static void mapping(IO &Io,
H A DDiagnosticsYaml.h30 static void mapping(IO &Io, clang::tooling::DiagnosticMessage &M) {
56 NormalizedDiagnostic(const IO &)
59 NormalizedDiagnostic(const IO &, const clang::tooling::Diagnostic &D)
63 clang::tooling::Diagnostic denormalize(const IO &) {
76 static void mapping(IO &Io, clang::tooling::Diagnostic &D) {
90 static void mapping(IO &Io, clang::tooling::TranslationUnitDiagnostics &Doc) {
/freebsd-11-stable/contrib/sendmail/contrib/
H A DsocketmapClient.pl7 use IO::Socket;
17 $sock = new IO::Socket::INET (
23 $sock = new IO::Socket::UNIX (
H A DsocketmapServer.pl7 use IO::Socket;
14 $sock = new IO::Socket::INET (
23 $sock = new IO::Socket::UNIX (
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecordMapping.h24 : IO(Reader), Container(Container) {}
27 : IO(Writer), Container(Container) {}
40 CodeViewRecordIO IO; member in class:llvm::codeview::SymbolRecordMapping
H A DTypeRecordMapping.h25 explicit TypeRecordMapping(BinaryStreamReader &Reader) : IO(Reader) {}
26 explicit TypeRecordMapping(BinaryStreamWriter &Writer) : IO(Writer) {}
27 explicit TypeRecordMapping(CodeViewRecordStreamer &Streamer) : IO(Streamer) {}
49 CodeViewRecordIO IO; member in class:llvm::codeview::TypeRecordMapping
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dget.ipv4remote.pl40 use IO::Socket;
86 my $socket = IO::Socket::INET->new(
H A Dget.ipv6remote.pl40 use IO::Socket;
H A Dtst.ipv4localtcp.ksh81 use IO::Socket;
82 my \$s = IO::Socket::INET->new(
H A Dtst.ipv4remotetcp.ksh71 use IO::Socket;
72 my \$s = IO::Socket::INET->new(
/freebsd-11-stable/tools/tools/ansify/
H A Dansify.pl125 ansify(*IN{IO}, *OUT{IO}, $fn);
160 ansify(*STDIN{IO}, *STDOUT{IO}, "(stdin)");
/freebsd-11-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp53 static void mapping(IO &IO, UnsavedFileHash &Info) { argument
54 IO.mapRequired("name", Info.Name);
55 IO.mapRequired("md5", Info.MD5);
60 static void mapping(IO &IO, ClangInvocationInfo &Info) { argument
61 IO.mapRequired("toolchain", Info.Toolchain);
62 IO.mapOptional("libclang.operation", Info.LibclangOperation);
63 IO.mapOptional("libclang.opts", Info.LibclangOptions);
64 IO
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h19 static void enumeration(IO &io, TypeTestResolution::Kind &value) {
29 static void mapping(IO &io, TypeTestResolution &res) {
41 static void enumeration(IO &io,
54 static void mapping(IO &io, WholeProgramDevirtResolution::ByArg &res) {
66 IO &io, StringRef Key,
82 IO &io,
97 static void enumeration(IO &io, WholeProgramDevirtResolution::Kind &value) {
106 static void mapping(IO &io, WholeProgramDevirtResolution &res) {
115 static void inputOne(IO &io, StringRef Key,
124 static void output(IO
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileYAML.cpp56 static size_t size(IO &io, std::vector<Section> &seq) {
59 static Section& element(IO &io, std::vector<Section> &seq, size_t index) {
68 static size_t size(IO &io, std::vector<Symbol> &seq) {
71 static Symbol& element(IO &io, std::vector<Symbol> &seq, size_t index) {
81 static size_t size(IO &io, Relocations &seq) {
84 static Relocation& element(IO &io, Relocations &seq, size_t index) {
94 static size_t size(IO &io, ContentBytes &seq) {
97 static Hex8& element(IO &io, ContentBytes &seq, size_t index) {
109 static size_t size(IO &io, IndirectSymbols &seq) {
112 static uint32_t& element(IO
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.cpp210 static void inputOne(IO &IO, StringRef Key, MapDocNode &M) { argument
213 IO.mapRequired(Key.str().c_str(), M.getMap()[KeyObj]);
216 static void output(IO &IO, MapDocNode &M) { argument
218 IO.mapRequired(I.first.toString().c_str(), I.second);
226 static size_t size(IO &IO, ArrayDocNode &A) { return A.size(); } argument
228 static DocNode &element(IO &IO, ArrayDocNod argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp50 using llvm::yaml::IO;
183 RefNameResolver(const lld::File *file, IO &io);
204 IO &_io;
286 static void enumeration(IO &io, lld::File::Kind &value) {
295 static void enumeration(IO &io, lld::Atom::Scope &value) {
303 static void enumeration(IO &io, lld::DefinedAtom::SectionChoice &value) {
312 static void enumeration(IO &io, lld::DefinedAtom::Interposable &value) {
320 static void enumeration(IO &io, lld::DefinedAtom::Merge &value) {
334 static void enumeration(IO &io, lld::DefinedAtom::DeadStripKind &value) {
342 static void enumeration(IO
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/
H A DReader.h24 class IO;
73 virtual bool handledDocTag(llvm::yaml::IO &io, const lld::File *&f) const = 0;
103 bool handleTaggedDoc(llvm::yaml::IO &io, const lld::File *&file) const;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h130 static void enumeration(yaml::IO &IO, argument
132 IO.enumCase(EntryKind, "block-address",
134 IO.enumCase(EntryKind, "gp-rel64-block-address",
136 IO.enumCase(EntryKind, "gp-rel32-block-address",
138 IO.enumCase(EntryKind, "label-difference32",
140 IO.enumCase(EntryKind, "inline", MachineJumpTableInfo::EK_Inline);
141 IO.enumCase(EntryKind, "custom32", MachineJumpTableInfo::EK_Custom32);
169 static void mapping(IO &YamlIO, VirtualRegisterDefinition &Reg) {
190 static void mapping(IO
237 enumeration(yaml::IO &IO, MachineStackObject::ObjectType &Type) argument
305 enumeration(yaml::IO &IO, FixedMachineStackObject::ObjectType &Type) argument
314 enumeration(yaml::IO &IO, TargetStackID::Value &ID) argument
[all...]
/freebsd-11-stable/bin/dd/
H A Dextern.h54 extern IO in, out;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DGDBRemote.h136 static void enumeration(IO &io, lldb_private::GDBRemotePacket::Type &value);
150 static void mapping(IO &io, lldb_private::GDBRemotePacket &Packet);
152 static StringRef validate(IO &io, lldb_private::GDBRemotePacket &);

Completed in 323 milliseconds

1234