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

1 23 4 5 6 7 8 910

  /prebuilts/clang/host/darwin-x86/clang-3960126/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...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/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...]
  /prebuilts/clang/host/linux-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...]
  /prebuilts/clang/host/linux-x86/clang-3960126/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...]
  /prebuilts/clang/host/linux-x86/clang-3977809/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...]
  /prebuilts/clang/host/linux-x86/clang-4053586/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...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp 65 Modules.push_back(M);
71 for (unsigned i = 0, e = Modules.size(); i != e; ++i)
72 delete Modules[i];
121 for(SmallVector<Module *, 1>::iterator I = Modules.begin(),
122 E = Modules.end(); I != E; ++I) {
125 Modules.erase(I);
134 for (unsigned i = 0, e = Modules.size(); i != e; ++i) {
135 if (Function *F = Modules[i]->getFunction(FnName))
340 for (unsigned i = 0, e = Modules.size(); i != e; ++i)
341 runStaticConstructorsDestructors(Modules[i], isDtors)
    [all...]
  /external/clang/lib/Serialization/
ModuleManager.cpp 11 // modules for the ASTReader.
42 = Modules.find(File);
43 if (Known == Modules.end())
88 ModuleFile *&ModuleEntry = Modules[Entry];
161 Modules.erase(Entry);
206 // Remove any references to the now-destroyed modules.
213 // Remove the modules from the PCH chain.
222 // Delete the modules and erase them from the various structures.
224 Modules.erase((*victim)->File);
242 // Remove the modules from the chain
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 758 ModuleVector Modules;
774 /// modules associated with the MCJITHelper to cross link functions
803 // Walk the vector of modules.
805 for (it = Modules.begin(), end = Modules.end();
820 ModuleVector::iterator begin = Modules.begin();
821 ModuleVector::iterator end = Modules.end();
835 ErrorF("redefinition of function across modules");
859 Modules.push_back(M);
866 ModuleVector::iterator begin = Modules.begin()
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 50 DumpModulesOnExit("dump-modules",
51 cl::desc("Dump IR from modules to stderr on shutdown"),
800 Modules.push_back(M);
824 ModuleVector Modules;
842 /// modules associated with the MCJITHelper to cross link functions
871 // Walk the vector of modules.
873 for (it = Modules.begin(), end = Modules.end();
888 ModuleVector::iterator begin = Modules.begin();
889 ModuleVector::iterator end = Modules.end()
    [all...]
  /external/llvm/lib/DebugInfo/Symbolize/
Symbolize.cpp 138 Modules.clear();
366 const auto &I = Modules.find(ModuleName);
367 if (I != Modules.end()) {
384 Modules.insert(
402 Modules.insert(
418 Modules.insert(std::make_pair(ModuleName, std::move(SymMod)));
  /external/llvm/include/llvm/DebugInfo/Symbolize/
Symbolize.h 91 std::map<std::string, std::unique_ptr<SymbolizableModule>> Modules;
  /external/llvm/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 49 /// compilation: the model is that the client adds modules to the generator and
73 * Process all the modules that were added to the code generator in parallel.
250 /// Vector holding the input buffers containing the bitcode modules to
252 std::vector<MemoryBufferRef> Modules;
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 78 Modules.push_back(std::move(M));
142 for (auto I = Modules.begin(), E = Modules.end(); I != E; ++I) {
146 Modules.erase(I);
155 for (unsigned i = 0, e = Modules.size(); i != e; ++i) {
156 Function *F = Modules[i]->getFunction(FnName);
164 for (unsigned i = 0, e = Modules.size(); i != e; ++i) {
165 GlobalVariable *GV = Modules[i]->getGlobalVariable(Name,AllowInternal);
318 for (unsigned i = 0, e = Modules.size(); i != e; ++i)
319 if (GlobalValue *GV = Modules[i]->getNamedValue(Name)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/Symbolize/
Symbolize.h 91 std::map<std::string, std::unique_ptr<SymbolizableModule>> Modules;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/Symbolize/
Symbolize.h 91 std::map<std::string, std::unique_ptr<SymbolizableModule>> Modules;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/Symbolize/
Symbolize.h 91 std::map<std::string, std::unique_ptr<SymbolizableModule>> Modules;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/Symbolize/
Symbolize.h 91 std::map<std::string, std::unique_ptr<SymbolizableModule>> Modules;
  /prebuilts/clang/host/linux-x86/clang-3859424/prebuilt_include/llvm/lib/Fuzzer/
FuzzerTracePC.h 103 Module Modules[4096];
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/Symbolize/
Symbolize.h 91 std::map<std::string, std::unique_ptr<SymbolizableModule>> Modules;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/Symbolize/
Symbolize.h 91 std::map<std::string, std::unique_ptr<SymbolizableModule>> Modules;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/Symbolize/
Symbolize.h 91 std::map<std::string, std::unique_ptr<SymbolizableModule>> Modules;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/Symbolize/
Symbolize.h 91 std::map<std::string, std::unique_ptr<SymbolizableModule>> Modules;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
WorkspaceCommon.py 29 for ModuleFile in Platform.Modules:
73 PlatformModule = Platform.Modules[str(Module)]
218 # "CompilerStub" is a must for Edk modules

Completed in 479 milliseconds

1 23 4 5 6 7 8 910