Home
last modified time | relevance | path

Searched refs:symbol_load_addr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp533 addr_t symbol_load_addr = LLDB_INVALID_ADDRESS; in GetSymbolAddress() local
536 if (symbol_load_addr != 0 && symbol_load_addr != LLDB_INVALID_ADDRESS) in GetSymbolAddress()
547 symbol_load_addr = sym_address.GetCallableLoadAddress(&target); in GetSymbolAddress()
551 symbol_load_addr = sym_address.GetCallableLoadAddress(&target, true); in GetSymbolAddress()
570 symbol_load_addr = GetSymbolAddress( in GetSymbolAddress()
601 symbol_load_addr = sym_address.GetLoadAddress(&target); in GetSymbolAddress()
606 if (symbol_load_addr == LLDB_INVALID_ADDRESS && process) { in GetSymbolAddress()
610 symbol_load_addr = runtime->LookupRuntimeSymbol(name); in GetSymbolAddress()
614 return symbol_load_addr; in GetSymbolAddress()
1738 lldb::addr_t symbol_load_addr = symbol_address.GetLoadAddress(target); in AddOneGenericVariable() local
[all …]
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp882 lldb::addr_t symbol_load_addr = runtime->LookupRuntimeSymbol(name); in FindInRuntimes() local
884 if (symbol_load_addr != LLDB_INVALID_ADDRESS) in FindInRuntimes()
885 return symbol_load_addr; in FindInRuntimes()
898 lldb::addr_t symbol_load_addr = target_sp->GetPersistentSymbol(name); in FindInUserDefinedSymbols() local
900 if (symbol_load_addr != LLDB_INVALID_ADDRESS) in FindInUserDefinedSymbols()
901 return symbol_load_addr; in FindInUserDefinedSymbols()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp721 lldb::addr_t symbol_load_addr = in ExtractRuntimeGlobalSymbol() local
723 if (symbol_load_addr == LLDB_INVALID_ADDRESS) { in ExtractRuntimeGlobalSymbol()
729 return process->ReadUnsignedIntegerFromMemory(symbol_load_addr, byte_size, in ExtractRuntimeGlobalSymbol()
731 return symbol_load_addr; in ExtractRuntimeGlobalSymbol()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp4145 addr_t symbol_load_addr = LLDB_INVALID_ADDRESS; in ServeSymbolLookups() local
4150 if (symbol_load_addr != LLDB_INVALID_ADDRESS) in ServeSymbolLookups()
4185 symbol_load_addr = in ServeSymbolLookups()
4198 if (symbol_load_addr != LLDB_INVALID_ADDRESS) { in ServeSymbolLookups()
4199 packet.Printf("%" PRIx64, symbol_load_addr); in ServeSymbolLookups()