Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/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()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DExegesisEmitter.cpp76 const llvm::StringRef ResourceName = in collectPfmCounters() local
78 if (ResourceName.empty()) in collectPfmCounters()
80 if (!Seen.insert(ResourceName).second) in collectPfmCounters()
82 "duplicate ResourceName " + ResourceName); in collectPfmCounters()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp305 SmallString<16> ResourceName = StringRef(Path); in getDarwinDWARFResourceForPath() local
307 ResourceName += ".dSYM"; in getDarwinDWARFResourceForPath()
309 sys::path::append(ResourceName, "Contents", "Resources", "DWARF"); in getDarwinDWARFResourceForPath()
310 sys::path::append(ResourceName, Basename); in getDarwinDWARFResourceForPath()
311 return std::string(ResourceName); in getDarwinDWARFResourceForPath()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.cpp103 const Function &Fn, const char *ResourceName, uint64_t ResourceSize, in DiagnosticInfoResourceLimit() argument
106 Fn(Fn), ResourceName(ResourceName), ResourceSize(ResourceSize), in DiagnosticInfoResourceLimit()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h448 const char *ResourceName; variable
459 DiagnosticInfoResourceLimit(const Function &Fn, const char *ResourceName,
465 const char *getResourceName() const { return ResourceName; } in getResourceName()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetPfmCounters.td28 string ResourceName = resource_name;