Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRDynamicChecks.cpp463 static llvm::Function *GetFunction(llvm::Value *value) { in GetFunction() function in ObjcObjectChecker
474 return GetFunction(const_expr->getOperand(0)); in GetFunction()
482 return GetFunction(inst->getCalledValue()); in GetCalledFunction()
H A DLLVMUserExpression.cpp96 llvm::Function *function = m_execution_unit_sp->GetFunction(); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBSymbolContext.h39 lldb::SBFunction GetFunction();
H A DSBAddress.h75 lldb::SBFunction GetFunction();
H A DSBFrame.h52 lldb::SBFunction GetFunction() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBSymbolContext.cpp86 SBFunction SBSymbolContext::GetFunction() { in GetFunction() function in SBSymbolContext
H A DSBAddress.cpp214 SBFunction SBAddress::GetFunction() { in GetFunction() function in SBAddress
H A DSBFrame.cpp213 SBFunction SBFrame::GetFunction() const { in GetFunction() function in SBFrame
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h80 llvm::Function *GetFunction() { in GetFunction() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h355 bool GetFunction(const DWARFDIE &die, lldb_private::SymbolContext &sc);
H A DSymbolFileDWARF.cpp1569 bool SymbolFileDWARF::GetFunction(const DWARFDIE &die, SymbolContext &sc) { in GetFunction() function in SymbolFileDWARF
2250 if (GetFunction(die, sc)) { in ResolveFunction()
2661 !GetFunction(DWARFDIE(die.GetCU(), parent_die), sc)) in GetTypeForDIE()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebugSessionInfo.cpp821 lldb::SBFunction rFn = symbolCntxt.GetFunction(); in GetBrkPtInfo()
H A DMICmdCmdData.cpp384 const char *pFnName = address.GetFunction().GetName(); in Execute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1149 *execution_unit_sp->GetModule(), *execution_unit_sp->GetFunction(), in PrepareForExecution()