reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
253 LLDB_REGISTER_CONSTRUCTOR(SBFunction, ()); 254 LLDB_REGISTER_CONSTRUCTOR(SBFunction, (const lldb::SBFunction &)); 255 LLDB_REGISTER_METHOD(const lldb::SBFunction &, 257 LLDB_REGISTER_METHOD_CONST(bool, SBFunction, IsValid, ()); 258 LLDB_REGISTER_METHOD_CONST(bool, SBFunction, operator bool, ()); 259 LLDB_REGISTER_METHOD_CONST(const char *, SBFunction, GetName, ()); 260 LLDB_REGISTER_METHOD_CONST(const char *, SBFunction, GetDisplayName, ()); 261 LLDB_REGISTER_METHOD_CONST(const char *, SBFunction, GetMangledName, ()); 262 LLDB_REGISTER_METHOD_CONST( 264 LLDB_REGISTER_METHOD_CONST( 266 LLDB_REGISTER_METHOD(bool, SBFunction, GetDescription, (lldb::SBStream &)); 267 LLDB_REGISTER_METHOD(lldb::SBInstructionList, SBFunction, GetInstructions, 269 LLDB_REGISTER_METHOD(lldb::SBInstructionList, SBFunction, GetInstructions, 271 LLDB_REGISTER_METHOD(lldb::SBAddress, SBFunction, GetStartAddress, ()); 272 LLDB_REGISTER_METHOD(lldb::SBAddress, SBFunction, GetEndAddress, ()); 273 LLDB_REGISTER_METHOD(const char *, SBFunction, GetArgumentName, (uint32_t)); 274 LLDB_REGISTER_METHOD(uint32_t, SBFunction, GetPrologueByteSize, ()); 275 LLDB_REGISTER_METHOD(lldb::SBType, SBFunction, GetType, ()); 276 LLDB_REGISTER_METHOD(lldb::SBBlock, SBFunction, GetBlock, ()); 277 LLDB_REGISTER_METHOD(lldb::LanguageType, SBFunction, GetLanguage, ()); 278 LLDB_REGISTER_METHOD(bool, SBFunction, GetIsOptimized, ());