Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DIRObjectFile.h52 module_iterator module_end() const { return module_iterator(Mods.end()); } in module_end() function
55 return make_range(module_begin(), module_end()); in modules()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DModuleMap.h716 module_iterator module_end() const { return Modules.end(); } in module_end() function
718 return {module_begin(), module_end()}; in modules()
/llvm-project-15.0.7/clang-tools-extra/modularize/
H A DCoverageChecker.cpp198 E = ModMap->module_end(); in collectModuleHeaders()
H A DModularizeUtilities.cpp327 E = ModMap->module_end(); in collectModuleMapHeaders()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/GPU/IR/
H A DGPUOps.td825 gpu.module_end
839 def GPU_ModuleEndOp : GPU_Op<"module_end", [
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTokenKinds.def917 ANNOTATION(module_end)
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp2229 E = MMap.module_end(); I != E; ++I) { in loadGlobalModuleIndex()
/llvm-project-15.0.7/clang/lib/Lex/
H A DModuleMap.cpp1792 for (auto E = Map.module_begin(); E != Map.module_end(); ++E) { in diagnosePrivateModules()