Home
last modified time | relevance | path

Searched refs:GetFunction (Results 1 – 16 of 16) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBSymbolContext.i64 lldb::SBFunction GetFunction ();
90 …function = property(GetFunction, SetFunction, doc='''A read/write property that allows the getting…
H A DSBAddress.i132 GetFunction ();
180 …function = property(GetFunction, None, doc='''A read only property that returns an lldb object tha…
H A DSBFrame.i102 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 DSBSymbolContext.cpp90 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 DSBAddress.cpp240 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 DSBFrame.cpp187 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 DIRDynamicChecks.cpp447 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 DClangExpressionParser.cpp1418 *execution_unit_sp->GetModule(), *execution_unit_sp->GetFunction(), in PrepareForExecution()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSymbolContext.h40 lldb::SBFunction GetFunction();
H A DSBAddress.h80 lldb::SBFunction GetFunction();
H A DSBFrame.h53 lldb::SBFunction GetFunction() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DLLVMUserExpression.cpp96 llvm::Function *function = m_execution_unit_sp->GetFunction(); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h73 llvm::Function *GetFunction() { in GetFunction() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h355 bool GetFunction(const DWARFDIE &die, lldb_private::SymbolContext &sc);
H A DSymbolFileDWARF.cpp1544 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 DLLDBWrapLua.cpp4498 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()