Searched defs:func_end (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/MCAnalysis/
H A DMCModule.h124 const_func_iterator func_end() const { return Functions.end(); } function in class:llvm::MCModule
125 func_iterator func_end() { return Functions.end(); } function in class:llvm::MCModule
/external/lldb/source/Expression/
H A DClangExpressionParser.cpp462 lldb::addr_t &func_end,
469 func_end = LLDB_INVALID_ADDRESS;
584 m_execution_unit->GetRunnableInfo(err, func_addr, func_end);
589 m_execution_unit->GetRunnableInfo(err, func_addr, func_end);
461 PrepareForExecution(lldb::addr_t &func_addr, lldb::addr_t &func_end, std::unique_ptr<IRExecutionUnit> &execution_unit_ap, ExecutionContext &exe_ctx, bool &can_interpret, ExecutionPolicy execution_policy) argument
H A DIRExecutionUnit.cpp242 lldb::addr_t &func_end)
247 func_end = LLDB_INVALID_ADDRESS;
259 func_end = m_function_end_load_addr;
400 func_end = m_function_end_load_addr;
240 GetRunnableInfo(Error &error, lldb::addr_t &func_addr, lldb::addr_t &func_end) argument

Completed in 624 milliseconds