Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp142 IsStmt = default_is_stmt; in reset()
152 << (IsStmt ? " is_stmt" : "") in dump()
389 State.Row.IsStmt = !State.Row.IsStmt; in parse()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h119 uint8_t IsStmt:1, member
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp849 if (IsStatement != Row.IsStmt) { in emitLineTableForUnit()
850 IsStatement = Row.IsStmt; in emitLineTableForUnit()