reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
  157   symbol = sc.symbol;
  159   if (symbol == nullptr)
  162   llvm::StringRef vtable_name(symbol->GetName().GetCString());
  193     symbol = sc.symbol;
  196   auto get_name = [&first_template_parameter, &symbol]() {
  206     if (symbol != nullptr &&
  207         symbol->GetName().GetStringRef().contains("__invoke")) {
  209       llvm::StringRef symbol_name = symbol->GetName().GetStringRef();
  252           (symbol != nullptr &&
  253            symbol->GetName().GetStringRef().contains("__invoke"))) {
  262       optional_info.callable_symbol = *symbol;
  270   if (symbol && !symbol->GetName().GetStringRef().startswith("vtable for")) {
  270   if (symbol && !symbol->GetName().GetStringRef().startswith("vtable for")) {
  274     optional_info.callable_symbol = *symbol;