/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ObjectYAML.cpp | 36 if (IO.mapTag("!ELF")) { in mapping() 39 } else if (IO.mapTag("!COFF")) { in mapping() 42 } else if (IO.mapTag("!mach-o")) { in mapping() 45 } else if (IO.mapTag("!fat-mach-o")) { in mapping() 49 } else if (IO.mapTag("!minidump")) { in mapping() 52 } else if (IO.mapTag("!WASM")) { in mapping()
|
H A D | CodeViewYAMLDebugSections.cpp | 320 IO.mapTag("!FileChecksums", true); in map() 325 IO.mapTag("!Lines", true); in map() 335 IO.mapTag("!InlineeLines", true); in map() 341 IO.mapTag("!CrossModuleExports", true); in map() 346 IO.mapTag("!CrossModuleImports", true); in map() 351 IO.mapTag("!Symbols", true); in map() 356 IO.mapTag("!StringTable", true); in map() 361 IO.mapTag("!FrameData", true); in map() 366 IO.mapTag("!COFFSymbolRVAs", true); in map() 373 if (IO.mapTag("!FileChecksum in mapping() [all...] |
H A D | XCOFFYAML.cpp | 103 IO.mapTag("!XCOFF", true); in mapping()
|
H A D | MachOYAML.cpp | 104 IO.mapTag("!mach-o", true); in mapping() 142 IO.mapTag("!fat-mach-o", true); in mapping()
|
H A D | COFFYAML.cpp | 591 IO.mapTag("!COFF", true); in mapping()
|
H A D | MinidumpYAML.cpp | 455 IO.mapTag("!minidump", true); in mapping()
|
H A D | WasmYAML.cpp | 39 IO.mapTag("!WASM", true); in mapping()
|
H A D | ELFYAML.cpp | 1576 IO.mapTag("!ELF", true); in mapping()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
H A D | YAMLRemarkSerializer.cpp | 42 if (io.mapTag("!Passed", (Remark->RemarkType == Type::Passed))) in mapping() 44 else if (io.mapTag("!Missed", (Remark->RemarkType == Type::Missed))) in mapping() 46 else if (io.mapTag("!Analysis", (Remark->RemarkType == Type::Analysis))) in mapping() 48 else if (io.mapTag("!AnalysisFPCommute", in mapping() 51 else if (io.mapTag("!AnalysisAliasing", in mapping() 54 else if (io.mapTag("!Failure", (Remark->RemarkType == Type::Failure))) in mapping()
|
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/ |
H A D | MapField.cs | 641 private readonly uint mapTag;
field in Google.Protobuf.Collections.MapField.Codec 649 /// <param name="mapTag">The map tag to use to introduce each map entry.</param>
650 public Codec(FieldCodec<TKey> keyCodec, FieldCodec<TValue> valueCodec, uint mapTag)
in Codec() argument 654 this.mapTag = mapTag;
in Codec() 660 internal uint MapTag { get { return mapTag; } }
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
H A D | TextStub.cpp | 746 if (IO.mapTag("!tapi-tbd", false)) in setFileTypeForInput() 748 else if (IO.mapTag("!tapi-tbd-v3", false)) in setFileTypeForInput() 750 else if (IO.mapTag("!tapi-tbd-v2", false)) in setFileTypeForInput() 752 else if (IO.mapTag("!tapi-tbd-v1", false) || in setFileTypeForInput() 753 IO.mapTag("tag:yaml.org,2002:map", false)) in setFileTypeForInput() 788 IO.mapTag("!tapi-tbd-v3", true); in mapping() 791 IO.mapTag("!tapi-tbd-v2", true); in mapping() 1053 IO.mapTag("!tapi-tbd", true); in mapKeysToValuesV4()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/ELF/ |
H A D | TBEHandler.cpp | 132 if (!IO.mapTag("!tapi-tbe", true)) in mapping()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | YAMLTraits.cpp | 114 bool Input::mapTag(StringRef Tag, bool Default) { in mapTag() function in Input 452 bool Output::mapTag(StringRef Tag, bool Use) { in mapTag() function in Output
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | YAMLTraits.h | 529 virtual bool mapTag(StringRef Tag, bool Default=false) = 0; 1072 bool mapTag(StringRef, bool) override; 1213 bool mapTag(StringRef, bool) override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | YAMLTraits.h | 765 virtual bool mapTag(StringRef Tag, bool Default=false) = 0; in needsQuotes() 1407 bool mapTag(StringRef, bool) override; in needsQuotes() 1554 bool mapTag(StringRef, bool) override;
|