Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DLinuxProcMaps.cpp99 const char sharing_char = line_extractor.GetChar(); in ParseMemoryRegionInfoFromProcMapsLine() local
100 if (sharing_char == 's') in ParseMemoryRegionInfoFromProcMapsLine()
102 else if (sharing_char == 'p') in ParseMemoryRegionInfoFromProcMapsLine()