| /src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| IRObjectFile.h | 56 module_iterator module_end() const { return module_iterator(Mods.end()); } function in class:llvm::object::IRObjectFile 59 return make_range(module_begin(), module_end());
|
| /src/sys/arch/aarch64/aarch64/ |
| aarch64_machdep.c | 98 vaddr_t module_start, module_end; variable 279 module_end = kernend_l2 + MODULE_RESERVED_SIZE; 280 if (module_end >= kernstart_l2 + MODULE_RESERVED_MAX) 281 module_end = kernstart_l2 + MODULE_RESERVED_MAX; 282 KASSERT(module_end > kernend_l2); 283 kernelvmstart = module_end; 334 "module_end = 0x%016lx\n" 356 module_end, 693 uvm_map_setup(&module_map_store, module_start, module_end, 0);
|
| pmap.c | 298 #define IN_MODULE_VA(va) IN_RANGE((va), module_start, module_end)
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| lex.cc | 437 module_end, 499 state = module_end; 525 state = module_end; 530 state = module_end; 535 state = module_end; 540 goto module_end; 546 state = module_end; 556 case module_end: 559 module_end:;
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| lex.cc | 395 module_end, 457 state = module_end; 483 state = module_end; 488 state = module_end; 493 state = module_end; 498 goto module_end; 504 state = module_end; 514 case module_end: 517 module_end:;
|
| /src/sys/arch/aarch64/include/ |
| machdep.h | 63 extern vaddr_t module_end;
|
| /src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
| ModuleMap.h | 700 module_iterator module_end() const { return Modules.end(); } function in class:clang::ModuleMap 702 return {module_begin(), module_end()};
|
| /src/sys/arch/riscv/riscv/ |
| riscv_machdep.c | 828 module_end = kernend_mega + MODULE_RESERVED_SIZE; 829 if (module_end >= kernstart_mega + MODULE_RESERVED_MAX) 830 module_end = kernstart_mega + MODULE_RESERVED_MAX; 831 KASSERT(module_end > kernend_mega); 832 kernelvmstart = module_end; 878 DPRINTF(module_end);
|
| /src/sys/arch/sparc64/sparc64/ |
| pmap.c | 709 extern vaddr_t module_start, module_end; 1236 module_end = 0x08000000; /* keep all modules within 2GB */ 1237 KASSERT(module_end < KERNEND); /* of kernel text */ 1241 module_end = vmmap;
|
| machdep.c | 158 vaddr_t module_start, module_end; variable 209 uvm_map_setup(&module_map_store, module_start, module_end, 0);
|
| /src/external/apache2/llvm/dist/clang/lib/Lex/ |
| HeaderSearch.cpp | 1730 MEnd = ModMap.module_end();
|
| ModuleMap.cpp | 1771 for (auto E = Map.module_begin(); E != Map.module_end(); ++E) {
|
| /src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| CompilerInstance.cpp | 2125 E = MMap.module_end(); I != E; ++I) {
|