Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTrampolineHandler.cpp471 … const Symbol *changed_symbol = m_objc_module_sp->FindFirstSymbolWithNameAndType (changed_name, in InitializeVTableSymbols() local
473 if (changed_symbol != NULL) in InitializeVTableSymbols()
475 if (!changed_symbol->GetAddress().IsValid()) in InitializeVTableSymbols()
478 … lldb::addr_t changed_addr = changed_symbol->GetAddress().GetOpcodeLoadAddress (&target); in InitializeVTableSymbols()