/external/clang/lib/Serialization/ |
D | ModuleManager.cpp | 178 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()
|
D | Module.cpp | 68 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/ |
D | CodeViewYAMLDebugSections.cpp | 176 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/ |
D | MDBuilder.cpp | 62 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/ |
D | pdbdump-debug-subsections.test | 24 YAML-NEXT: Imports: 26 YAML-NEXT: Imports: [ 4852, 2147487875 ]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | WasmObjectWriter.cpp | 299 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/ |
D | Module.cpp | 283 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/ |
D | Setup.py | 37 from Imports import *
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/ |
D | wasm-duplicate-name.test | 14 Imports:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/WebAssembly/ |
D | stack-ptr.ll | 14 ; CHECK: Imports:
|
D | weak.ll | 16 ; CHECK-NEXT: Imports:
|
D | external-func-address.ll | 27 ; CHECK-NEXT: Imports:
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | DebugCrossImpSubsection.h | 31 FixedStreamArray<support::ulittle32_t> Imports; member
|
/external/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 53 static cl::list<std::string> Imports( variable 220 for (const auto &Import : Imports) { in importFunctions()
|
/external/parameter-framework/upstream/doc/requirements/ |
D | APIs.md | 141 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/ |
D | llvm-link.cpp | 54 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/ |
D | Wasm.h | 128 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/ |
D | DebugCrossImpSubsection.cpp | 40 if (auto EC = Reader.readArray(Item.Imports, Item.Header->Count)) in operator ()()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | MDBuilder.h | 74 const DenseSet<GlobalValue::GUID> *Imports);
|
D | Function.h | 278 const DenseSet<GlobalValue::GUID> *Imports = nullptr); 282 const DenseSet<GlobalValue::GUID> *Imports = nullptr);
|
/external/libchrome/libchrome_tools/patch/ |
D | build_time.patch | 7 -// Imports the generated build date, i.e. BUILD_DATE.
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | GZipStream.cs | 19 #region Dll Imports
|
/external/boringssl/src/util/ |
D | godeps.go | 168 for _, importName := range pkg.Imports {
|
/external/clang/include/clang/Serialization/ |
D | Module.h | 442 llvm::SetVector<ModuleFile *> Imports; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 430 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()
|