| /freebsd-src/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBSymbolContextExtensions.i | 8 …function = property(GetFunction, SetFunction, doc='''A read/write property that allows the getting…
|
| H A D | SBAddressExtensions.i | 46 …function = property(GetFunction, None, doc='''A read only property that returns an lldb object tha…
|
| H A D | SBFrameExtensions.i | 75 function = property(GetFunction, None, doc='''A read only property that returns an lldb object that represents the function (lldb.SBFunction) for this stack frame.''')
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRDynamicChecks.cpp | 427 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 D | ClangExpressionParser.cpp | 1396 *execution_unit_sp->GetModule(), *execution_unit_sp->GetFunction(), in PrepareForExecution()
|
| /freebsd-src/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBSymbolContext.h | 44 lldb::SBFunction GetFunction();
|
| H A D | SBAddress.h | 80 lldb::SBFunction GetFunction();
|
| H A D | SBFrame.h | 62 lldb::SBFunction GetFunction() const;
|
| /freebsd-src/contrib/llvm-project/lldb/source/API/ |
| H A D | SBSymbolContext.cpp | 73 SBFunction SBSymbolContext::GetFunction() { in GetFunction() function in SBSymbolContext
|
| H A D | SBAddress.cpp | 231 SBFunction SBAddress::GetFunction() { in GetFunction() function in SBAddress
|
| H A D | SBFrame.cpp | 184 SBFunction SBFrame::GetFunction() const { in GetFunction() function in SBFrame
|
| /freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVElement.cpp | 419 LVScope *LVElement::traverseParents(LVScopeGetFunction GetFunction) const { in traverseParents() 421 while (Parent && !(Parent->*GetFunction)()) in traverseParents()
|
| H A D | LVScope.cpp | 700 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-src/contrib/llvm-project/lldb/source/Expression/ |
| H A D | LLVMUserExpression.cpp | 97 llvm::Function *function = m_execution_unit_sp->GetFunction(); in DoExecute()
|
| /freebsd-src/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | IRExecutionUnit.h | 73 llvm::Function *GetFunction() { in GetFunction() function
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVScope.h | 115 void traverseParents(LVScopeGetFunction GetFunction, 227 void traverseParentsAndChildren(LVObjectGetFunction GetFunction,
|
| H A D | LVElement.h | 320 LVScope *traverseParents(LVScopeGetFunction GetFunction) const;
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.h | 394 bool GetFunction(const DWARFDIE &die, SymbolContext &sc);
|
| H A D | SymbolFileDWARF.cpp | 1726 bool SymbolFileDWARF::GetFunction(const DWARFDIE &die, SymbolContext &sc) { in GetExternalModule() 2517 if (GetFunction(die, sc)) { in DIEInDeclContext() 2921 !GetFunction(DWARFDIE(die.GetCU(), parent_die), sc)) in GetObjCClassSymbol() 1699 bool SymbolFileDWARF::GetFunction(const DWARFDIE &die, SymbolContext &sc) { GetFunction() function in SymbolFileDWARF
|
| /freebsd-src/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 4689 SWIG_check_num_args("lldb::SBAddress::GetFunction",1,1) in _wrap_SBAddress_GetSymbol() 4690 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAddress::GetFunction",1,"lldb::SBAddress *"); in _wrap_SBAddress_GetSymbol() 4696 result = (arg1)->GetFunction(); in _wrap_SBAddress_GetSymbol() 4844 { "GetFunction", _wrap_SBAddress_GetFunction}, in _wrap_new_SBAttachInfo__SWIG_1() 30529 SWIG_check_num_args("lldb::SBFrame::GetFunction",1,1) in _wrap_SBFrame_FindValue() 30530 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBFrame::GetFunction",1,"lldb::SBFrame const *"); in _wrap_SBFrame_FindValue() 30536 result = ((lldb::SBFrame const *)arg1)->GetFunction(); in _wrap_SBFrame_FindValue() 32134 { "GetFunction", _wrap_SBFrame_GetFunction}, in _wrap_SBInstruction_CanSetBreakpoint() [all...] |