/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | GOFFEmitter.cpp | 184 GOFFState(raw_ostream &OS, GOFFYAML::Object &Doc, in GOFFState() 198 GOFFYAML::Object &Doc; member in __anon95e3cb370111::GOFFState 266 bool GOFFState::writeGOFF(raw_ostream &OS, GOFFYAML::Object &Doc, in writeGOFF() 276 bool yaml2goff(llvm::GOFFYAML::Object &Doc, raw_ostream &Out, in yaml2goff()
|
H A D | OffloadEmitter.cpp | 21 bool yaml2offload(Binary &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2offload()
|
H A D | ArchiveEmitter.cpp | 20 bool yaml2archive(ArchYAML::Archive &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2archive()
|
H A D | yaml2obj.cpp | 28 yaml::YamlObjectFile Doc; in convertYAML() local
|
H A D | DXContainerEmitter.cpp | 283 yaml2dxcontainer(DXContainerYAML::Object & Doc,raw_ostream & Out,ErrorHandler EH) yaml2dxcontainer() argument
|
H A D | XCOFFEmitter.cpp | 779 yaml2xcoff(XCOFFYAML::Object & Doc,raw_ostream & Out,ErrorHandler EH) yaml2xcoff() argument
|
H A D | ELFEmitter.cpp | 204 ELFYAML::Object &Doc; global() member in __anon4bfa4e2c0111::ELFState 1971 writeELF(raw_ostream & OS,ELFYAML::Object & Doc,yaml::ErrorHandler EH,uint64_t MaxSize) writeELF() argument 2039 yaml2elf(llvm::ELFYAML::Object & Doc,raw_ostream & Out,ErrorHandler EH,uint64_t MaxSize) yaml2elf() argument [all...] |
H A D | COFFEmitter.cpp | 624 bool yaml2coff(llvm::COFFYAML::Object &Doc, raw_ostream &Out, in yaml2coff() argument
|
H A D | WasmEmitter.cpp | 688 bool yaml2wasm(WasmYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2wasm()
|
H A D | MachOEmitter.cpp | 747 bool yaml2macho(YamlObjectFile &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2macho()
|
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | InterfaceFile.cpp | 115 for (auto Doc : Library->documents()) inlineLibrary() local 226 for (auto &Doc : Documents) { remove() local 273 for (auto &Doc : Documents) { remove() local 339 for (auto &Doc : Documents) { extract() local [all...] |
H A D | TextStubV5.cpp | 1005 for (const auto &Doc : File->documents()) { in getJSON() local
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DXILEmitter.cpp | 37 StringRef Doc; // the documentation description of this parameter global() member 51 StringRef Doc; // the documentation description of this instruction global() member
|
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangSyntaxEmitter.cpp | 177 static void printDoc(llvm::StringRef Doc, llvm::raw_ostream &OS) { in printDoc()
|
H A D | ClangOptionDocEmitter.cpp | 406 emitDocumentation(int Depth,const Documentation & Doc,const Record * DocInfo,raw_ostream & OS) emitDocumentation() argument
|
H A D | ClangAttrEmitter.cpp | 4997 WriteDocumentation(RecordKeeper & Records,const DocumentationData & Doc,raw_ostream & OS) WriteDocumentation() argument 5075 const Record &Doc = *D; EmitClangAttrDocs() local 5105 for (const auto &Doc : I.second) EmitClangAttrDocs() local [all...] |
H A D | ClangDiagnosticsEmitter.cpp | 1840 auto Doc = G->getValueAsString("Documentation"); EmitClangDiagDocs() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Basic/ |
H A D | Sarif.cpp | 418 json::Object Doc{ createDocument() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackDocument.h | 32 Document *Doc; member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | YAMLParser.h | 626 std::unique_ptr<Document> *Doc = nullptr; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/WindowsManifest/ |
H A D | WindowsManifestMerger.cpp | 616 for (auto &Doc : MergedDocs) in ~WindowsManifestMergerImpl() local
|