| /openbsd-src/gnu/llvm/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…
|
| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | in_call_stack.py | 21 function = frame.GetFunction()
|
| H A D | disasm.py | 77 function = frame.GetFunction()
|
| H A D | symbolication.py | 87 function = sym_ctx.GetFunction() 107 function = sym_ctx.GetFunction()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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;
|
| /openbsd-src/gnu/llvm/lldb/utils/lui/ |
| H A D | lldbutil.py | 800 function = frame.GetFunction() 867 if frame.GetFunction(): 868 name = frame.GetFunction().GetName()
|
| /openbsd-src/gnu/llvm/clang/utils/ |
| H A D | ClangDataFormat.py | 83 func_addr = frame.GetFunction().GetStartAddress().GetFileAddress()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVElement.cpp | 383 LVScope *LVElement::traverseParents(LVScopeGetFunction GetFunction) const { in traverseParents() 385 while (Parent && !(Parent->*GetFunction)()) in traverseParents()
|
| H A D | LVScope.cpp | 713 void LVScope::traverseParents(LVScopeGetFunction GetFunction, in traverseParents() argument 719 if ((Parent->*GetFunction)()) in traverseParents() 726 void LVScope::traverseParentsAndChildren(LVObjectGetFunction GetFunction, in traverseParentsAndChildren() argument 733 if ((Parent->*GetFunction)()) in traverseParentsAndChildren()
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/lldb/examples/functions/ |
| H A D | main.cpp | 215 SBFunction function(sc.GetFunction()); in main()
|
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | LLVMUserExpression.cpp | 96 llvm::Function *function = m_execution_unit_sp->GetFunction(); in DoExecute()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Expression/ |
| H A D | IRExecutionUnit.h | 73 llvm::Function *GetFunction() { in GetFunction() function
|
| /openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbutil.py | 1120 function = frame.GetFunction() 1258 if frame.GetFunction(): 1259 name = frame.GetFunction().GetName()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVElement.h | 303 LVScope *traverseParents(LVScopeGetFunction GetFunction) const;
|
| H A D | LVScope.h | 115 void traverseParents(LVScopeGetFunction GetFunction, 227 void traverseParentsAndChildren(LVObjectGetFunction GetFunction,
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
| H A D | JSONUtils.cpp | 623 lldb::SBFunction function = frame.GetFunction(); in CreateSource() 767 bool is_optimized = frame.GetFunction().GetIsOptimized(); in CreateStackFrame()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.h | 382 bool GetFunction(const DWARFDIE &die, lldb_private::SymbolContext &sc);
|
| H A D | SymbolFileDWARF.cpp | 1664 bool SymbolFileDWARF::GetFunction(const DWARFDIE &die, SymbolContext &sc) { in GetFunction() function in SymbolFileDWARF 2319 if (GetFunction(die, sc)) { in ResolveFunction() 2712 !GetFunction(DWARFDIE(die.GetCU(), parent_die), sc)) in GetTypeForDIE()
|