| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBSymbolContext.i | 64 lldb::SBFunction GetFunction (); 90 …function = property(GetFunction, SetFunction, doc='''A read/write property that allows the getting…
|
| H A D | SBAddress.i | 132 GetFunction (); 180 …function = property(GetFunction, None, doc='''A read only property that returns an lldb object tha…
|
| H A D | SBFrame.i | 102 GetFunction () const; 348 …function = property(GetFunction, None, doc='''A read only property that returns an lldb object tha…
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBSymbolContext.cpp | 90 SBFunction SBSymbolContext::GetFunction() { in GetFunction() function in SBSymbolContext 91 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBFunction, SBSymbolContext, GetFunction); in GetFunction() 250 LLDB_REGISTER_METHOD(lldb::SBFunction, SBSymbolContext, GetFunction, ()); in RegisterMethods()
|
| H A D | SBAddress.cpp | 240 SBFunction SBAddress::GetFunction() { in GetFunction() function in SBAddress 241 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBFunction, SBAddress, GetFunction); in GetFunction() 310 LLDB_REGISTER_METHOD(lldb::SBFunction, SBAddress, GetFunction, ()); in RegisterMethods()
|
| H A D | SBFrame.cpp | 187 SBFunction SBFrame::GetFunction() const { in GetFunction() function in SBFrame 188 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBFunction, SBFrame, GetFunction); in GetFunction() 1308 LLDB_REGISTER_METHOD_CONST(lldb::SBFunction, SBFrame, GetFunction, ()); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRDynamicChecks.cpp | 447 static llvm::Function *GetFunction(llvm::Value *value) { in GetFunction() function in ObjcObjectChecker 458 return GetFunction(const_expr->getOperand(0)); in GetFunction() 466 return GetFunction(inst->getCalledOperand()); in GetCalledFunction()
|
| H A D | ClangExpressionParser.cpp | 1418 *execution_unit_sp->GetModule(), *execution_unit_sp->GetFunction(), in PrepareForExecution()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBSymbolContext.h | 40 lldb::SBFunction GetFunction();
|
| H A D | SBAddress.h | 80 lldb::SBFunction GetFunction();
|
| H A D | SBFrame.h | 53 lldb::SBFunction GetFunction() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | LLVMUserExpression.cpp | 96 llvm::Function *function = m_execution_unit_sp->GetFunction(); in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | IRExecutionUnit.h | 73 llvm::Function *GetFunction() { in GetFunction() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.h | 355 bool GetFunction(const DWARFDIE &die, lldb_private::SymbolContext &sc);
|
| H A D | SymbolFileDWARF.cpp | 1544 bool SymbolFileDWARF::GetFunction(const DWARFDIE &die, SymbolContext &sc) { in GetFunction() function in SymbolFileDWARF 2174 if (GetFunction(die, sc)) { in ResolveFunction() 2505 !GetFunction(DWARFDIE(die.GetCU(), parent_die), sc)) in GetTypeForDIE()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 4498 result = (arg1)->GetFunction(); in _wrap_SBAddress_GetFunction() 26712 result = ((lldb::SBFrame const *)arg1)->GetFunction(); in _wrap_SBFrame_GetFunction() 45923 result = (arg1)->GetFunction(); in _wrap_SBSymbolContext_GetFunction()
|