CalculateSymbolContext(SymbolContext *sc) override | lldb_private::Function | virtual |
CalculateSymbolContextBlock() | lldb_private::SymbolContextScope | inlinevirtual |
CalculateSymbolContextCompileUnit() override | lldb_private::Function | virtual |
CalculateSymbolContextFunction() override | lldb_private::Function | virtual |
CalculateSymbolContextModule() override | lldb_private::Function | virtual |
CalculateSymbolContextSymbol() | lldb_private::SymbolContextScope | inlinevirtual |
Clear() | lldb_private::UserID | inline |
Dump(Stream *s, bool show_context) const | lldb_private::Function | |
DumpSymbolContext(Stream *s) override | lldb_private::Function | virtual |
flagsCalculatedPrologueSize enum value | lldb_private::Function | protected |
Function(CompileUnit *comp_unit, lldb::user_id_t func_uid, lldb::user_id_t func_type_uid, const Mangled &mangled, Type *func_type, AddressRanges ranges) | lldb_private::Function | |
Function(const Function &)=delete | lldb_private::Function | private |
GetAddressRange() | lldb_private::Function | inline |
GetAddressRanges() | lldb_private::Function | inline |
GetBlock(bool can_create) | lldb_private::Function | |
GetCallEdgeForReturnAddress(lldb::addr_t return_pc, Target &target) | lldb_private::Function | |
GetCallEdges() | lldb_private::Function | |
GetCompilerContext() | lldb_private::Function | |
GetCompilerType() | lldb_private::Function | |
GetCompileUnit() | lldb_private::Function | |
GetCompileUnit() const | lldb_private::Function | |
GetDeclContext() | lldb_private::Function | |
GetDescription(Stream *s, lldb::DescriptionLevel level, Target *target) | lldb_private::Function | |
GetDisassembly(const ExecutionContext &exe_ctx, const char *flavor, Stream &strm, bool force_live_memory=false) | lldb_private::Function | |
GetDisplayName() const | lldb_private::Function | |
GetEndLineSourceInfo(FileSpec &source_file, uint32_t &line_no) | lldb_private::Function | |
GetFrameBaseExpression() | lldb_private::Function | inline |
GetFrameBaseExpression() const | lldb_private::Function | inline |
GetID() const | lldb_private::UserID | inline |
GetInstructions(const ExecutionContext &exe_ctx, const char *flavor, bool force_live_memory=false) | lldb_private::Function | |
GetIsOptimized() | lldb_private::Function | |
GetLanguage() const | lldb_private::Function | |
GetMangled() const | lldb_private::Function | inline |
GetName() const | lldb_private::Function | |
GetNameNoArguments() const | lldb_private::Function | |
GetPrologueByteSize() | lldb_private::Function | |
GetStartLineSourceInfo(lldb::SupportFileSP &source_file_sp, uint32_t &line_no) | lldb_private::Function | |
GetTailCallingEdges() | lldb_private::Function | |
GetType() | lldb_private::Function | |
GetType() const | lldb_private::Function | |
IsTopLevelFunction() | lldb_private::Function | |
m_block | lldb_private::Function | protected |
m_call_edges | lldb_private::Function | protected |
m_call_edges_lock | lldb_private::Function | protected |
m_call_edges_resolved | lldb_private::Function | protected |
m_comp_unit | lldb_private::Function | protected |
m_flags | lldb_private::Function | protected |
m_frame_base | lldb_private::Function | protected |
m_mangled | lldb_private::Function | protected |
m_prologue_byte_size | lldb_private::Function | protected |
m_range | lldb_private::Function | protected |
m_type | lldb_private::Function | protected |
m_type_uid | lldb_private::Function | protected |
m_uid | lldb_private::UserID | protected |
MemorySize() const | lldb_private::Function | |
operator=(const Function &)=delete | lldb_private::Function | private |
SetID(lldb::user_id_t uid) | lldb_private::UserID | inline |
UserID(lldb::user_id_t uid=LLDB_INVALID_UID) | lldb_private::UserID | inline |
~Function() override | lldb_private::Function | |
~SymbolContextScope()=default | lldb_private::SymbolContextScope | virtual |
~UserID()=default | lldb_private::UserID | |