Home
last modified time | relevance | path

Searched refs:ResourceName (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-mca/
H A DPipelinePrinter.cpp92 std::string ResourceName = ProcResource.Name; in getJSONTargetInfo() local
94 ResourceName += "."; in getJSONTargetInfo()
95 ResourceName += J; in getJSONTargetInfo()
98 Resources.push_back(ResourceName); in getJSONTargetInfo()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DExegesisEmitter.cpp75 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()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp251 SmallString<16> ResourceName = StringRef(Path); in getDarwinDWARFResourceForPath() local
253 ResourceName += ".dSYM"; in getDarwinDWARFResourceForPath()
255 sys::path::append(ResourceName, "Contents", "Resources", "DWARF"); in getDarwinDWARFResourceForPath()
256 sys::path::append(ResourceName, Basename); in getDarwinDWARFResourceForPath()
257 return std::string(ResourceName.str()); in getDarwinDWARFResourceForPath()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDiagnosticInfo.cpp69 const Function &Fn, const char *ResourceName, uint64_t ResourceSize, in DiagnosticInfoResourceLimit() argument
72 Fn(Fn), ResourceName(ResourceName), ResourceSize(ResourceSize), in DiagnosticInfoResourceLimit()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetPfmCounters.td28 string ResourceName = resource_name;
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDiagnosticInfo.h364 const char *ResourceName; variable
375 DiagnosticInfoResourceLimit(const Function &Fn, const char *ResourceName,
381 const char *getResourceName() const { return ResourceName; } in getResourceName()