Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h325 static const unsigned eSectionIDInvalid = (unsigned)-1; variable
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp1112 if (record.m_section_id == eSectionIDInvalid) in ReportAllocations()