Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/
HDuteval.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-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDTypeRecord.h705 MethodNames.push_back(Name); in VFTableRecord()
706 MethodNames.insert(MethodNames.end(), Methods.begin(), Methods.end()); in VFTableRecord()
712 StringRef getName() const { return makeArrayRef(MethodNames).front(); } in getName()
715 return makeArrayRef(MethodNames).drop_front(); in getMethodNames()
721 std::vector<StringRef> MethodNames; variable
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDMinimalTypeDumper.cpp384 if (!VFT.MethodNames.empty()) { in visitKnownRecord()
389 P.print(join(VFT.MethodNames, Sep)); in visitKnownRecord()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDTypeRecordMapping.cpp486 for (auto Name : Record.MethodNames) in visitKnownRecord()
491 Record.MethodNames, in visitKnownRecord()
/freebsd-11-stable/sys/contrib/dev/acpica/include/
HDacutils.h685 const char **MethodNames,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCodeViewYAMLTypes.cpp590 IO.mapRequired("MethodNames", Record.MethodNames); in map()