Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/utilities/
H A Duteval.c334 const char **MethodNames, in AcpiUtExecutePowerMethods() argument
354 ACPI_CAST_PTR (char, MethodNames[i]), in AcpiUtExecutePowerMethods()
374 ACPI_CAST_PTR (char, MethodNames[i]), in AcpiUtExecutePowerMethods()
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp385 if (!VFT.MethodNames.empty()) { in visitKnownRecord()
390 P.print(join(VFT.MethodNames, Sep)); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp512 for (auto Name : Record.MethodNames) in visitKnownRecord()
517 Record.MethodNames, in visitKnownRecord()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacutils.h610 const char **MethodNames,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp595 IO.mapRequired("MethodNames", Record.MethodNames); in map()