Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h32 StatementFlag = 0x80000000u enumerator
46 bool isStatement() const { return (LineData & StatementFlag) != 0; } in isStatement()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DLine.cpp19 LineData |= StatementFlag; in LineInfo()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp394 LineData |= LineInfo::StatementFlag; in emitLineTableForFunction()