Home
last modified time | relevance | path

Searched refs:ChildName (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-link/
H A Dllvm-link.cpp189 std::string ChildName = Ename.get().str(); in loadArFile() local
191 errs() << "Parsing member '" << ChildName in loadArFile()
197 WithColor::error() << " loading memory for member '" << ChildName in loadArFile()
211 << ChildName << "'\n"; in loadArFile()
224 WithColor::error() << " parsing member '" << ChildName in loadArFile()
230 errs() << "Linking member '" << ChildName << "' of archive library.\n"; in loadArFile()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h43 StringRef ChildName);
46 StringRef ChildName,
48 void removeChildContext(const LineLocation &CallSite, StringRef ChildName);
/llvm-project-15.0.7/clang/tools/clang-nvlink-wrapper/
H A DClangNvlinkWrapper.cpp109 StringRef ChildName = sys::path::filename(ChildNameOrErr.get()); in extractArchiveFiles() local
117 auto ChildNameSplit = ChildName.split('.'); in extractArchiveFiles()
123 return createFileError(ChildName, EC); in extractArchiveFiles()
/llvm-project-15.0.7/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp88 std::string ChildName; in reportArchiveChildIssue() local
91 ChildName = std::string(NameOrErr.get()); in reportArchiveChildIssue()
95 ChildName = "<file index: " + std::to_string(Index) + ">"; in reportArchiveChildIssue()
98 WithColor::warning() << ArchiveFilename << "(" << ChildName in reportArchiveChildIssue()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp1329 const StringRef ChildName = ChildBF.getOneName(); in foldFunction() local
1370 std::string NewName = "__ICF_" + ChildName.str(); in foldFunction()