Home
last modified time | relevance | path

Searched refs:moduleName (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_suppressions.cpp45 if (const char *moduleName = in GetSuppressionForAddr() local
47 if (suppressions->Match(moduleName, suppr_type, &s)) in GetSuppressionForAddr()
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp190 [&](size_t task, const Twine &moduleName, in compile()
193 file_names[task] = moduleName.str(); in compile()
197 [&](size_t task, const Twine &moduleName) { in compile() argument
198 buf[task].first = moduleName.str(); in compile()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp325 [&](size_t task, const Twine &moduleName, in compile()
328 filenames[task] = moduleName.str(); in compile()
333 [&](size_t task, const Twine &moduleName) { in compile() argument
334 buf[task].first = moduleName.str(); in compile()
/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.c497 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 Dbm.h301 char moduleName[MODULE_NAME_SIZE]; member
/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp202 [&](size_t task, const Twine &moduleName, in compile()
209 [&](size_t task, const Twine &moduleName) { in compile() argument
/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.c729 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 Dqm.h477 char moduleName[MODULE_NAME_SIZE]; member
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp57 auto add_buffer = [this](unsigned task, const llvm::Twine &moduleName, in DataFileCache()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h883 void pushModuleBuildStack(StringRef moduleName, FullSourceLoc importLoc) { in pushModuleBuildStack() argument
884 StoredModuleBuildStack.push_back(std::make_pair(moduleName.str(),importLoc)); in pushModuleBuildStack()
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp2704 StringRef moduleName = mlirModule.getName().value_or("CIRToLLVMModule"); in lowerDirectlyFromCIRToLLVMIR() local
2706 mlir::translateModuleToLLVMIR(mlirModule, llvmCtx, moduleName); in lowerDirectlyFromCIRToLLVMIR()