Home
last modified time | relevance | path

Searched defs:method_name (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPythonInterface.h37 T Dispatch(llvm::StringRef method_name, Status &error, Args... args) { in Dispatch()
H A DScriptedPythonInterface.cpp30 ScriptedPythonInterface::GetStatusFromMethod(llvm::StringRef method_name) { in GetStatusFromMethod()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h157 char* method_name; member
182 char* method_name; member
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DLanguage.h200 GetMethodNameVariants(ConstString method_name) const { in GetMethodNameVariants()
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonTestSuite.cpp97 const char *method_name, in LLDBSWIGPythonCallThreadPlan()
111 void *implementor, const char *method_name, in LLDBSwigPythonCallBreakpointResolver()
/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dgenerator.h29 string method_name; member
H A Dgenerator.cc262 string method_name; in add_set_enum() local
864 string isl_class::method_name(FunctionDecl *fd) const in method_name() function in isl_class
H A Dcpp.cc1162 const std::string &method_name, const std::string &enum_name) : in EnumMethod()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp610 #define LSM_INSERT_NULLARY(receiver, method_name) \ argument
613 #define LSM_INSERT_UNARY(receiver, method_name) \ argument
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp3688 uint32_t method_name; /* SEL, aka struct objc_selector * (32-bit pointer) */ member