Home
last modified time | relevance | path

Searched refs:stem (Results 1 – 25 of 50) sorted by relevance

12

/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbolTable.cpp73 StringRef stem = name; in insert() local
76 stem = name.take_front(pos); in insert()
78 auto p = symMap.insert({CachedHashStringRef(stem), (int)symVector.size()}); in insert()
81 if (stem.size() != name.size()) { in insert()
H A DLTO.cpp403 : sys::path::stem(bitcodeFilePath); in compile()
/freebsd/contrib/ncurses/misc/
H A Dmakedef.cmd59 * `codes' is the stem that links a code to every symbol
60 * `names' is the stem where symbols are stored sequentially
150 * Finally we scan the stem, writing out all symbols with export codes.
H A Dcmpdef.cmd57 * `numbers' is the stem where symbols are stored
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp201 StringRef RealStem = llvm::sys::path::stem(RealFileName); in checkPrivateAPINotesName()
394 auto FrameworkName = llvm::sys::path::stem(Path); in findAPINotes()
450 while (llvm::sys::path::stem(ParentPath) == "..") in findAPINotes()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A Dgcov.cpp30 sys::path::append(CoverageFileStem, sys::path::stem(SourceFile)); in reportCoverage()
33 sys::path::append(CoverageFileStem, sys::path::stem(SourceFile)); in reportCoverage()
H A Dllvm-cov.cpp62 if (sys::path::stem(argv[0]).ends_with_insensitive("gcov")) in main()
/freebsd/contrib/llvm-project/lld/Common/
H A DArgs.cpp90 return sys::path::stem(path); in getFilenameWithoutExe()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp254 StringRef HeaderStem = llvm::sys::path::stem(IncludeName); in isMainHeader()
255 StringRef FileStem = llvm::sys::path::stem(FileName); // foo.cu for foo.cu.cc in isMainHeader()
/freebsd/tests/sys/cddl/zfs/tests/zones/
H A Dzones.cfg38 # to the stem passed as $1, to make sure we have a unique name that
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp109 StringRef NBasename = path::stem(*NI); in getRelativeIncludeName()
110 StringRef DBasename = path::stem(*DI); in getRelativeIncludeName()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp75 StringRef Stem = sys::path::stem(ToolName); in getDriverConfig()
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp103 StringRef ProgName = llvm::sys::path::stem(Argv0); in getPrefix()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h375 StringRef stem(StringRef path, Style style = Style::native);
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp600 SubmodulePath.push_back(std::string(llvm::sys::path::stem(DirName))); in getTopFrameworkDir()
1748 StringRef ModuleName = llvm::sys::path::stem(TopFrameworkDir->getName()); in findUsableModuleForFrameworkHeader()
1971 loadFrameworkModule(llvm::sys::path::stem(Dir->path()), *FrameworkDir, in collectAllModules()
2088 StringRef NBasename = path::stem(*NI); in suggestPathToFileForDiagnostics()
2089 StringRef DBasename = path::stem(*DI); in suggestPathToFileForDiagnostics()
H A DModuleMap.cpp662 llvm::sys::path::stem(SkippedDir.getName()), NameBuf); in findOrCreateModuleForHeaderInUmbrellaDir()
680 llvm::sys::path::stem(File.getName()), NameBuf); in findOrCreateModuleForHeaderInUmbrellaDir()
791 llvm::sys::path::stem(SkippedDir.getName()), NameBuf); in isHeaderUnavailableInModule()
802 llvm::sys::path::stem(Header.getName()), in isHeaderUnavailableInModule()
1013 llvm::sys::path::stem(FrameworkDirName), ModuleNameStorage); in inferFrameworkModule()
1053 StringRef Name = llvm::sys::path::stem(FrameworkDirName); in inferFrameworkModule()
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp249 StringRef baseName = sys::path::stem(bitcodeFilePath); in compile()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPSPV.cpp68 std::string Name = std::string(llvm::sys::path::stem(Output.getFilename())); in constructLinkAndEmitSpirvCommand()
H A DHIPUtility.cpp279 std::string Name = std::string(llvm::sys::path::stem(Output.getFilename())); in constructGenerateObjFileFromHIPFatBinary()
H A DFuchsia.cpp63 llvm::sys::path::stem(Exec).equals_insensitive("ld.lld")) { in ConstructJob()
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp1583 StringRef stem = path::stem(path); in findDylib() local
1585 path::append(frameworkName, path::Style::posix, stem + ".framework", stem); in findDylib()
1596 stem, config->librarySearchPaths, {".tbd", ".dylib", ".so"})) in findDylib()
/freebsd/sys/kern/
H A Dkern_conf.c1249 dev_stdclone(char *name, char **namep, const char *stem, int *unit) in dev_stdclone() argument
1253 i = strlen(stem); in dev_stdclone()
1254 if (strncmp(stem, name, i) != 0) in dev_stdclone()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp192 StringRef ExeBasename(llvm::sys::path::stem(Path)); in FixupDiagPrefixExeName()
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/
H A Dti,keystone-rproc.txt16 have an alias with the stem 'rproc' defined. Each node has a number of required
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp408 return ConstString(llvm::sys::path::stem(m_filename.GetStringRef(), m_style)); in GetFileNameStrippingExtension()

12