Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.cpp2975 const Symbol *info_sym = m_module->FindFirstSymbolWithNameAndType( in ParseRSInfo() local
2977 if (!info_sym) in ParseRSInfo()
2980 const addr_t addr = info_sym->GetAddressRef().GetFileAddress(); in ParseRSInfo()
2984 const addr_t size = info_sym->GetByteSize(); in ParseRSInfo()