Searched refs:moduleName (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lld/COFF/ |
| H A D | LTO.cpp | 184 [&](size_t task, const Twine &moduleName, in compile() 187 file_names[task] = moduleName.str(); in compile() 191 [&](size_t task, const Twine &moduleName) { in compile() argument 192 buf[task].first = moduleName.str(); in compile()
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | LTO.cpp | 318 [&](size_t task, const Twine &moduleName, in compile() 321 filenames[task] = moduleName.str(); in compile() 326 [&](size_t task, const Twine &moduleName) { in compile() argument 327 buf[task].first = moduleName.str(); in compile()
|
| /freebsd-14.2/sys/contrib/ncsw/Peripherals/BM/ |
| H A D | bm.c | 497 memset(p_Bm->moduleName, 0, MODULE_NAME_SIZE); in BM_Config() 498 if(Sprint (p_Bm->moduleName, "BM_0_%d",p_Bm->guestId) != (p_Bm->guestId<10 ? 6:7)) in BM_Config() 567 …if ((err = XX_IpcRegisterMsgHandler(p_Bm->moduleName, BmHandleIpcMsgCB, p_Bm, BM_IPC_MAX_REPLY_SIZ… in BM_Init() 584 p_Bm->h_Session = XX_IpcInitSession(masterModuleName, p_Bm->moduleName); in BM_Init() 630 XX_IpcUnregisterMsgHandler(p_Bm->moduleName); in BM_Free()
|
| H A D | bm.h | 301 char moduleName[MODULE_NAME_SIZE]; member
|
| /freebsd-14.2/contrib/llvm-project/lld/MachO/ |
| H A D | LTO.cpp | 202 [&](size_t task, const Twine &moduleName, in compile() 209 [&](size_t task, const Twine &moduleName) { in compile() argument
|
| /freebsd-14.2/sys/contrib/ncsw/Peripherals/QM/ |
| H A D | qm.c | 729 memset(p_Qm->moduleName, 0, MODULE_NAME_SIZE); in QM_Config() 730 if(Sprint (p_Qm->moduleName, "QM_0_%d",p_Qm->guestId) != (p_Qm->guestId<10 ? 6:7)) in QM_Config() 880 …if ((err = XX_IpcRegisterMsgHandler(p_Qm->moduleName, QmHandleIpcMsgCB, p_Qm, QM_IPC_MAX_REPLY_SIZ… in QM_Init() 893 p_Qm->h_Session = XX_IpcInitSession(masterModuleName, p_Qm->moduleName); in QM_Init() 942 XX_IpcUnregisterMsgHandler(p_Qm->moduleName); in QM_Free()
|
| H A D | qm.h | 477 char moduleName[MODULE_NAME_SIZE]; member
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | DataFileCache.cpp | 57 auto add_buffer = [this](unsigned task, const llvm::Twine &moduleName, in DataFileCache()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | SourceManager.h | 875 void pushModuleBuildStack(StringRef moduleName, FullSourceLoc importLoc) { in pushModuleBuildStack() argument 876 StoredModuleBuildStack.push_back(std::make_pair(moduleName.str(),importLoc)); in pushModuleBuildStack()
|