| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Block.cpp | 156 Function &Block::GetFunction() { in GetFunction() function in Block 165 GetFunction().DumpSymbolContext(s); in DumpSymbolContext() 250 Function &function = GetFunction(); in GetRangeContainingAddress() 275 Function &function = GetFunction(); in GetRangeIndexContainingAddress() 298 Address addr = GetFunction().GetAddress(); in GetRangeAtIndex() 307 Address addr = GetFunction().GetAddress(); in GetRanges() 318 Address func_addr = GetFunction().GetAddress(); in GetStartAddress() 337 Function &function = GetFunction(); in AddRange()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRDynamicChecks.cpp | 344 static llvm::Function *GetFunction(llvm::Value *value) { in GetFunction() function in ObjcObjectChecker 355 return GetFunction(const_expr->getOperand(0)); in GetFunction() 363 return GetFunction(inst->getCalledOperand()); in GetCalledFunction()
|
| H A D | ClangExpressionParser.cpp | 1574 *execution_unit_sp->GetModule(), *execution_unit_sp->GetFunction(), in DoPrepareForExecution()
|
| /freebsd/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 that represents the function (lldb.SBFunction) that this address resides within.''')
|
| H A D | SBFrameExtensions.i | 75 …function = property(GetFunction, None, doc='''A read only property that returns an lldb object tha…
|
| /freebsd/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/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Block.h | 81 Function &GetFunction();
|
| /freebsd/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 | 185 SBFunction SBFrame::GetFunction() const { in GetFunction() function in SBFrame
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVElement.cpp | 418 LVScope *LVElement::traverseParents(LVScopeGetFunction GetFunction) const { in traverseParents() 420 while (Parent && !(Parent->*GetFunction)()) in traverseParents()
|
| H A D | LVScope.cpp | 707 void LVScope::traverseParents(LVScopeGetFunction GetFunction, in traverseParents() argument 713 if ((Parent->*GetFunction)()) in traverseParents() 720 void LVScope::traverseParentsAndChildren(LVObjectGetFunction GetFunction, in traverseParentsAndChildren() argument 727 if ((Parent->*GetFunction)()) in traverseParentsAndChildren()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | IRExecutionUnit.h | 74 llvm::Function *GetFunction() { in GetFunction() function
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | LLVMUserExpression.cpp | 97 llvm::Function *function = m_execution_unit_sp->GetFunction(); in DoExecute()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVScope.h | 120 void traverseParents(LVScopeGetFunction GetFunction, 233 void traverseParentsAndChildren(LVObjectGetFunction GetFunction,
|
| H A D | LVElement.h | 334 LVScope *traverseParents(LVScopeGetFunction GetFunction) const;
|
| /freebsd/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 | 1665 bool SymbolFileDWARF::GetFunction(const DWARFDIE &die, SymbolContext &sc) { in GetFunction() function in SymbolFileDWARF 2458 if (GetFunction(die, sc)) { in ResolveFunction() 2841 !GetFunction(DWARFDIE(die.GetCU(), parent_die), sc)) in GetTypeForDIE()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 4630 result = (arg1)->GetFunction(); in _wrap_SBAddress_GetFunction() 30956 result = ((lldb::SBFrame const *)arg1)->GetFunction(); in _wrap_SBFrame_GetFunction() 54388 result = (arg1)->GetFunction(); in _wrap_SBSymbolContext_GetFunction()
|