Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/dev/acpica/components/utilities/
H A Duteval.c442 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-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h699 MethodNames.push_back(Name); in VFTableRecord()
700 llvm::append_range(MethodNames, Methods); in VFTableRecord()
706 StringRef getName() const { return makeArrayRef(MethodNames).front(); } in getName()
709 return makeArrayRef(MethodNames).drop_front(); in getMethodNames()
715 std::vector<StringRef> MethodNames; variable
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp385 if (!VFT.MethodNames.empty()) { in visitKnownRecord()
390 P.print(join(VFT.MethodNames, Sep)); in visitKnownRecord()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp512 for (auto Name : Record.MethodNames) in visitKnownRecord()
517 Record.MethodNames, in visitKnownRecord()
/freebsd-13.1/sys/contrib/dev/acpica/include/
H A Dacutils.h690 const char **MethodNames,
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp595 IO.mapRequired("MethodNames", Record.MethodNames); in map()