Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp631 auto section_ptr = section_list->GetSectionAtIndex(section_idx); in MakeGlobalLocationExpression() local
632 if (!section_ptr) in MakeGlobalLocationExpression()
635 stream.PutMaxHex64(section_ptr->GetFileAddress() + offset, in MakeGlobalLocationExpression()