Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/sys/arm/arm/
H A Dunwind.c137 uintptr_t module_end; /* End of loaded module */ member
163 info->module_end = 0; in clear_module_info()
181 info->module_end = UADDR(lf->address) + lf->size; in populate_module_info()
210 if ((addr >= info->module_start && addr < info->module_end) || in find_module_info()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h738 module_iterator module_end() const { return Modules.end(); } in module_end() function
740 return {module_begin(), module_end()}; in modules()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def1009 ANNOTATION(module_end)
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp2305 E = MMap.module_end(); I != E; ++I) { in loadGlobalModuleIndex()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1867 for (auto E = Map.module_begin(); E != Map.module_end(); ++E) { in diagnosePrivateModules()