Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBSymbolContextExtensions.i8 …function = property(GetFunction, SetFunction, doc='''A read/write property that allows the getting…
H A DSBAddressExtensions.i46 …function = property(GetFunction, None, doc='''A read only property that returns an lldb object tha…
H A DSBFrameExtensions.i65 …function = property(GetFunction, None, doc='''A read only property that returns an lldb object tha…
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp427 static llvm::Function *GetFunction(llvm::Value *value) { in GetFunction() function in ObjcObjectChecker
438 return GetFunction(const_expr->getOperand(0)); in GetFunction()
446 return GetFunction(inst->getCalledOperand()); in GetCalledFunction()
H A DClangExpressionParser.cpp1393 *execution_unit_sp->GetModule(), *execution_unit_sp->GetFunction(), in PrepareForExecution()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSymbolContext.h44 lldb::SBFunction GetFunction();
H A DSBAddress.h80 lldb::SBFunction GetFunction();
H A DSBFrame.h62 lldb::SBFunction GetFunction() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBSymbolContext.cpp73 SBFunction SBSymbolContext::GetFunction() { in GetFunction() function in SBSymbolContext
H A DSBAddress.cpp231 SBFunction SBAddress::GetFunction() { in GetFunction() function in SBAddress
H A DSBFrame.cpp184 SBFunction SBFrame::GetFunction() const { in GetFunction() function in SBFrame
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp419 LVScope *LVElement::traverseParents(LVScopeGetFunction GetFunction) const { in traverseParents()
421 while (Parent && !(Parent->*GetFunction)()) in traverseParents()
H A DLVScope.cpp700 void LVScope::traverseParents(LVScopeGetFunction GetFunction, in traverseParents() argument
706 if ((Parent->*GetFunction)()) in traverseParents()
713 void LVScope::traverseParentsAndChildren(LVObjectGetFunction GetFunction, in traverseParentsAndChildren() argument
720 if ((Parent->*GetFunction)()) in traverseParentsAndChildren()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h73 llvm::Function *GetFunction() { in GetFunction() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DLLVMUserExpression.cpp97 llvm::Function *function = m_execution_unit_sp->GetFunction(); in DoExecute()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h115 void traverseParents(LVScopeGetFunction GetFunction,
227 void traverseParentsAndChildren(LVObjectGetFunction GetFunction,
H A DLVElement.h320 LVScope *traverseParents(LVScopeGetFunction GetFunction) const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h384 bool GetFunction(const DWARFDIE &die, SymbolContext &sc);
H A DSymbolFileDWARF.cpp1699 bool SymbolFileDWARF::GetFunction(const DWARFDIE &die, SymbolContext &sc) { in GetFunction() function in SymbolFileDWARF
2476 if (GetFunction(die, sc)) { in ResolveFunction()
2857 !GetFunction(DWARFDIE(die.GetCU(), parent_die), sc)) in GetTypeForDIE()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp4637 result = (arg1)->GetFunction(); in _wrap_SBAddress_GetFunction()
29105 result = ((lldb::SBFrame const *)arg1)->GetFunction(); in _wrap_SBFrame_GetFunction()
50526 result = (arg1)->GetFunction(); in _wrap_SBSymbolContext_GetFunction()