Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DParsedAttrInfo.h60 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 DMCCodeView.h46 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 DMCObjectStreamer.h153 unsigned Column, bool PrologueEnd, bool IsStmt,
H A DMCStreamer.h918 bool PrologueEnd, bool IsStmt,
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDebugLineSectionEmitter.h369 if (IsStatement != Row.IsStmt) { in emitLineTableRows()
370 IsStatement = Row.IsStmt; in emitLineTableRows()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp189 bool ParsedAttr::isStmtAttr() const { return getInfo().IsStmt; } in isStmtAttr()
H A DSemaOpenACC.cpp29 SourceLocation StartLoc, bool IsStmt) { in diagnoseConstructAppertainment() argument
53 if (!IsStmt) in diagnoseConstructAppertainment()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp499 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 DMCCodeView.cpp129 bool PrologueEnd, bool IsStmt) { in recordCVLoc() argument
131 Label, FunctionId, FileNo, Line, Column, PrologueEnd, IsStmt}); in recordCVLoc()
H A DMCObjectStreamer.cpp532 bool PrologueEnd, bool IsStmt, in emitCVLocDirective() argument
543 IsStmt); in emitCVLocDirective()
H A DMCAsmStreamer.cpp311 unsigned Column, bool PrologueEnd, bool IsStmt,
1790 bool PrologueEnd, bool IsStmt, in emitCVLocDirective() argument
1801 if (IsStmt) in emitCVLocDirective()
H A DMCStreamer.cpp303 bool PrologueEnd, bool IsStmt, in emitCVLocDirective() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h177 uint8_t IsStmt : 1, member
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1127 if (IsStatement != Row.IsStmt) { in emitLineTableRows()
1128 IsStatement = Row.IsStmt; in emitLineTableRows()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3860 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 DLVDWARFReader.cpp557 if (Row.IsStmt) in createLineAndFileRecords()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp938 if (Entry.IsStmt) in collectStatsForObjectFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1263 row.IsStmt, row.BasicBlock, row.PrologueEnd, row.EpilogueBegin, in ParseLineTable()