Searched refs:global_name (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 678 std::string global_name = GetSymbolNameFromAddress(process_sp, addr); in GenerateSummary() local 679 if (!global_name.empty()) { in GenerateSummary() 680 summary = summary + " at " + global_name; in GenerateSummary() 715 std::string &global_name, std::string &filename, uint32_t &line) { in GetLocationDescription() argument 735 global_name = GetSymbolNameFromAddress(process_sp, global_addr); in GetLocationDescription() 736 if (!global_name.empty()) { in GetLocationDescription() 738 global_name.c_str(), global_addr); in GetLocationDescription() 825 std::string global_name; in NotifyBreakpointHit() local 829 report, global_addr, global_name, location_filename, location_line); in NotifyBreakpointHit() 835 if (!global_name.empty()) { in NotifyBreakpointHit() [all …]
|
| H A D | InstrumentationRuntimeTSan.h | 68 std::string &global_name,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.cpp | 1224 llvm::StringRef global_name = global_var.getName(); in ResolveExternals() local 1226 LLDB_LOG(log, "Examining {0}, DeclForGlobalValue returns {1}", global_name, in ResolveExternals() 1229 if (global_name.starts_with("OBJC_IVAR")) { in ResolveExternals() 1233 global_name); in ResolveExternals() 1237 } else if (global_name.contains("OBJC_CLASSLIST_REFERENCES_$")) { in ResolveExternals() 1244 } else if (global_name.contains("OBJC_CLASSLIST_SUP_REFS_$")) { in ResolveExternals() 1255 global_name); in ResolveExternals()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 914 std::string global_name("::"); in CreateGlobalVariable() local 915 global_name += name; in CreateGlobalVariable() 920 toOpaqueUid(var_id), name.str().c_str(), global_name.c_str(), type_sp, in CreateGlobalVariable() 934 std::string global_name("::"); in CreateConstantSymbol() local 935 global_name += constant.Name; in CreateConstantSymbol() 953 toOpaqueUid(var_id), constant.Name.str().c_str(), global_name.c_str(), in CreateConstantSymbol()
|
| /freebsd/contrib/wpa/wpa_supplicant/dbus/ |
| H A D | dbus_new.c | 4385 const char *global_name; in wpa_dbus_ctrl_iface_props_init() local 4419 global_name = wpa_config_get_global_field_name(i, &no_var); in wpa_dbus_ctrl_iface_props_init() 4424 if (os_strcmp(global_name, ignored_globals[j]) == 0) in wpa_dbus_ctrl_iface_props_init() 4431 desc->dbus_property = uscore_to_dbus(global_name); in wpa_dbus_ctrl_iface_props_init() 4441 desc->data = global_name; in wpa_dbus_ctrl_iface_props_init()
|