Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp151 IsStmt = default_is_stmt; in reset()
161 << (IsStmt ? " is_stmt" : "") in dump()
398 State.Row.IsStmt = !State.Row.IsStmt; in parse()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h127 uint8_t IsStmt:1, member
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp965 if (IsStatement != Row.IsStmt) { in emitLineTableForUnit()
966 IsStatement = Row.IsStmt; in emitLineTableForUnit()