Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp210 auto section_ptr = section_list->FindSectionByID(section); in MakeGlobalLocationExpression() local
211 if (!section_ptr) in MakeGlobalLocationExpression()
214 stream.PutMaxHex64(section_ptr->GetFileAddress() + offset, in MakeGlobalLocationExpression()