/external/clang/lib/Basic/ |
D | Module.cpp | 255 for (unsigned I = 0, N = Exports.size(); I != N; ++I) { in getExportedModules() 256 Module *Mod = Exports[I].getPointer(); in getExportedModules() 257 if (!Exports[I].getInt()) { in getExportedModules() 270 if (Module *Restriction = Exports[I].getPointer()) in getExportedModules() 404 for (unsigned I = 0, N = Exports.size(); I != N; ++I) { in print() 407 if (Module *Restriction = Exports[I].getPointer()) { in print() 409 if (Exports[I].getInt()) in print() 518 SmallVector<Module *, 16> Exports; in setVisible() local 519 V.M->getExportedModules(Exports); in setVisible() 520 for (Module *E : Exports) in setVisible()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 161 fromCodeViewSubsection(const DebugCrossModuleExportsSubsectionRef &Exports); 163 std::vector<CrossModuleExport> Exports; member 343 IO.mapOptional("Exports", Exports); in map() 469 for (const auto &M : Exports) in toCodeViewSubsection() 649 const DebugCrossModuleExportsSubsectionRef &Exports) { in fromCodeViewSubsection() argument 651 Result->Exports.assign(Exports.begin(), Exports.end()); in fromCodeViewSubsection() 832 DebugCrossModuleExportsSubsectionRef &Exports, in visitCrossModuleExports() argument 835 YAMLCrossModuleExportsSubsection::fromCodeViewSubsection(Exports); in visitCrossModuleExports()
|
D | WasmYAML.cpp | 105 IO.mapOptional("Exports", Section.Exports); in sectionMapping()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ToolDrivers/llvm-dlltool/ |
D | DlltoolDriver.cpp | 160 for (COFFShortExport& E : Def->Exports) { in dlltoolDriverMain() 176 if (writeImportLibrary(Def->OutputFile, Path, Def->Exports, Machine, true)) in dlltoolDriverMain()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/ |
D | pdbdump-debug-subsections.test | 9 YAML-NEXT: Exports: 18 YAML-NEXT: Exports:
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | COFFModuleDefinition.h | 29 std::vector<COFFShortExport> Exports; member
|
D | COFFImportFile.h | 97 ArrayRef<COFFShortExport> Exports,
|
D | Wasm.h | 132 ArrayRef<wasm::WasmExport> exports() const { return Exports; } in exports() 249 std::vector<wasm::WasmExport> Exports; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | COFFModuleDefinition.cpp | 263 Info.Exports.push_back(E); in parseExport() 295 Info.Exports.push_back(E); in parseExport()
|
D | COFFImportFile.cpp | 573 ArrayRef<COFFShortExport> Exports, in writeImportLibrary() argument 588 for (COFFShortExport E : Exports) { in writeImportLibrary()
|
D | WasmObjectFile.cpp | 820 Exports.reserve(Count); in parseExportSection() 844 Exports.push_back(Ex); in parseExportSection()
|
/external/clang/unittests/Format/ |
D | SortImportsTestJS.cpp | 152 TEST_F(SortImportsTestJS, Exports) { in TEST_F() argument
|
/external/parameter-framework/upstream/doc/requirements/ |
D | APIs.md | 136 Exports the "Domains" (aka "Settings") which is the inference engine's data. 145 Exports a given part of the inference engine data. See [Serialization of individual data].
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | WasmObjectWriter.cpp | 303 void writeExportSection(ArrayRef<wasm::WasmExport> Exports); 798 void WasmObjectWriter::writeExportSection(ArrayRef<wasm::WasmExport> Exports) { in writeExportSection() argument 799 if (Exports.empty()) in writeExportSection() 805 encodeULEB128(Exports.size(), W.OS); in writeExportSection() 806 for (const wasm::WasmExport &Export : Exports) { in writeExportSection() 1088 SmallVector<wasm::WasmExport, 4> Exports; in writeObject() local 1465 writeExportSection(Exports); in writeObject()
|
/external/autotest/ |
D | moblab_config.ini | 16 # Exports tko job information to file.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 525 auto &Exports = ExportLists[ModName]; in ComputeCrossModuleImport() local 526 unsigned NumGVS = numGlobalVarSummaries(Index, Exports); in ComputeCrossModuleImport() 528 << Exports.size() - NumGVS << " functions and " << NumGVS in ComputeCrossModuleImport()
|
/external/clang/lib/Lex/ |
D | ModuleMap.cpp | 391 if (UmbrellaModule->InferExportWildcard && Result->Exports.empty()) in findOrCreateModuleForHeaderInUmbrellaDir() 392 Result->Exports.push_back(Module::ExportDecl(nullptr, true)); in findOrCreateModuleForHeaderInUmbrellaDir() 407 if (UmbrellaModule->InferExportWildcard && Result->Exports.empty()) in findOrCreateModuleForHeaderInUmbrellaDir() 408 Result->Exports.push_back(Module::ExportDecl(nullptr, true)); in findOrCreateModuleForHeaderInUmbrellaDir() 702 Result->Exports.push_back(Module::ExportDecl(nullptr, true)); in inferFrameworkModule() 881 Mod->Exports.push_back(Export); in resolveExports()
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 396 auto &Exports = ExportLists[ModName]; in ComputeCrossModuleImport() local 397 DEBUG(dbgs() << "* Module " << ModName << " exports " << Exports.size() in ComputeCrossModuleImport()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ |
D | yaml2wasm.cpp | 321 encodeULEB128(Section.Exports.size(), OS); in writeSectionContent() 322 for (const WasmYAML::Export &Export : Section.Exports) { in writeSectionContent()
|
/external/clang/include/clang/Basic/ |
D | Module.h | 230 SmallVector<ExportDecl, 2> Exports; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/ |
D | CMakeLists.txt | 56 # We need to use the full path to the LLVM Exports file to make sure we get the
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | wasm2yaml.cpp | 240 ExportSec->Exports.push_back(Ex); in dump()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 272 std::vector<Export> Exports; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | DumpOutputStyle.cpp | 935 DebugCrossModuleExportsSubsectionRef &Exports) { in dumpXme() argument 937 for (const auto &Export : Exports) { in dumpXme()
|
/external/icu/icu4c/source/test/depstest/ |
D | dependencies.txt | 144 stubdata.o # Exports icudt48_dat.
|