Home
last modified time | relevance | path

Searched defs:IsStatement (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/DebugInfo/CodeView/
DLine.cpp15 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo()
/external/llvm/include/llvm/DebugInfo/CodeView/
DLine.h100 uint16_t StartColumn, uint16_t EndColumn, bool IsStatement) in Line()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp918 unsigned IsStatement = 1; in emitLineTableForUnit() local