Home
last modified time | relevance | path

Searched refs:symbol_address (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp238 addr_t symbol_address = symbol->GetAddressRef().GetOpcodeLoadAddress(&target); in SetupBreakpoint() local
240 if (symbol_address == LLDB_INVALID_ADDRESS) in SetupBreakpoint()
248 .CreateBreakpoint(symbol_address, internal, hardware) in SetupBreakpoint()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp208 addr_t symbol_address = symbol->GetAddressRef().GetOpcodeLoadAddress(&target); in Activate() local
210 if (symbol_address == LLDB_INVALID_ADDRESS) in Activate()
215 .CreateBreakpoint(symbol_address, /*internal=*/true, in Activate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp268 addr_t symbol_address = symbol->GetAddressRef().GetOpcodeLoadAddress(&target); in Activate() local
270 if (symbol_address == LLDB_INVALID_ADDRESS) in Activate()
275 .CreateBreakpoint(symbol_address, /*internal=*/true, in Activate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp911 addr_t symbol_address = symbol->GetAddressRef().GetOpcodeLoadAddress(&target); in Activate() local
913 if (symbol_address == LLDB_INVALID_ADDRESS) in Activate()
921 .CreateBreakpoint(symbol_address, internal, hardware) in Activate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1743 const Address symbol_address = symbol.GetAddress(); in AddOneGenericVariable() local
1744 lldb::addr_t symbol_load_addr = symbol_address.GetLoadAddress(target); in AddOneGenericVariable()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1661 Address symbol_address = symbol->GetAddress(); in CreateBreakpointSite() local
1662 load_addr = ResolveIndirectFunction(&symbol_address, error); in CreateBreakpointSite()