Home
last modified time | relevance | path

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

/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp115 const ELFYAML::Object &Doc; member in __anon1338aa820311::ELFState
356 static bool isMips64EL(const ELFYAML::Object &Doc) { in isMips64EL()
497 int ELFState<ELFT>::writeELF(raw_ostream &OS, const ELFYAML::Object &Doc) { in writeELF()
553 static bool is64Bit(const ELFYAML::Object &Doc) { in is64Bit()
557 static bool isLittleEndian(const ELFYAML::Object &Doc) { in isLittleEndian()
561 int yaml2elf(llvm::ELFYAML::Object &Doc, raw_ostream &Out) { in yaml2elf()
Dyaml2obj.cpp47 yaml::YamlObjectFile Doc; in convertYAML() local
Dyaml2coff.cpp535 int yaml2coff(llvm::COFFYAML::Object &Doc, raw_ostream &Out) { in yaml2coff()
Dyaml2macho.cpp532 int yaml2macho(yaml::YamlObjectFile &Doc, raw_ostream &Out) { in yaml2macho()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2elf.cpp133 const ELFYAML::Object &Doc; member in __anonee416f1a0311::ELFState
473 static bool isMips64EL(const ELFYAML::Object &Doc) { in isMips64EL()
621 int ELFState<ELFT>::writeELF(raw_ostream &OS, const ELFYAML::Object &Doc) { in writeELF()
694 static bool is64Bit(const ELFYAML::Object &Doc) { in is64Bit()
698 static bool isLittleEndian(const ELFYAML::Object &Doc) { in isLittleEndian()
702 int yaml2elf(llvm::ELFYAML::Object &Doc, raw_ostream &Out) { in yaml2elf()
Dyaml2obj.cpp50 yaml::YamlObjectFile Doc; in convertYAML() local
Dyaml2coff.cpp596 int yaml2coff(llvm::COFFYAML::Object &Doc, raw_ostream &Out) { in yaml2coff()
Dyaml2wasm.cpp560 int yaml2wasm(llvm::WasmYAML::Object &Doc, raw_ostream &Out) { in yaml2wasm()
Dyaml2macho.cpp585 int yaml2macho(yaml::YamlObjectFile &Doc, raw_ostream &Out) { in yaml2macho()
/external/clang/unittests/Tooling/
DReplacementsYamlTest.cpp22 TranslationUnitReplacements Doc; in TEST() local
/external/tensorflow/tensorflow/core/framework/
Dop.h260 OpDefBuilderWrapper<true>& Doc(string text) { in Doc() function
288 OpDefBuilderWrapper<false>& Doc(StringPiece text) { return *this; } in Doc() function
Dop_def_builder.h135 OpDefBuilder& Doc(string text) { return *this; } in Doc() function
Dop_def_builder.cc583 OpDefBuilder& OpDefBuilder::Doc(string text) { in Doc() function in tensorflow::OpDefBuilder
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DJSONTest.cpp220 llvm::Expected<Value> Doc = parse(R"( in TEST() local
316 llvm::Expected<Value> Doc = parse(T.Str); in TEST() local
DYAMLParserTest.cpp162 yaml::Document &Doc = *Stream.begin(); in TEST() local
/external/llvm/include/llvm/Support/
DYAMLParser.h593 std::unique_ptr<Document> *Doc; variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLParser.h596 std::unique_ptr<Document> *Doc; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DYAMLParser.h613 std::unique_ptr<Document> *Doc = nullptr; variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-opt-report/
DOptReport.cpp156 for (auto &Doc : Stream) { in collectLocationInfo() local
/external/llvm/unittests/Support/
DYAMLParserTest.cpp162 yaml::Document &Doc = *Stream.begin(); in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/WindowsManifest/
DWindowsManifestMerger.cpp619 for (auto &Doc : MergedDocs) in ~WindowsManifestMergerImpl() local
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp3129 static void WriteDocumentation(const DocumentationData &Doc, in WriteDocumentation()
3263 const Record &Doc = *D; in EmitClangAttrDocs() local
3287 for (const auto &Doc : I.second) in EmitClangAttrDocs() local
/external/python/cpython2/Lib/
Dpydoc.py350 class Doc: class
/external/python/cpython3/Lib/
Dpydoc.py365 class Doc: class
/external/clang/tools/c-index-test/
Dc-index-test.c566 xmlDocPtr Doc; in ValidateCommentXML() local