/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | SymbolTable.cpp | 73 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 D | LTO.cpp | 403 : sys::path::stem(bitcodeFilePath); in compile()
|
/freebsd/contrib/ncurses/misc/ |
H A D | makedef.cmd | 59 * `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 D | cmpdef.cmd | 57 * `numbers' is the stem where symbols are stored
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesManager.cpp | 201 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 D | gcov.cpp | 30 sys::path::append(CoverageFileStem, sys::path::stem(SourceFile)); in reportCoverage() 33 sys::path::append(CoverageFileStem, sys::path::stem(SourceFile)); in reportCoverage()
|
H A D | llvm-cov.cpp | 62 if (sys::path::stem(argv[0]).ends_with_insensitive("gcov")) in main()
|
/freebsd/contrib/llvm-project/lld/Common/ |
H A D | Args.cpp | 90 return sys::path::stem(path); in getFilenameWithoutExe()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/ |
H A D | HeaderIncludes.cpp | 254 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 D | zones.cfg | 38 # to the stem passed as $1, to make sure we have a unique name that
|
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
H A D | ExtractAPIConsumer.cpp | 109 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 D | llvm-objcopy.cpp | 75 StringRef Stem = sys::path::stem(ToolName); in getDriverConfig()
|
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/ |
H A D | DlltoolDriver.cpp | 103 StringRef ProgName = llvm::sys::path::stem(Argv0); in getPrefix()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Path.h | 375 StringRef stem(StringRef path, Style style = Style::native);
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | HeaderSearch.cpp | 600 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 D | ModuleMap.cpp | 662 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 D | LTO.cpp | 249 StringRef baseName = sys::path::stem(bitcodeFilePath); in compile()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | HIPSPV.cpp | 68 std::string Name = std::string(llvm::sys::path::stem(Output.getFilename())); in constructLinkAndEmitSpirvCommand()
|
H A D | HIPUtility.cpp | 279 std::string Name = std::string(llvm::sys::path::stem(Output.getFilename())); in constructGenerateObjFileFromHIPFatBinary()
|
H A D | Fuchsia.cpp | 63 llvm::sys::path::stem(Exec).equals_insensitive("ld.lld")) { in ConstructJob()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | InputFiles.cpp | 1583 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 D | kern_conf.c | 1249 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 D | driver.cpp | 192 StringRef ExeBasename(llvm::sys::path::stem(Path)); in FixupDiagPrefixExeName()
|
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/ |
H A D | ti,keystone-rproc.txt | 16 have an alias with the stem 'rproc' defined. Each node has a number of required
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | FileSpec.cpp | 408 return ConstString(llvm::sys::path::stem(m_filename.GetStringRef(), m_style)); in GetFileNameStrippingExtension()
|