Searched refs:function_address (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | ThreadPlanCallFunctionUsingABI.h | 32 const Address &function_address,
|
| H A D | Target.h | 1152 const Address &function_address,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangFunctionCaller.h | 114 const Address &function_address,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 113 const Address *function_address = GetPrintForDebuggerAddr(); in GetObjectDescription() local 114 if (!function_address) in GetObjectDescription() 172 eLanguageTypeObjC, return_compiler_type, *function_address, in GetObjectDescription()
|
| H A D | AppleObjCRuntimeV2.cpp | 1888 Address function_address; in UpdateISAToDescriptorMap() local 2153 Address function_address; in UpdateISAToDescriptorMap() local
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Expression/ |
| H A D | FunctionCaller.h | 82 const Address &function_address,
|
| /openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/ |
| H A D | gdbremote_testcase.py | 1435 function_address = int(context.get("function_address"), 16) 1452 function_address, 1461 function_address, breakpoint_kind=BREAKPOINT_KIND)
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | TypeSystem.h | 489 const Address &function_address, in GetFunctionCaller() argument
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 1217 const Address &function_address,
|
| H A D | TypeSystemClang.cpp | 10014 const CompilerType &return_type, const Address &function_address, in GetFunctionCaller() argument 10024 return new ClangFunctionCaller(*process, return_type, function_address, in GetFunctionCaller()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Target.cpp | 2452 const Address &function_address, const ValueList &arg_value_list, in GetFunctionCallerForLanguage() argument 2469 auto *persistent_fn = ts->GetFunctionCaller(return_type, function_address, in GetFunctionCallerForLanguage()
|