reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
695 LLDB_REGISTER_CONSTRUCTOR(SBModule, ()); 696 LLDB_REGISTER_CONSTRUCTOR(SBModule, (const lldb::SBModuleSpec &)); 697 LLDB_REGISTER_CONSTRUCTOR(SBModule, (const lldb::SBModule &)); 698 LLDB_REGISTER_CONSTRUCTOR(SBModule, (lldb::SBProcess &, lldb::addr_t)); 699 LLDB_REGISTER_METHOD(const lldb::SBModule &, 701 LLDB_REGISTER_METHOD_CONST(bool, SBModule, IsValid, ()); 702 LLDB_REGISTER_METHOD_CONST(bool, SBModule, operator bool, ()); 703 LLDB_REGISTER_METHOD(void, SBModule, Clear, ()); 704 LLDB_REGISTER_METHOD_CONST(lldb::SBFileSpec, SBModule, GetFileSpec, ()); 705 LLDB_REGISTER_METHOD_CONST(lldb::SBFileSpec, SBModule, GetPlatformFileSpec, 707 LLDB_REGISTER_METHOD(bool, SBModule, SetPlatformFileSpec, 709 LLDB_REGISTER_METHOD(lldb::SBFileSpec, SBModule, GetRemoteInstallFileSpec, 711 LLDB_REGISTER_METHOD(bool, SBModule, SetRemoteInstallFileSpec, 713 LLDB_REGISTER_METHOD_CONST(const char *, SBModule, GetUUIDString, ()); 714 LLDB_REGISTER_METHOD_CONST(bool, 716 LLDB_REGISTER_METHOD_CONST(bool, 718 LLDB_REGISTER_METHOD(lldb::SBAddress, SBModule, ResolveFileAddress, 720 LLDB_REGISTER_METHOD(lldb::SBSymbolContext, SBModule, 723 LLDB_REGISTER_METHOD(bool, SBModule, GetDescription, (lldb::SBStream &)); 724 LLDB_REGISTER_METHOD(uint32_t, SBModule, GetNumCompileUnits, ()); 725 LLDB_REGISTER_METHOD(lldb::SBCompileUnit, SBModule, GetCompileUnitAtIndex, 727 LLDB_REGISTER_METHOD(lldb::SBSymbolContextList, SBModule, FindCompileUnits, 729 LLDB_REGISTER_METHOD(size_t, SBModule, GetNumSymbols, ()); 730 LLDB_REGISTER_METHOD(lldb::SBSymbol, SBModule, GetSymbolAtIndex, (size_t)); 731 LLDB_REGISTER_METHOD(lldb::SBSymbol, SBModule, FindSymbol, 733 LLDB_REGISTER_METHOD(lldb::SBSymbolContextList, SBModule, FindSymbols, 735 LLDB_REGISTER_METHOD(size_t, SBModule, GetNumSections, ()); 736 LLDB_REGISTER_METHOD(lldb::SBSection, SBModule, GetSectionAtIndex, 738 LLDB_REGISTER_METHOD(lldb::SBSymbolContextList, SBModule, FindFunctions, 740 LLDB_REGISTER_METHOD(lldb::SBValueList, SBModule, FindGlobalVariables, 742 LLDB_REGISTER_METHOD(lldb::SBValue, SBModule, FindFirstGlobalVariable, 744 LLDB_REGISTER_METHOD(lldb::SBType, SBModule, FindFirstType, (const char *)); 745 LLDB_REGISTER_METHOD(lldb::SBType, SBModule, GetBasicType, 747 LLDB_REGISTER_METHOD(lldb::SBTypeList, SBModule, FindTypes, (const char *)); 748 LLDB_REGISTER_METHOD(lldb::SBType, SBModule, GetTypeByID, 750 LLDB_REGISTER_METHOD(lldb::SBTypeList, SBModule, GetTypes, (uint32_t)); 751 LLDB_REGISTER_METHOD(lldb::SBSection, SBModule, FindSection, 753 LLDB_REGISTER_METHOD(lldb::ByteOrder, SBModule, GetByteOrder, ()); 754 LLDB_REGISTER_METHOD(const char *, SBModule, GetTriple, ()); 755 LLDB_REGISTER_METHOD(uint32_t, SBModule, GetAddressByteSize, ()); 756 LLDB_REGISTER_METHOD(uint32_t, SBModule, GetVersion, 758 LLDB_REGISTER_METHOD_CONST(lldb::SBFileSpec, SBModule, GetSymbolFileSpec, 760 LLDB_REGISTER_METHOD_CONST(lldb::SBAddress, SBModule, 762 LLDB_REGISTER_METHOD_CONST(lldb::SBAddress, SBModule,