Home
last modified time | relevance | path

Searched refs:method_name (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.cpp80 llvm::StringRef method_name) { in GetStatusFromMethod() argument
97 PyObject_GetAttrString(implementor.get(), method_name.str().c_str())); in GetStatusFromMethod()
116 method_name.str().c_str(), in GetStatusFromMethod()
144 ScriptedProcessPythonInterface::GetGenericInteger(llvm::StringRef method_name) { in GetGenericInteger() argument
161 PyObject_GetAttrString(implementor.get(), method_name.str().c_str())); in GetGenericInteger()
180 method_name.str().c_str(), in GetGenericInteger()
H A DScriptedProcessPythonInterface.h55 GetGenericInteger(llvm::StringRef method_name);
56 Status GetStatusFromMethod(llvm::StringRef method_name);
H A DScriptInterpreterPython.cpp125 const char *method_name,
133 LLDBSwigPythonCallBreakpointResolver(void *implementor, const char *method_name,
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h157 char* method_name; member
182 char* method_name; member
H A DIntelJITEventListener.cpp168 Result.method_name = const_cast<char*>(FnName); in FunctionDescToIntelJITFormat()
/freebsd-13.1/sys/dev/acpica/
H A Dacpi_powerres.c304 char *method_name, *reslist_name; in acpi_pwr_switch_consumer() local
331 method_name = "_PS0"; in acpi_pwr_switch_consumer()
335 method_name = "_PS1"; in acpi_pwr_switch_consumer()
339 method_name = "_PS2"; in acpi_pwr_switch_consumer()
343 method_name = "_PS3"; in acpi_pwr_switch_consumer()
362 if (ACPI_FAILURE(AcpiGetHandle(consumer, method_name, &method_handle))) in acpi_pwr_switch_consumer()
/freebsd-13.1/lib/libc/net/
H A Dnsdispatch.c632 const char *method_name, const ns_src defaults[], ...) in _nsdispatch() argument
678 method_name, disp_tab, &mdata); in _nsdispatch()
698 method_name, disp_tab, &mdata); in _nsdispatch()
753 srclist[i].name, database, method_name); in _nsdispatch()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h105 GetMethodNameVariants(ConstString method_name) const override;
H A DObjCLanguage.cpp229 ObjCLanguage::GetMethodNameVariants(ConstString method_name) const { in GetMethodNameVariants()
231 ObjCLanguage::MethodName objc_method(method_name.GetCString(), false); in GetMethodNameVariants()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A Dpython-wrapper.swig417 const char *method_name,
426 auto pfunc = self.ResolveName<PythonCallable>(method_name);
444 printf ("Return value was neither false nor true for call to %s.\n", method_name);
456 printf ("Wrong return value type for call to %s.\n", method_name);
507 const char *method_name,
513 auto pfunc = self.ResolveName<PythonCallable>(method_name);
536 if (strcmp(method_name, "__callback__") == 0) {
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h201 GetMethodNameVariants(ConstString method_name) const { in GetMethodNameVariants() argument
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp610 #define LSM_INSERT_NULLARY(receiver, method_name) \ argument
612 &Ctx.Idents.get(method_name))});
613 #define LSM_INSERT_UNARY(receiver, method_name) \ argument
615 Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(method_name))});
/freebsd-13.1/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dast.py798 method_name = temp_tokens[0].name
799 method = getattr(self, 'handle_' + method_name, None)
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3665 uint32_t method_name; /* SEL, aka struct objc_selector * (32-bit pointer) */ member
3940 sys::swapByteOrder(method.method_name); in swapStruct()
4417 << format("0x%08" PRIx32, method.method_name); in print_method_list()
4419 name = get_pointer_32(method.method_name, offset, xleft, S, info, true); in print_method_list()