Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFLocationList.cpp43 uint32_t loc_length = debug_loc_data.GetU16(&offset); in Dump() local
45 DataExtractor locationData(debug_loc_data, offset, loc_length); in Dump()
48 offset += loc_length; in Dump()
84 uint16_t loc_length = debug_loc_data.GetU16(&offset); in Size() local
85 offset += loc_length; in Size()