Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h45 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()
177 bool PrologueEnd, bool IsStmt);
H A DMCObjectStreamer.h153 unsigned Column, bool PrologueEnd, bool IsStmt,
H A DMCStreamer.h934 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/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp500 IsStmt = DefaultIsStmt; in reset()
520 << (IsStmt ? " is_stmt" : "") << (BasicBlock ? " basic_block" : "") in dump()
1119 State.Row.IsStmt = !State.Row.IsStmt; in parse()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp199 bool ParsedAttr::isStmtAttr() const { return getInfo().IsStmt; } in isStmtAttr()
H A DSemaOpenACC.cpp26 SourceLocation StartLoc, bool IsStmt) { in diagnoseConstructAppertainment() argument
37 if (!IsStmt) in diagnoseConstructAppertainment()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp131 bool PrologueEnd, bool IsStmt) { in recordCVLoc() argument
133 Label, FunctionId, FileNo, Line, Column, PrologueEnd, IsStmt}); in recordCVLoc()
H A DMCObjectStreamer.cpp496 bool PrologueEnd, bool IsStmt, in emitCVLocDirective() argument
507 IsStmt); in emitCVLocDirective()
H A DMCAsmStreamer.cpp314 unsigned Column, bool PrologueEnd, bool IsStmt,
1817 bool PrologueEnd, bool IsStmt, in emitCVLocDirective() argument
1828 if (IsStmt) in emitCVLocDirective()
H A DMCStreamer.cpp321 bool PrologueEnd, bool IsStmt, in emitCVLocDirective() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h176 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.cpp1122 if (IsStatement != Row.IsStmt) { in emitLineTableRows()
1123 IsStatement = Row.IsStmt; in emitLineTableRows()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3914 uint64_t IsStmt = 0; in parseDirectiveCVLoc() local
3929 IsStmt = ~0ULL; in parseDirectiveCVLoc()
3931 IsStmt = MCE->getValue(); in parseDirectiveCVLoc()
3933 if (IsStmt > 1) in parseDirectiveCVLoc()
3945 ColumnPos, PrologueEnd, IsStmt, StringRef(), in parseDirectiveCVLoc()
H A DMasmParser.cpp5175 uint64_t IsStmt = 0; in parseDirectiveCVLoc() local
5190 IsStmt = ~0ULL; in parseDirectiveCVLoc()
5192 IsStmt = MCE->getValue(); in parseDirectiveCVLoc()
5194 if (IsStmt > 1) in parseDirectiveCVLoc()
5206 ColumnPos, PrologueEnd, IsStmt, StringRef(), in parseDirectiveCVLoc()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp758 if (Row.IsStmt) in createLineAndFileRecords()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp936 if (Entry.IsStmt) in collectStatsForObjectFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1265 row.IsStmt, row.BasicBlock, row.PrologueEnd, row.EpilogueBegin, in ParseLineTable()