Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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…
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Din_call_stack.py21 function = frame.GetFunction()
H A Ddisasm.py77 function = frame.GetFunction()
H A Dsymbolication.py87 function = sym_ctx.GetFunction()
107 function = sym_ctx.GetFunction()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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;
/openbsd-src/gnu/llvm/lldb/utils/lui/
H A Dlldbutil.py800 function = frame.GetFunction()
867 if frame.GetFunction():
868 name = frame.GetFunction().GetName()
/openbsd-src/gnu/llvm/clang/utils/
H A DClangDataFormat.py83 func_addr = frame.GetFunction().GetStartAddress().GetFileAddress()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp383 LVScope *LVElement::traverseParents(LVScopeGetFunction GetFunction) const { in traverseParents()
385 while (Parent && !(Parent->*GetFunction)()) in traverseParents()
H A DLVScope.cpp713 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 DSBSymbolContext.cpp73 SBFunction SBSymbolContext::GetFunction() { in GetFunction() function in SBSymbolContext
H A DSBAddress.cpp231 SBFunction SBAddress::GetFunction() { in GetFunction() function in SBAddress
/openbsd-src/gnu/llvm/lldb/examples/functions/
H A Dmain.cpp215 SBFunction function(sc.GetFunction()); in main()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DLLVMUserExpression.cpp96 llvm::Function *function = m_execution_unit_sp->GetFunction(); in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h73 llvm::Function *GetFunction() { in GetFunction() function
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py1120 function = frame.GetFunction()
1258 if frame.GetFunction():
1259 name = frame.GetFunction().GetName()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h303 LVScope *traverseParents(LVScopeGetFunction GetFunction) const;
H A DLVScope.h115 void traverseParents(LVScopeGetFunction GetFunction,
227 void traverseParentsAndChildren(LVObjectGetFunction GetFunction,
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp623 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 DSymbolFileDWARF.h382 bool GetFunction(const DWARFDIE &die, lldb_private::SymbolContext &sc);
H A DSymbolFileDWARF.cpp1664 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()

12