| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | ParsedAttrInfo.h | 60 unsigned IsStmt : 1; 81 IsStmt(0), IsKnownToGCC(0), IsSupportedByPragmaAttribute(0) {} in AttrKind() 87 unsigned IsStmt, unsigned IsKnownToGCC, in ParsedAttrInfo() 94 IsType(IsType), IsStmt(IsStmt), IsKnownToGCC(IsKnownToGCC), in ParsedAttrInfo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCCodeView.h | 46 uint16_t IsStmt : 1; variable 53 Column(column), PrologueEnd(prologueend), IsStmt(isstmt) {} in MCCVLoc() 73 bool isStmt() const { return IsStmt; } in isStmt() 92 void setIsStmt(bool IS) { IsStmt = IS; } in setIsStmt() 179 bool PrologueEnd, bool IsStmt);
|
| H A D | MCObjectStreamer.h | 153 unsigned Column, bool PrologueEnd, bool IsStmt,
|
| H A D | MCStreamer.h | 918 bool PrologueEnd, bool IsStmt,
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DebugLineSectionEmitter.h | 369 if (IsStatement != Row.IsStmt) { in emitLineTableRows() 370 IsStatement = Row.IsStmt; in emitLineTableRows()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | ParsedAttr.cpp | 189 bool ParsedAttr::isStmtAttr() const { return getInfo().IsStmt; } in isStmtAttr()
|
| H A D | SemaOpenACC.cpp | 29 SourceLocation StartLoc, bool IsStmt) { in diagnoseConstructAppertainment() argument 53 if (!IsStmt) in diagnoseConstructAppertainment()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 499 IsStmt = DefaultIsStmt; in reset() 519 << (IsStmt ? " is_stmt" : "") << (BasicBlock ? " basic_block" : "") in dump() 1126 State.Row.IsStmt = !State.Row.IsStmt; in parse()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 129 bool PrologueEnd, bool IsStmt) { in recordCVLoc() argument 131 Label, FunctionId, FileNo, Line, Column, PrologueEnd, IsStmt}); in recordCVLoc()
|
| H A D | MCObjectStreamer.cpp | 532 bool PrologueEnd, bool IsStmt, in emitCVLocDirective() argument 543 IsStmt); in emitCVLocDirective()
|
| H A D | MCAsmStreamer.cpp | 311 unsigned Column, bool PrologueEnd, bool IsStmt, 1790 bool PrologueEnd, bool IsStmt, in emitCVLocDirective() argument 1801 if (IsStmt) in emitCVLocDirective()
|
| H A D | MCStreamer.cpp | 303 bool PrologueEnd, bool IsStmt, in emitCVLocDirective() argument
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.h | 177 uint8_t IsStmt : 1, member
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.cpp | 1127 if (IsStatement != Row.IsStmt) { in emitLineTableRows() 1128 IsStatement = Row.IsStmt; in emitLineTableRows()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 3860 uint64_t IsStmt = 0; in parseDirectiveCVLoc() local 3875 IsStmt = ~0ULL; in parseDirectiveCVLoc() 3877 IsStmt = MCE->getValue(); in parseDirectiveCVLoc() 3879 if (IsStmt > 1) in parseDirectiveCVLoc() 3891 ColumnPos, PrologueEnd, IsStmt, StringRef(), in parseDirectiveCVLoc()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVDWARFReader.cpp | 557 if (Row.IsStmt) in createLineAndFileRecords()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 938 if (Entry.IsStmt) in collectStatsForObjectFile()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 1263 row.IsStmt, row.BasicBlock, row.PrologueEnd, row.EpilogueBegin, in ParseLineTable()
|