| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCCodeView.h | 45 uint16_t IsStmt : 1; variable 52 Column(column), PrologueEnd(prologueend), IsStmt(isstmt) {} in MCCVLoc() 72 bool isStmt() const { return IsStmt; } in isStmt() 91 void setIsStmt(bool IS) { IsStmt = IS; } in setIsStmt() 174 bool PrologueEnd, bool IsStmt);
|
| H A D | MCObjectStreamer.h | 173 unsigned Column, bool PrologueEnd, bool IsStmt,
|
| H A D | MCStreamer.h | 959 bool PrologueEnd, bool IsStmt,
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 62 unsigned IsStmt : 1; member 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 479 IsStmt = DefaultIsStmt; in reset() 497 << (IsStmt ? " is_stmt" : "") << (BasicBlock ? " basic_block" : "") in dump() 1055 State.Row.IsStmt = !State.Row.IsStmt; in parse()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | ParsedAttr.cpp | 203 bool ParsedAttr::isStmtAttr() const { return getInfo().IsStmt; } in isStmtAttr()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 134 bool PrologueEnd, bool IsStmt) { in recordCVLoc() argument 136 Label, FunctionId, FileNo, Line, Column, PrologueEnd, IsStmt}); in recordCVLoc()
|
| H A D | MCObjectStreamer.cpp | 585 bool PrologueEnd, bool IsStmt, in emitCVLocDirective() argument 596 IsStmt); in emitCVLocDirective()
|
| H A D | MCAsmStreamer.cpp | 293 unsigned Column, bool PrologueEnd, bool IsStmt, 1729 bool PrologueEnd, bool IsStmt, in emitCVLocDirective() argument 1740 if (IsStmt) in emitCVLocDirective()
|
| H A D | MCStreamer.cpp | 321 bool PrologueEnd, bool IsStmt, in emitCVLocDirective() argument
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.h | 172 uint8_t IsStmt : 1, member
|
| /openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | 568 if (IsStatement != Row.IsStmt) { in emitLineTableForUnit() 569 IsStatement = Row.IsStmt; in emitLineTableForUnit()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 3904 uint64_t IsStmt = 0; in parseDirectiveCVLoc() local 3919 IsStmt = ~0ULL; in parseDirectiveCVLoc() 3921 IsStmt = MCE->getValue(); in parseDirectiveCVLoc() 3923 if (IsStmt > 1) in parseDirectiveCVLoc() 3935 ColumnPos, PrologueEnd, IsStmt, StringRef(), in parseDirectiveCVLoc()
|
| H A D | MasmParser.cpp | 5207 uint64_t IsStmt = 0; in parseDirectiveCVLoc() local 5222 IsStmt = ~0ULL; in parseDirectiveCVLoc() 5224 IsStmt = MCE->getValue(); in parseDirectiveCVLoc() 5226 if (IsStmt > 1) in parseDirectiveCVLoc() 5238 ColumnPos, PrologueEnd, IsStmt, StringRef(), in parseDirectiveCVLoc()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVELFReader.cpp | 744 if (Row.IsStmt) in createLineAndFileRecords()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 1182 row.IsStmt, row.BasicBlock, row.PrologueEnd, row.EpilogueBegin, in ParseLineTable()
|