Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h700 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 DMinimalTypeDumper.cpp390 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 DTypeRecordMapping.cpp531 for (auto Name : Record.MethodNames) in visitKnownRecord()
536 Record.MethodNames, in visitKnownRecord()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacutils.h718 const char **MethodNames,
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp599 IO.mapRequired("MethodNames", Record.MethodNames); in map()