Home
last modified time | relevance | path

Searched refs:Doc (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A Dyaml2obj.cpp29 YIn >> Doc; in convertYAML()
35 if (Doc.Arch) in convertYAML()
37 if (Doc.Elf) in convertYAML()
39 if (Doc.Coff) in convertYAML()
41 if (Doc.Goff) in convertYAML()
43 if (Doc.MachO || Doc.FatMachO) in convertYAML()
45 if (Doc.Minidump) in convertYAML()
47 if (Doc.Offload) in convertYAML()
49 if (Doc.Wasm) in convertYAML()
51 if (Doc.Xcoff) in convertYAML()
[all …]
H A DOffloadEmitter.cpp21 bool yaml2offload(Binary &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2offload() argument
22 for (const auto &Member : Doc.Members) { in yaml2offload()
45 if (Doc.Version) in yaml2offload()
46 TheHeader->Version = *Doc.Version; in yaml2offload()
47 if (Doc.Size) in yaml2offload()
48 TheHeader->Size = *Doc.Size; in yaml2offload()
49 if (Doc.EntryOffset) in yaml2offload()
50 TheHeader->EntryOffset = *Doc.EntryOffset; in yaml2offload()
51 if (Doc.EntrySize) in yaml2offload()
52 TheHeader->EntrySize = *Doc.EntrySize; in yaml2offload()
H A DArchiveEmitter.cpp20 bool yaml2archive(ArchYAML::Archive &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2archive() argument
21 Out.write(Doc.Magic.data(), Doc.Magic.size()); in yaml2archive()
23 if (Doc.Content) { in yaml2archive()
24 Doc.Content->writeAsBinary(Out); in yaml2archive()
28 if (!Doc.Members) in yaml2archive()
37 for (const Archive::Child &C : *Doc.Members) { in yaml2archive()
H A DELFEmitter.cpp204 ELFYAML::Object &Doc; member in __anon39115ae20111::ELFState
357 Doc.Chunks.insert( in ELFState()
398 if (Doc.Symbols) { in ELFState()
404 if (Doc.DWARF) in ELFState()
445 Doc.Chunks.insert(Doc.Chunks.end() - 1, std::move(Sec)); in ELFState()
484 if (Doc.Header.EPhOff) in writeELFHeader()
498 if (Doc.Header.EPhNum) in writeELFHeader()
987 (IsStatic && Doc.Symbols) || (!IsStatic && Doc.DynamicSymbols); in initSymtabSectionHeader()
1106 if (Doc.DWARF && shouldEmitDWARF(*Doc.DWARF, Name)) { in initDWARFSectionHeader()
1925 if (Doc.Symbols) in buildSymbolIndexes()
[all …]
H A DGOFFEmitter.cpp184 GOFFState(raw_ostream &OS, GOFFYAML::Object &Doc, in GOFFState() argument
186 : GW(OS), Doc(Doc), ErrHandler(ErrHandler), HasError(false) {} in GOFFState()
193 static bool writeGOFF(raw_ostream &OS, GOFFYAML::Object &Doc,
198 GOFFYAML::Object &Doc; member in __anon25dc6ead0111::GOFFState
259 writeHeader(Doc.Header); in writeObject()
266 bool GOFFState::writeGOFF(raw_ostream &OS, GOFFYAML::Object &Doc, in writeGOFF() argument
268 GOFFState State(OS, Doc, ErrHandler); in writeGOFF()
276 bool yaml2goff(llvm::GOFFYAML::Object &Doc, raw_ostream &Out, in yaml2goff() argument
278 return GOFFState::writeGOFF(Out, Doc, ErrHandler); in yaml2goff()
H A DDXContainerEmitter.cpp283 bool yaml2dxcontainer(DXContainerYAML::Object &Doc, raw_ostream &Out, in yaml2dxcontainer() argument
285 DXContainerWriter Writer(Doc); in yaml2dxcontainer()
H A DCOFFEmitter.cpp624 bool yaml2coff(llvm::COFFYAML::Object &Doc, raw_ostream &Out, in yaml2coff() argument
626 COFFParser CP(Doc, ErrHandler); in yaml2coff()
H A DWasmEmitter.cpp688 bool yaml2wasm(WasmYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2wasm() argument
689 WasmWriter Writer(Doc, EH); in yaml2wasm()
H A DMachOEmitter.cpp747 bool yaml2macho(YamlObjectFile &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2macho() argument
748 UniversalWriter Writer(Doc); in yaml2macho()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A Dyaml2obj.h69 bool yaml2archive(ArchYAML::Archive &Doc, raw_ostream &Out, ErrorHandler EH);
70 bool yaml2coff(COFFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH);
71 bool yaml2goff(GOFFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH);
72 bool yaml2elf(ELFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH,
74 bool yaml2macho(YamlObjectFile &Doc, raw_ostream &Out, ErrorHandler EH);
75 bool yaml2minidump(MinidumpYAML::Object &Doc, raw_ostream &Out,
77 bool yaml2offload(OffloadYAML::Binary &Doc, raw_ostream &Out, ErrorHandler EH);
78 bool yaml2wasm(WasmYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH);
79 bool yaml2xcoff(XCOFFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH);
80 bool yaml2dxcontainer(DXContainerYAML::Object &Doc, raw_ostream &Out,
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangSyntaxEmitter.cpp177 static void printDoc(llvm::StringRef Doc, llvm::raw_ostream &OS) { in printDoc() argument
178 Doc = Doc.rtrim(); in printDoc()
180 while (Line.trim().empty() && !Doc.empty()) in printDoc()
181 std::tie(Line, Doc) = Doc.split('\n'); in printDoc()
183 for (; !Line.empty() || !Doc.empty(); std::tie(Line, Doc) = Doc.split('\n')) { in printDoc()
H A DClangOptionDocEmitter.cpp388 void emitDocumentation(int Depth, const Documentation &Doc,
406 void emitDocumentation(int Depth, const Documentation &Doc, in emitDocumentation() argument
408 for (auto &O : Doc.Options) in emitDocumentation()
410 for (auto &G : Doc.Groups) in emitDocumentation()
H A DClangAttrEmitter.cpp4998 OS << Doc.Heading << "\n" << std::string(Doc.Heading.length(), '-') << "\n"; in WriteDocumentation()
5015 for (StringRef Spelling : Doc.SupportedSpellings[K]) { in WriteDocumentation()
5026 *Doc.Attribute)) in WriteDocumentation()
5032 if (!Doc.Documentation->isValueUnset("Deprecated")) { in WriteDocumentation()
5043 const StringRef ContentStr = Doc.Documentation->getValueAsString("Content"); in WriteDocumentation()
5075 const Record &Doc = *D; in EmitClangAttrDocs() local
5076 const Record *Category = Doc.getValueAsDef("Category"); in EmitClangAttrDocs()
5083 PrintFatalError(Doc.getLoc(), in EmitClangAttrDocs()
5089 Doc, Attr, GetAttributeHeadingAndSpellings(Doc, Attr, Cat))); in EmitClangAttrDocs()
5105 for (const auto &Doc : I.second) in EmitClangAttrDocs() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h181 std::unique_ptr<Document> &Doc;
602 return Doc == Other.Doc;
609 assert(Doc && "incrementing iterator past the end.");
610 if (!(*Doc)->skip()) {
611 Doc->reset(nullptr);
613 Stream &S = (*Doc)->stream;
614 Doc->reset(new Document(S));
619 Document &operator*() { return **Doc; }
621 std::unique_ptr<Document> &operator->() { return *Doc; }
624 bool isAtEnd() const { return !Doc || !*Doc; } in isAtEnd()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp115 for (auto Doc : Library->documents()) in inlineLibrary() local
116 AddFwk(std::move(Doc)); in inlineLibrary()
226 for (auto &Doc : Documents) { in remove() local
273 for (auto &Doc : Documents) { in remove() local
276 if (Doc->getArchitectures() == Arch) in remove()
281 if (!Doc->getArchitectures().has(Arch)) { in remove()
282 auto NewDoc = Doc; in remove()
287 auto Result = Doc->remove(Arch); in remove()
339 for (auto &Doc : Documents) { in extract() local
341 if (!Doc->getArchitectures().has(Arch)) in extract()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DReplacementsYaml.h64 clang::tooling::TranslationUnitReplacements &Doc) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
65 Io.mapRequired("MainSourceFile", Doc.MainSourceFile); in LLVM_YAML_IS_SEQUENCE_VECTOR()
66 Io.mapRequired("Replacements", Doc.Replacements); in LLVM_YAML_IS_SEQUENCE_VECTOR()
H A DDiagnosticsYaml.h98 static void mapping(IO &Io, clang::tooling::TranslationUnitDiagnostics &Doc) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
99 Io.mapRequired("MainSourceFile", Doc.MainSourceFile); in LLVM_YAML_IS_SEQUENCE_VECTOR()
100 Io.mapRequired("Diagnostics", Doc.Diagnostics); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp55 static void mapping(IO &Io, NormalizedAtomicChange &Doc) { in mapping()
56 Io.mapRequired("Key", Doc.Key); in mapping()
57 Io.mapRequired("FilePath", Doc.FilePath); in mapping()
58 Io.mapRequired("Error", Doc.Error); in mapping()
59 Io.mapRequired("InsertedHeaders", Doc.InsertedHeaders); in mapping()
60 Io.mapRequired("RemovedHeaders", Doc.RemovedHeaders); in mapping()
61 Io.mapRequired("Replacements", Doc.Replaces); in mapping()
68 static void mapping(IO &Io, clang::tooling::AtomicChange &Doc) { in mapping()
70 Keys(Io, Doc); in mapping()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDXILEmitter.cpp37 StringRef Doc; // the documentation description of this parameter member
51 StringRef Doc; // the documentation description of this instruction member
89 Doc = R->getValueAsString("doc"); in DXILOperationData()
111 Doc = R->getValueAsString("doc"); in DXILParam()
153 OS << DXILOp.Name << " = " << DXILOp.DXILOpID << ", // " << DXILOp.Doc in emitDXILOpEnum()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp1952 for (Document &Doc : *this) in skip()
1953 Doc.skip(); in skip()
1958 : Doc(D), TypeID(Type), Anchor(A), Tag(T) { in Node()
1978 Doc->getTagMap().find(TagHandle); in getVerbatimTag()
1979 if (It != Doc->getTagMap().end()) in getVerbatimTag()
2009 return Doc->peekNext(); in peekNext()
2013 return Doc->getNext(); in getNext()
2017 return Doc->parseBlockNode(); in parseBlockNode()
2021 return Doc->NodeAllocator; in getAllocator()
2025 Doc->setError(Msg, Tok); in setError()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSarif.cpp418 json::Object Doc{ in createDocument() local
423 Doc["runs"] = json::Array(Runs); in createDocument()
424 return Doc; in createDocument()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h32 Document *Doc; member
80 Document *getDocument() const { return KindAndDoc->Doc; } in getDocument()
/freebsd/share/doc/psd/01.cacm/
H A Dref.bib91 %R Doc. 30.10.10, Project \*sGENIE\*n
/freebsd/contrib/llvm-project/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp616 for (auto &Doc : MergedDocs) in ~WindowsManifestMergerImpl() local
617 xmlFreeDoc(Doc); in ~WindowsManifestMergerImpl()
/freebsd/share/misc/
H A Dorganization.dot29 doccommitters [label="Doc/www Committers\ndoc-committers@FreeBSD.org"]

12