Searched refs:ResourceName (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-mca/ |
| H A D | PipelinePrinter.cpp | 92 std::string ResourceName = ProcResource.Name; in getJSONTargetInfo() local 94 ResourceName += "."; in getJSONTargetInfo() 95 ResourceName += J; in getJSONTargetInfo() 98 Resources.push_back(ResourceName); in getJSONTargetInfo()
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | ExegesisEmitter.cpp | 75 const llvm::StringRef ResourceName = in collectPfmCounters() local 77 if (ResourceName.empty()) in collectPfmCounters() 79 if (!Seen.insert(ResourceName).second) in collectPfmCounters() 81 "duplicate ResourceName " + ResourceName); in collectPfmCounters()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DiagnosticInfo.h | 192 const char *ResourceName; variable 203 DiagnosticInfoResourceLimit(const Function &Fn, const char *ResourceName, 207 : DiagnosticInfo(Kind, Severity), Fn(Fn), ResourceName(ResourceName), in DiagnosticInfo() 211 const char *getResourceName() const { return ResourceName; } in getResourceName()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/ |
| H A D | Symbolize.cpp | 252 SmallString<16> ResourceName = StringRef(Path); in getDarwinDWARFResourceForPath() local 254 ResourceName += ".dSYM"; in getDarwinDWARFResourceForPath() 256 sys::path::append(ResourceName, "Contents", "Resources", "DWARF"); in getDarwinDWARFResourceForPath() 257 sys::path::append(ResourceName, Basename); in getDarwinDWARFResourceForPath() 258 return std::string(ResourceName.str()); in getDarwinDWARFResourceForPath()
|
| /llvm-project-15.0.7/llvm/include/llvm/Target/ |
| H A D | TargetPfmCounters.td | 28 string ResourceName = resource_name;
|