Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp908 static ConstString g_data_sect_name(".data"); in GetSectionType() local
919 ((const_sect_name == g_data_sect_name) || in GetSectionType()