Home
last modified time | relevance | path

Searched refs:Imports (Results 1 – 25 of 74) sorted by relevance

123

/external/clang/lib/Serialization/
DModuleManager.cpp178 ImportedBy->Imports.insert(ModuleEntry); in addModule()
338 for (auto M = CurrentModule->Imports.rbegin(), in visit()
339 MEnd = CurrentModule->Imports.rend(); in visit()
392 M = NextModule->Imports.begin(), in visit()
393 MEnd = NextModule->Imports.end(); in visit()
442 return Node->Imports.begin(); in child_begin()
446 return Node->Imports.end(); in child_end()
DModule.cpp68 if (!Imports.empty()) { in dump()
70 for (unsigned I = 0, N = Imports.size(); I != N; ++I) { in dump()
73 llvm::errs() << Imports[I]->FileName; in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp176 const DebugCrossModuleImportsSubsectionRef &Imports);
178 std::vector<YAMLCrossModuleImport> Imports; member
348 IO.mapOptional("Imports", Imports); in map()
482 for (const auto &M : Imports) { in toCodeViewSubsection()
658 const DebugCrossModuleImportsSubsectionRef &Imports) { in fromCodeViewSubsection() argument
660 for (const auto &CMI : Imports) { in fromCodeViewSubsection()
666 YCMI.ImportIds.assign(CMI.Imports.begin(), CMI.Imports.end()); in fromCodeViewSubsection()
667 Result->Imports.push_back(YCMI); in fromCodeViewSubsection()
843 DebugCrossModuleImportsSubsectionRef &Imports, in visitCrossModuleImports() argument
846 State.strings(), Imports); in visitCrossModuleImports()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DMDBuilder.cpp62 const DenseSet<GlobalValue::GUID> *Imports) { in createFunctionEntryCount() argument
70 if (Imports) { in createFunctionEntryCount()
71 SmallVector<GlobalValue::GUID, 2> OrderID(Imports->begin(), Imports->end()); in createFunctionEntryCount()
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/
Dpdbdump-debug-subsections.test24 YAML-NEXT: Imports:
26 YAML-NEXT: Imports: [ 4852, 2147487875 ]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp299 void writeImportSection(ArrayRef<wasm::WasmImport> Imports, uint32_t DataSize,
722 void WasmObjectWriter::writeImportSection(ArrayRef<wasm::WasmImport> Imports, in writeImportSection() argument
725 if (Imports.empty()) in writeImportSection()
733 encodeULEB128(Imports.size(), W.OS); in writeImportSection()
734 for (const wasm::WasmImport &Import : Imports) { in writeImportSection()
1087 SmallVector<wasm::WasmImport, 4> Imports; in writeObject() local
1103 Imports.push_back(MemImport); in writeObject()
1115 Imports.push_back(TableImport); in writeObject()
1139 Imports.push_back(Import); in writeObject()
1150 Imports.push_back(Import); in writeObject()
[all …]
/external/clang/lib/Basic/
DModule.cpp283 for (unsigned I = 0, N = Imports.size(); I != N; ++I) { in getExportedModules()
284 Module *Mod = Imports[I]; in getExportedModules()
311 SmallVector<Module *, 16> Stack(Imports.begin(), Imports.end()); in buildVisibleModulesCache()
/external/python/cpython2/Tools/pybench/
DSetup.py37 from Imports import *
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Dwasm-duplicate-name.test14 Imports:
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/WebAssembly/
Dstack-ptr.ll14 ; CHECK: Imports:
Dweak.ll16 ; CHECK-NEXT: Imports:
Dexternal-func-address.ll27 ; CHECK-NEXT: Imports:
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugCrossImpSubsection.h31 FixedStreamArray<support::ulittle32_t> Imports; member
/external/llvm/tools/llvm-link/
Dllvm-link.cpp53 static cl::list<std::string> Imports( variable
220 for (const auto &Import : Imports) { in importFunctions()
/external/parameter-framework/upstream/doc/requirements/
DAPIs.md141 Imports previously-exported data into the inference engine. See [req-deserializable].
149 Imports a partial inference engine data as previously exported. See section
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-link/
Dllvm-link.cpp54 static cl::list<std::string> Imports( variable
227 for (const auto &Import : Imports) { in importFunctions()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h128 ArrayRef<wasm::WasmImport> imports() const { return Imports; } in imports()
248 std::vector<wasm::WasmImport> Imports; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugCrossImpSubsection.cpp40 if (auto EC = Reader.readArray(Item.Imports, Item.Header->Count)) in operator ()()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DMDBuilder.h74 const DenseSet<GlobalValue::GUID> *Imports);
DFunction.h278 const DenseSet<GlobalValue::GUID> *Imports = nullptr);
282 const DenseSet<GlobalValue::GUID> *Imports = nullptr);
/external/libchrome/libchrome_tools/patch/
Dbuild_time.patch7 -// Imports the generated build date, i.e. BUILD_DATE.
/external/zlib/src/contrib/dotzlib/DotZLib/
DGZipStream.cs19 #region Dll Imports
/external/boringssl/src/util/
Dgodeps.go168 for _, importName := range pkg.Imports {
/external/clang/include/clang/Serialization/
DModule.h442 llvm::SetVector<ModuleFile *> Imports; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp430 ImportedGlobals.reserve(Imports.size()); in parseLinkingSectionSymtab()
431 ImportedFunctions.reserve(Imports.size()); in parseLinkingSectionSymtab()
432 for (auto &I : Imports) { in parseLinkingSectionSymtab()
717 Imports.reserve(Count); in parseImportSection()
746 Imports.push_back(Im); in parseImportSection()

123