Searched refs:modName (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dompt-general.cpp198 TCHAR modName[MAX_PATH]; local
199 if (GetModuleFileName(modules[i], modName, MAX_PATH))
201 modName);
208 TCHAR modName[MAX_PATH]; local
209 if (GetModuleFileName(modules[i], modName, MAX_PATH))
211 modName);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp983 StringRef modName = Parser.getTok().getString();
984 if (modName == "a" || modName == "pn" || modName == "pt") {
985 Operands.push_back(SparcOperand::CreateToken(modName,
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp909 StringRef modName = inArchive ? file->getName() : StringRef(objName); local
911 file->moduleDBI = &exitOnErr(dbiBuilder.addModuleInfo(modName));

Completed in 126 milliseconds