Searched refs:mapTag (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DObjectYAML.cpp36 if (IO.mapTag("!ELF")) {
39 } else if (IO.mapTag("!COFF")) {
42 } else if (IO.mapTag("!mach-o")) {
45 } else if (IO.mapTag("!fat-mach-o")) {
49 } else if (IO.mapTag("!minidump")) {
52 } else if (IO.mapTag("!WASM")) {
H A DCodeViewYAMLDebugSections.cpp320 IO.mapTag("!FileChecksums", true);
325 IO.mapTag("!Lines", true);
335 IO.mapTag("!InlineeLines", true);
341 IO.mapTag("!CrossModuleExports", true);
346 IO.mapTag("!CrossModuleImports", true);
351 IO.mapTag("!Symbols", true);
356 IO.mapTag("!StringTable", true);
361 IO.mapTag("!FrameData", true);
366 IO.mapTag("!COFFSymbolRVAs", true);
373 if (IO.mapTag("!FileChecksum
[all...]
H A DXCOFFYAML.cpp103 IO.mapTag("!XCOFF", true);
H A DMachOYAML.cpp104 IO.mapTag("!mach-o", true);
142 IO.mapTag("!fat-mach-o", true);
H A DCOFFYAML.cpp591 IO.mapTag("!COFF", true);
H A DMinidumpYAML.cpp455 IO.mapTag("!minidump", true);
H A DWasmYAML.cpp39 IO.mapTag("!WASM", true);
H A DELFYAML.cpp1576 IO.mapTag("!ELF", true);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp42 if (io.mapTag("!Passed", (Remark->RemarkType == Type::Passed)))
44 else if (io.mapTag("!Missed", (Remark->RemarkType == Type::Missed)))
46 else if (io.mapTag("!Analysis", (Remark->RemarkType == Type::Analysis)))
48 else if (io.mapTag("!AnalysisFPCommute",
51 else if (io.mapTag("!AnalysisAliasing",
54 else if (io.mapTag("!Failure", (Remark->RemarkType == Type::Failure)))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TextAPI/ELF/
H A DTBEHandler.cpp132 if (!IO.mapTag("!tapi-tbe", true))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DTextStub.cpp746 if (IO.mapTag("!tapi-tbd", false))
748 else if (IO.mapTag("!tapi-tbd-v3", false))
750 else if (IO.mapTag("!tapi-tbd-v2", false))
752 else if (IO.mapTag("!tapi-tbd-v1", false) ||
753 IO.mapTag("tag:yaml.org,2002:map", false))
788 IO.mapTag("!tapi-tbd-v3", true);
791 IO.mapTag("!tapi-tbd-v2", true);
1053 IO.mapTag("!tapi-tbd", true);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp114 bool Input::mapTag(StringRef Tag, bool Default) { function in class:Input
452 bool Output::mapTag(StringRef Tag, bool Use) { function in class:Output
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp700 if (io.mapTag("!native", true) || io.mapTag("tag:yaml.org,2002:map"))
1330 if (io.mapTag("!native")) {
1341 if (io.mapTag("!archive")) {
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileYAML.cpp758 if (!io.mapTag("!mach-o"))
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h765 virtual bool mapTag(StringRef Tag, bool Default=false) = 0;
1407 bool mapTag(StringRef, bool) override;
1554 bool mapTag(StringRef, bool) override;

Completed in 118 milliseconds