Home
last modified time | relevance | path

Searched refs:global_addr (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp717 StructuredData::ObjectSP report, addr_t &global_addr, in GetLocationDescription() argument
734 global_addr = loc->GetAsDictionary() in GetLocationDescription()
738 global_name = GetSymbolNameFromAddress(process_sp, global_addr); in GetLocationDescription()
741 global_name.c_str(), global_addr); in GetLocationDescription()
743 result = Sprintf("0x%llx is a global variable", global_addr); in GetLocationDescription()
747 GetSymbolDeclarationFromAddress(process_sp, global_addr, decl); in GetLocationDescription()
827 addr_t global_addr = 0; in NotifyBreakpointHit() local
832 report, global_addr, global_name, location_filename, location_line); in NotifyBreakpointHit()
835 if (global_addr != 0) { in NotifyBreakpointHit()
836 report->GetAsDictionary()->AddIntegerItem("global_address", global_addr); in NotifyBreakpointHit()
H A DInstrumentationRuntimeTSan.h67 lldb::addr_t &global_addr,