Home
last modified time | relevance | path

Searched refs:Exports (Results 1 – 25 of 30) sorted by relevance

12

/external/clang/lib/Basic/
DModule.cpp255 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/
DCodeViewYAMLDebugSections.cpp161 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()
DWasmYAML.cpp105 IO.mapOptional("Exports", Section.Exports); in sectionMapping()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ToolDrivers/llvm-dlltool/
DDlltoolDriver.cpp160 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/
Dpdbdump-debug-subsections.test9 YAML-NEXT: Exports:
18 YAML-NEXT: Exports:
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFFModuleDefinition.h29 std::vector<COFFShortExport> Exports; member
DCOFFImportFile.h97 ArrayRef<COFFShortExport> Exports,
DWasm.h132 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/
DCOFFModuleDefinition.cpp263 Info.Exports.push_back(E); in parseExport()
295 Info.Exports.push_back(E); in parseExport()
DCOFFImportFile.cpp573 ArrayRef<COFFShortExport> Exports, in writeImportLibrary() argument
588 for (COFFShortExport E : Exports) { in writeImportLibrary()
DWasmObjectFile.cpp820 Exports.reserve(Count); in parseExportSection()
844 Exports.push_back(Ex); in parseExportSection()
/external/clang/unittests/Format/
DSortImportsTestJS.cpp152 TEST_F(SortImportsTestJS, Exports) { in TEST_F() argument
/external/parameter-framework/upstream/doc/requirements/
DAPIs.md136 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/
DWasmObjectWriter.cpp303 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/
Dmoblab_config.ini16 # Exports tko job information to file.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp525 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/
DModuleMap.cpp391 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/
DFunctionImport.cpp396 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/
Dyaml2wasm.cpp321 encodeULEB128(Section.Exports.size(), OS); in writeSectionContent()
322 for (const WasmYAML::Export &Export : Section.Exports) { in writeSectionContent()
/external/clang/include/clang/Basic/
DModule.h230 SmallVector<ExportDecl, 2> Exports; variable
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/
DCMakeLists.txt56 # 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/
Dwasm2yaml.cpp240 ExportSec->Exports.push_back(Ex); in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h272 std::vector<Export> Exports; member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp935 DebugCrossModuleExportsSubsectionRef &Exports) { in dumpXme() argument
937 for (const auto &Export : Exports) { in dumpXme()
/external/icu/icu4c/source/test/depstest/
Ddependencies.txt144 stubdata.o # Exports icudt48_dat.

12