Searched refs:MethodNames (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/ |
| HD | 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-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| HD | TypeRecord.h | 705 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/ |
| HD | MinimalTypeDumper.cpp | 384 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/ |
| HD | TypeRecordMapping.cpp | 486 for (auto Name : Record.MethodNames) in visitKnownRecord() 491 Record.MethodNames, in visitKnownRecord()
|
| /freebsd-11-stable/sys/contrib/dev/acpica/include/ |
| HD | acutils.h | 685 const char **MethodNames,
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| HD | CodeViewYAMLTypes.cpp | 590 IO.mapRequired("MethodNames", Record.MethodNames); in map()
|