Searched refs:module_end (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRObjectFile.h56 module_iterator module_end() const { return module_iterator(Mods.end()); } function in class:llvm::object::IRObjectFile
59 return make_range(module_begin(), module_end());
/freebsd-13-stable/sys/arm/arm/
H A Dunwind.c139 uintptr_t module_end; /* End of loaded module */ member in struct:module_info
165 info->module_end = 0;
177 * Careful! The module_start and module_end fields must not be set
183 info->module_end = UADDR(lf->address) + lf->size;
212 if ((addr >= info->module_start && addr < info->module_end) ||
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h699 module_iterator module_end() const { return Modules.end(); } function in class:clang::ModuleMap
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp1710 MEnd = ModMap.module_end();
H A DModuleMap.cpp1764 for (auto E = Map.module_begin(); E != Map.module_end(); ++E) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp2153 E = MMap.module_end(); I != E; ++I) {

Completed in 106 milliseconds