Home
last modified time | relevance | path

Searched defs:Doc (Results 1 – 20 of 20) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DArchiveEmitter.cpp20 bool yaml2archive(ArchYAML::Archive &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2archive()
H A DOffloadEmitter.cpp21 bool yaml2offload(Binary &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2offload()
H A Dyaml2obj.cpp28 yaml::YamlObjectFile Doc; in convertYAML() local
H A DDXContainerEmitter.cpp218 bool yaml2dxcontainer(DXContainerYAML::Object &Doc, raw_ostream &Out, in yaml2dxcontainer()
H A DXCOFFEmitter.cpp779 bool yaml2xcoff(XCOFFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2xcoff()
H A DELFEmitter.cpp203 ELFYAML::Object &Doc; member in __anonb6441e910111::ELFState
1919 bool ELFState<ELFT>::writeELF(raw_ostream &OS, ELFYAML::Object &Doc, in writeELF()
1987 bool yaml2elf(llvm::ELFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH, in yaml2elf()
H A DCOFFEmitter.cpp595 bool yaml2coff(llvm::COFFYAML::Object &Doc, raw_ostream &Out, in yaml2coff()
H A DWasmEmitter.cpp678 bool yaml2wasm(WasmYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2wasm()
H A DMachOEmitter.cpp746 bool yaml2macho(YamlObjectFile &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2macho()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangSyntaxEmitter.cpp177 static void printDoc(llvm::StringRef Doc, llvm::raw_ostream &OS) { in printDoc()
H A DClangOptionDocEmitter.cpp423 void emitDocumentation(int Depth, const Documentation &Doc, in emitDocumentation()
H A DClangAttrEmitter.cpp4689 const DocumentationData &Doc, raw_ostream &OS) { in WriteDocumentation()
4767 const Record &Doc = *D; in EmitClangAttrDocs() local
4797 for (const auto &Doc : I.second) in EmitClangAttrDocs() local
H A DClangDiagnosticsEmitter.cpp1832 auto Doc = G->getValueAsString("Documentation"); in EmitClangDiagDocs() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp222 for (auto Doc : Interface->documents()) { in getSingleIF() local
532 if (InlineDoc *Doc = dyn_cast<InlineDoc>(Item.get())) in printDifferences() local
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSarif.cpp415 json::Object Doc{ in createDocument() local
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h32 Document *Doc; member
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DYAMLParser.h621 std::unique_ptr<Document> *Doc = nullptr; variable
/openbsd-src/gnu/llvm/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp616 for (auto &Doc : MergedDocs) in ~WindowsManifestMergerImpl() local
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c651 xmlDocPtr Doc; in ValidateCommentXML() local