Lines Matching defs:symbol
68 line_entry_helper(Target &target, const SymbolContext &sc, Symbol *symbol,
95 optional_info.callable_symbol = *symbol;
209 Symbol *symbol = nullptr;
217 symbol = sc.symbol;
219 if (symbol == nullptr)
222 llvm::StringRef vtable_name(symbol->GetName().GetStringRef());
258 symbol = sc.symbol;
263 (symbol ? symbol->GetName().GetStringRef().contains("__invoke") : false);
274 calculate_symbol_context_helper(symbol, scl);
276 return line_entry_helper(target, scl[0], symbol, first_template_parameter,
281 if (symbol && !symbol->GetName().GetStringRef().starts_with("vtable for") &&
286 optional_info.callable_symbol = *symbol;
327 if (symbol == nullptr)
332 optional_info = line_entry_helper(target, scl[0], symbol,
355 Symbol *symbol;
363 symbol = sc.symbol;
365 if (symbol == nullptr)
368 llvm::StringRef function_name(symbol->GetName().GetCString());