Home
last modified time | relevance | path

Searched refs:module_end (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/include/llvm/Object/
H A DIRObjectFile.h54 module_iterator module_end() const { return module_iterator(Mods.end()); } in module_end() function
57 return make_range(module_begin(), module_end()); in modules()
/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h754 module_iterator module_end() const { return Modules.end(); } in getCachedModuleLoad()
756 return {module_begin(), module_end()};
738 module_iterator module_end() const { return Modules.end(); } module_end() function
/llvm-project/mlir/test/Conversion/GPUToNVVM/
H A Dgpu-to-nvvm-32b.mlir
H A Dgpu-to-nvvm.mlir
/llvm-project/clang-tools-extra/modularize/
H A DCoverageChecker.cpp199 E = ModMap->module_end(); in collectModuleHeaders()
/llvm-project/mlir/include/mlir/Dialect/GPU/IR/
H A DGPUOps.td
/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def1016 ANNOTATION(module_end)
/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp2298 E = MMap.module_end(); I != E; ++I) { in loadGlobalModuleIndex()
/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1885 for (auto E = Map.module_begin(); E != Map.module_end(); ++E) { in diagnosePrivateModules()