Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp753 static ConstString g_code_sect_name(".code"); in GetSectionType() local
761 ((const_sect_name == g_code_sect_name) || in GetSectionType()