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 | 681 std::string global_name = GetSymbolNameFromAddress(process_sp, addr); in GenerateSummary() local 682 if (!global_name.empty()) { in GenerateSummary() 683 summary = summary + " at " + global_name; in GenerateSummary() 718 std::string &global_name, std::string &filename, uint32_t &line) { in GetLocationDescription() argument 738 global_name = GetSymbolNameFromAddress(process_sp, global_addr); in GetLocationDescription() 739 if (!global_name.empty()) { in GetLocationDescription() 741 global_name.c_str(), global_addr); in GetLocationDescription() 828 std::string global_name; in NotifyBreakpointHit() local 832 report, global_addr, global_name, location_filename, location_line); in NotifyBreakpointHit() 838 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 | 1223 llvm::StringRef global_name = global_var.getName(); in ResolveExternals() local 1225 LLDB_LOG(log, "Examining {0}, DeclForGlobalValue returns {1}", global_name, in ResolveExternals() 1228 if (global_name.starts_with("OBJC_IVAR")) { in ResolveExternals() 1232 global_name); in ResolveExternals() 1236 } else if (global_name.contains("OBJC_CLASSLIST_REFERENCES_$")) { in ResolveExternals() 1243 } else if (global_name.contains("OBJC_CLASSLIST_SUP_REFS_$")) { in ResolveExternals() 1254 global_name); in ResolveExternals()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.cpp | 917 std::string global_name("::"); in CreateGlobalVariable() local 918 global_name += name; in CreateGlobalVariable() 923 toOpaqueUid(var_id), name.str().c_str(), global_name.c_str(), type_sp, in CreateGlobalVariable() 937 std::string global_name("::"); in CreateConstantSymbol() local 938 global_name += constant.Name; in CreateConstantSymbol() 956 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()
|