Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp757 static ConstString g_bss_sect_name(".bss"); in GetSectionType() local
774 ((const_sect_name == g_bss_sect_name) || in GetSectionType()