Searched refs:MethodNames (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/dev/acpica/components/utilities/ |
H A D | uteval.c | 442 const char **MethodNames, in AcpiUtExecutePowerMethods() argument 462 ACPI_CAST_PTR (char, MethodNames[i]), in AcpiUtExecutePowerMethods() 482 ACPI_CAST_PTR (char, MethodNames[i]), in AcpiUtExecutePowerMethods()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 700 MethodNames.push_back(Name); in VFTableRecord() 701 llvm::append_range(MethodNames, Methods); in VFTableRecord() 707 StringRef getName() const { return ArrayRef(MethodNames).front(); } in getName() 710 return ArrayRef(MethodNames).drop_front(); in getMethodNames() 716 std::vector<StringRef> MethodNames; variable
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 390 if (!VFT.MethodNames.empty()) { in visitKnownRecord() 395 P.print(join(VFT.MethodNames, Sep)); in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeRecordMapping.cpp | 531 for (auto Name : Record.MethodNames) in visitKnownRecord() 536 Record.MethodNames, in visitKnownRecord()
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | acutils.h | 718 const char **MethodNames,
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 599 IO.mapRequired("MethodNames", Record.MethodNames); in map()
|