Searched refs:MethodNames (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/external/bsd/acpica/dist/utilities/ |
H A D | uteval.c | 334 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 D | TypeRecord.h | 699 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 D | MinimalTypeDumper.cpp | 385 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 D | TypeRecordMapping.cpp | 512 for (auto Name : Record.MethodNames) in visitKnownRecord() 517 Record.MethodNames, in visitKnownRecord()
|
/netbsd-src/sys/external/bsd/acpica/dist/include/ |
H A D | acutils.h | 610 const char **MethodNames,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 595 IO.mapRequired("MethodNames", Record.MethodNames); in map()
|