Searched refs:ResourceName (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/contrib/dev/acpica/components/disassembler/ |
| H A D | dmresrc.c | 213 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 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()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | ExegesisEmitter.cpp | 76 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 D | Symbolize.cpp | 305 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 D | DiagnosticInfo.cpp | 103 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 D | DiagnosticInfo.h | 448 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 D | TargetPfmCounters.td | 28 string ResourceName = resource_name;
|