HomeSort by relevance Sort by last modified time
    Searched refs:Modules (Results 26 - 50 of 246) sorted by null

12 3 4 5 6 7 8 910

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 19 // multiple modules, so symbol tables may likewise contain symbols for multiple
20 // modules.
113 Range<Module> Modules;
192 ArrayRef<storage::Module> Modules;
210 Modules = range(header().Modules);
288 const storage::Module &M = Modules[I];
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 19 // multiple modules, so symbol tables may likewise contain symbols for multiple
20 // modules.
113 Range<Module> Modules;
192 ArrayRef<storage::Module> Modules;
210 Modules = range(header().Modules);
288 const storage::Module &M = Modules[I];
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 19 // multiple modules, so symbol tables may likewise contain symbols for multiple
20 // modules.
113 Range<Module> Modules;
192 ArrayRef<storage::Module> Modules;
210 Modules = range(header().Modules);
288 const storage::Module &M = Modules[I];
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 19 // multiple modules, so symbol tables may likewise contain symbols for multiple
20 // modules.
113 Range<Module> Modules;
192 ArrayRef<storage::Module> Modules;
210 Modules = range(header().Modules);
288 const storage::Module &M = Modules[I];
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 19 // multiple modules, so symbol tables may likewise contain symbols for multiple
20 // modules.
113 Range<Module> Modules;
192 ArrayRef<storage::Module> Modules;
210 Modules = range(header().Modules);
288 const storage::Module &M = Modules[I];
  /external/python/cpython2/PC/VC6/
_ssl.mak 18 SOURCE=../../Modules/_ssl.c $(SSL_LIB_DIR)/libeay32.lib $(SSL_LIB_DIR)/ssleay32.lib
  /external/swiftshader/third_party/LLVM/lib/VMCore/
LLVMContextImpl.cpp 57 std::vector<Module*> Modules(OwnedModules.begin(), OwnedModules.end());
58 DeleteContainerPointers(Modules);
  /external/swiftshader/third_party/LLVM/tools/gold/
gold-plugin.cpp 69 std::list<claimed_file> Modules;
279 Modules.resize(Modules.size() + 1);
280 claimed_file &cf = Modules.back();
382 for (std::list<claimed_file>::iterator I = Modules.begin(),
383 E = Modules.end(); I != E; ++I) {
440 for (std::list<claimed_file>::iterator I = Modules.begin(),
441 E = Modules.end(); I != E; ++I) {
  /build/make/core/
copy_headers.mk 7 $(shell echo $(LOCAL_MODULE_MAKEFILE): $(LOCAL_MODULE): LOCAL_COPY_HEADERS may not be used with host modules >&2)
11 # Modules linking against the SDK do not have the include path to use
14 $(shell echo $(LOCAL_MODULE_MAKEFILE): $(LOCAL_MODULE): Modules using LOCAL_SDK_VERSION may not use LOCAL_COPY_HEADERS >&2)
20 # If we're using the VNDK, only vendor modules using the VNDK may use
25 $(shell echo $(LOCAL_MODULE_MAKEFILE): $(LOCAL_MODULE): Only vendor modules using LOCAL_USE_VNDK may use LOCAL_COPY_HEADERS >&2)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
PackageClass.py 14 # Import Modules
110 self.Modules = sdict()
  /external/clang/include/clang/Serialization/
GlobalModuleIndex.h 11 // containing all of the identifiers known to the various modules within a given
13 // queries such as "do any modules know about this identifier?"
53 /// The global index is an aid for name lookup into modules, offering a central
59 /// imported, and can be queried to determine which modules the current
100 llvm::SmallVector<ModuleInfo, 16> Modules;
103 /// corresponding index into the \c Modules vector.
106 /// \brief The set of modules that have not yet been resolved.
157 /// \brief Retrieve the set of modules that have up-to-date indexes.
198 /// creating modules.
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 58 static const char * const IndexFileName = "modules.idx";
182 if (ID == Modules.size())
183 Modules.push_back(ModuleInfo());
185 Modules.resize(ID + 1);
189 Modules[ID].Size = Record[Idx++];
190 Modules[ID].ModTime = Record[Idx++];
194 Modules[ID].FileName.assign(Record.begin() + Idx,
200 Modules[ID].Dependencies.insert(Modules[ID].Dependencies.end(),
211 StringRef ModuleName = llvm::sys::path::stem(Modules[ID].FileName)
    [all...]
  /external/python/cpython2/PC/VS7.1/
_ssl.mak 18 SSL_SOURCE=../../Modules/_ssl.c
21 HASH_SOURCE=../../Modules/_hashopenssl.c
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Serialization/
GlobalModuleIndex.h 11 // containing all of the identifiers known to the various modules within a given
13 // queries such as "do any modules know about this identifier?"
53 /// The global index is an aid for name lookup into modules, offering a central
59 /// imported, and can be queried to determine which modules the current
100 llvm::SmallVector<ModuleInfo, 16> Modules;
103 /// corresponding index into the \c Modules vector.
106 /// \brief The set of modules that have not yet been resolved.
157 /// \brief Retrieve the set of modules that have up-to-date indexes.
198 /// creating modules.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Serialization/
GlobalModuleIndex.h 11 // containing all of the identifiers known to the various modules within a given
13 // queries such as "do any modules know about this identifier?"
53 /// The global index is an aid for name lookup into modules, offering a central
59 /// imported, and can be queried to determine which modules the current
100 llvm::SmallVector<ModuleInfo, 16> Modules;
103 /// corresponding index into the \c Modules vector.
106 /// \brief The set of modules that have not yet been resolved.
157 /// \brief Retrieve the set of modules that have up-to-date indexes.
198 /// creating modules.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Serialization/
GlobalModuleIndex.h 11 // containing all of the identifiers known to the various modules within a given
13 // queries such as "do any modules know about this identifier?"
53 /// The global index is an aid for name lookup into modules, offering a central
59 /// imported, and can be queried to determine which modules the current
100 llvm::SmallVector<ModuleInfo, 16> Modules;
103 /// corresponding index into the \c Modules vector.
106 /// \brief The set of modules that have not yet been resolved.
157 /// \brief Retrieve the set of modules that have up-to-date indexes.
198 /// creating modules.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
GlobalModuleIndex.h 11 // containing all of the identifiers known to the various modules within a given
13 // queries such as "do any modules know about this identifier?"
53 /// The global index is an aid for name lookup into modules, offering a central
59 /// imported, and can be queried to determine which modules the current
100 llvm::SmallVector<ModuleInfo, 16> Modules;
103 /// corresponding index into the \c Modules vector.
106 /// \brief The set of modules that have not yet been resolved.
157 /// \brief Retrieve the set of modules that have up-to-date indexes.
198 /// creating modules.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Serialization/
GlobalModuleIndex.h 11 // containing all of the identifiers known to the various modules within a given
13 // queries such as "do any modules know about this identifier?"
53 /// The global index is an aid for name lookup into modules, offering a central
59 /// imported, and can be queried to determine which modules the current
100 llvm::SmallVector<ModuleInfo, 16> Modules;
103 /// corresponding index into the \c Modules vector.
106 /// \brief The set of modules that have not yet been resolved.
157 /// \brief Retrieve the set of modules that have up-to-date indexes.
198 /// creating modules.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Serialization/
GlobalModuleIndex.h 11 // containing all of the identifiers known to the various modules within a given
13 // queries such as "do any modules know about this identifier?"
53 /// The global index is an aid for name lookup into modules, offering a central
59 /// imported, and can be queried to determine which modules the current
100 llvm::SmallVector<ModuleInfo, 16> Modules;
103 /// corresponding index into the \c Modules vector.
106 /// \brief The set of modules that have not yet been resolved.
157 /// \brief Retrieve the set of modules that have up-to-date indexes.
198 /// creating modules.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Serialization/
GlobalModuleIndex.h 11 // containing all of the identifiers known to the various modules within a given
13 // queries such as "do any modules know about this identifier?"
53 /// The global index is an aid for name lookup into modules, offering a central
59 /// imported, and can be queried to determine which modules the current
100 llvm::SmallVector<ModuleInfo, 16> Modules;
103 /// corresponding index into the \c Modules vector.
106 /// \brief The set of modules that have not yet been resolved.
157 /// \brief Retrieve the set of modules that have up-to-date indexes.
198 /// creating modules.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
GlobalModuleIndex.h 11 // containing all of the identifiers known to the various modules within a given
13 // queries such as "do any modules know about this identifier?"
53 /// The global index is an aid for name lookup into modules, offering a central
59 /// imported, and can be queried to determine which modules the current
100 llvm::SmallVector<ModuleInfo, 16> Modules;
103 /// corresponding index into the \c Modules vector.
106 /// \brief The set of modules that have not yet been resolved.
157 /// \brief Retrieve the set of modules that have up-to-date indexes.
198 /// creating modules.
  /external/llvm/lib/LTO/
ThinLTOCodeGenerator.cpp 131 generateModuleMap(const std::vector<MemoryBufferRef> &Modules) {
133 for (auto &ModuleBuffer : Modules) {
439 if (Modules.empty()) {
450 "ThinLTO modules with different triple not supported");
453 Modules.push_back(Buffer);
492 for (auto &ModuleBuffer : Modules) {
545 auto ModuleMap = generateModuleMap(Modules);
674 ProducedBinaries.resize(Modules.size());
676 for (auto &ModuleBuffer : Modules) {
708 ProducedBinaries.resize(Modules.size())
    [all...]
  /external/clang/include/clang/Lex/
ModuleMap.h 1 //===--- ModuleMap.h - Describe the layout of modules -----------*- C++ -*-===//
89 /// \brief The top-level modules that are known.
90 llvm::StringMap<Module *> Modules;
92 /// \brief The number of modules we have created in total.
185 /// \brief A directory for which framework modules can be inferred.
189 /// \brief Whether to infer modules from this directory.
192 /// \brief The attributes to use for inferred modules.
196 /// inferred modules. Otherwise, nullptr.
199 /// \brief The names of modules that cannot be inferred within this
205 /// framework modules from within those directories
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy.cpp 670 ModuleVector Modules;
685 /// modules associated with the MCJITHelper to cross link functions
714 // Walk the vector of modules.
716 for (it = Modules.begin(), end = Modules.end();
731 ModuleVector::iterator begin = Modules.begin();
732 ModuleVector::iterator end = Modules.end();
746 ErrorF("redefinition of function across modules");
770 Modules.push_back(M);
777 ModuleVector::iterator begin = Modules.begin()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
ModuleMap.h 1 //===--- ModuleMap.h - Describe the layout of modules -----------*- C++ -*-===//
95 /// \brief The top-level modules that are known.
96 llvm::StringMap<Module *> Modules;
98 /// \brief The number of modules we have created in total.
192 /// and headers from used modules.
196 /// \brief A directory for which framework modules can be inferred.
200 /// \brief Whether to infer modules from this directory.
203 /// \brief The attributes to use for inferred modules.
207 /// inferred modules. Otherwise, nullptr.
210 /// \brief The names of modules that cannot be inferred within thi
    [all...]

Completed in 1714 milliseconds

12 3 4 5 6 7 8 910