Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFUnit.h28 eProducerInvalid = 0, enumerator
314 DWARFProducer m_producer = eProducerInvalid;
DDWARFUnit.cpp622 if (m_producer == eProducerInvalid) in ParseProducerInfo()
627 if (m_producer == eProducerInvalid) in GetProducer()