Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp201 std::string ChildName = Ename.get().str(); in loadArFile() local
203 errs() << "Parsing member '" << ChildName in loadArFile()
209 WithColor::error() << " loading memory for member '" << ChildName in loadArFile()
223 << ChildName << "'\n"; in loadArFile()
236 WithColor::error() << " parsing member '" << ChildName in loadArFile()
242 errs() << "Linking member '" << ChildName << "' of archive library.\n"; in loadArFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h43 FunctionId ChildName);
46 FunctionId ChildName,
48 void removeChildContext(const LineLocation &CallSite, FunctionId ChildName);
/freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp84 std::string ChildName; in fail()
87 ChildName = std::string(NameOrErr.get());
91 ChildName = "<file index: " + std::to_string(Index) + ">"; in reportArchiveChildIssue() local
94 WithColor::warning() << ArchiveFilename << "(" << ChildName in reportArchiveChildIssue()