Home
last modified time | relevance | path

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

/src/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrc.c213 static UINT32 ResourceName; variable
236 if (ResourceName == ACPI_DEFAULT_RESNAME) in AcpiDmDescriptorName()
241 AcpiOsPrintf ("%4.4s", (char *) &ResourceName); in AcpiDmDescriptorName()
381 ResourceName = ACPI_DEFAULT_RESNAME; in AcpiDmResourceTemplate()
466 ResourceName = Node->Name.Integer; in AcpiDmResourceTemplate()
/src/contrib/llvm-project/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()
/src/contrib/llvm-project/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()
/src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp300 SmallString<16> ResourceName = StringRef(Path); in getDarwinDWARFResourceForPath() local
302 ResourceName += ".dSYM"; in getDarwinDWARFResourceForPath()
304 sys::path::append(ResourceName, "Contents", "Resources", "DWARF"); in getDarwinDWARFResourceForPath()
305 sys::path::append(ResourceName, Basename); in getDarwinDWARFResourceForPath()
306 return std::string(ResourceName); in getDarwinDWARFResourceForPath()
/src/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.cpp70 const Function &Fn, const char *ResourceName, uint64_t ResourceSize, in DiagnosticInfoResourceLimit() argument
73 Fn(Fn), ResourceName(ResourceName), ResourceSize(ResourceSize), in DiagnosticInfoResourceLimit()
/src/contrib/llvm-project/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()
/src/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetPfmCounters.td28 string ResourceName = resource_name;