/freebsd/contrib/llvm-project/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() 177 bool PrologueEnd, bool IsStmt);
|
H A D | MCObjectStreamer.h | 153 unsigned Column, bool PrologueEnd, bool IsStmt,
|
H A D | MCStreamer.h | 934 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/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.cpp | 500 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 D | ParsedAttr.cpp | 199 bool ParsedAttr::isStmtAttr() const { return getInfo().IsStmt; } in isStmtAttr()
|
H A D | SemaOpenACC.cpp | 26 SourceLocation StartLoc, bool IsStmt) { in diagnoseConstructAppertainment() argument 37 if (!IsStmt) in diagnoseConstructAppertainment()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 131 bool PrologueEnd, bool IsStmt) { in recordCVLoc() argument 133 Label, FunctionId, FileNo, Line, Column, PrologueEnd, IsStmt}); in recordCVLoc()
|
H A D | MCObjectStreamer.cpp | 496 bool PrologueEnd, bool IsStmt, in emitCVLocDirective() argument 507 IsStmt); in emitCVLocDirective()
|
H A D | MCAsmStreamer.cpp | 314 unsigned Column, bool PrologueEnd, bool IsStmt, 1817 bool PrologueEnd, bool IsStmt, in emitCVLocDirective() argument 1828 if (IsStmt) in emitCVLocDirective()
|
H A D | MCStreamer.cpp | 321 bool PrologueEnd, bool IsStmt, in emitCVLocDirective() argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.h | 176 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 | 1122 if (IsStatement != Row.IsStmt) { in emitLineTableRows() 1123 IsStatement = Row.IsStmt; in emitLineTableRows()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 3914 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 D | MasmParser.cpp | 5175 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 D | LVDWARFReader.cpp | 758 if (Row.IsStmt) in createLineAndFileRecords()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | Statistics.cpp | 936 if (Entry.IsStmt) in collectStatsForObjectFile()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARF.cpp | 1265 row.IsStmt, row.BasicBlock, row.PrologueEnd, row.EpilogueBegin, in ParseLineTable()
|