Home
last modified time | relevance | path

Searched defs:module_end (Results 1 – 3 of 3) 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
/freebsd/sys/arm/arm/
H A Dunwind.c137 uintptr_t module_end; /* End of loaded module */ member
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h738 module_iterator module_end() const { return Modules.end(); } in module_end() function