Searched refs:GetFunction (Results 1 – 14 of 14) sorted by relevance
463 static llvm::Function *GetFunction(llvm::Value *value) { in GetFunction() function in ObjcObjectChecker474 return GetFunction(const_expr->getOperand(0)); in GetFunction()482 return GetFunction(inst->getCalledValue()); in GetCalledFunction()
96 llvm::Function *function = m_execution_unit_sp->GetFunction(); in DoExecute()
39 lldb::SBFunction GetFunction();
75 lldb::SBFunction GetFunction();
52 lldb::SBFunction GetFunction() const;
86 SBFunction SBSymbolContext::GetFunction() { in GetFunction() function in SBSymbolContext
214 SBFunction SBAddress::GetFunction() { in GetFunction() function in SBAddress
213 SBFunction SBFrame::GetFunction() const { in GetFunction() function in SBFrame
80 llvm::Function *GetFunction() { in GetFunction() function
355 bool GetFunction(const DWARFDIE &die, lldb_private::SymbolContext &sc);
1569 bool SymbolFileDWARF::GetFunction(const DWARFDIE &die, SymbolContext &sc) { in GetFunction() function in SymbolFileDWARF2250 if (GetFunction(die, sc)) { in ResolveFunction()2661 !GetFunction(DWARFDIE(die.GetCU(), parent_die), sc)) in GetTypeForDIE()
821 lldb::SBFunction rFn = symbolCntxt.GetFunction(); in GetBrkPtInfo()
384 const char *pFnName = address.GetFunction().GetName(); in Execute()
1149 *execution_unit_sp->GetModule(), *execution_unit_sp->GetFunction(), in PrepareForExecution()