| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCCodeView.h | 38 uint16_t IsStmt : 1; variable 45 Column(column), PrologueEnd(prologueend), IsStmt(isstmt) {} in MCCVLoc() 65 bool isStmt() const { return IsStmt; } in isStmt() 84 void setIsStmt(bool IS) { IsStmt = IS; } in setIsStmt() 167 bool PrologueEnd, bool IsStmt);
|
| H A D | MCObjectStreamer.h | 155 unsigned Column, bool PrologueEnd, bool IsStmt,
|
| H A D | MCStreamer.h | 914 bool PrologueEnd, bool IsStmt,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | ParsedAttr.cpp | 192 bool ParsedAttr::isStmtAttr() const { return getInfo().IsStmt; } in isStmtAttr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 479 IsStmt = DefaultIsStmt; in reset() 497 << (IsStmt ? " is_stmt" : "") << (BasicBlock ? " basic_block" : "") in dump() 1051 State.Row.IsStmt = !State.Row.IsStmt; in parse()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 133 bool PrologueEnd, bool IsStmt) { in recordCVLoc() argument 135 Label, FunctionId, FileNo, Line, Column, PrologueEnd, IsStmt}); in recordCVLoc()
|
| H A D | MCObjectStreamer.cpp | 541 bool PrologueEnd, bool IsStmt, in emitCVLocDirective() argument 552 IsStmt); in emitCVLocDirective()
|
| H A D | MCAsmStreamer.cpp | 278 unsigned Column, bool PrologueEnd, bool IsStmt, 1634 bool PrologueEnd, bool IsStmt, in emitCVLocDirective() argument 1645 if (IsStmt) in emitCVLocDirective()
|
| H A D | MCStreamer.cpp | 311 bool PrologueEnd, bool IsStmt, in emitCVLocDirective() argument
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.h | 180 uint8_t IsStmt : 1, member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | 576 if (IsStatement != Row.IsStmt) { in emitLineTableForUnit() 577 IsStatement = Row.IsStmt; in emitLineTableForUnit()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 59 unsigned IsStmt : 1; member 74 IsTargetSpecific(0), IsType(0), IsStmt(0), IsKnownToGCC(0), in AttrKind()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 3864 uint64_t IsStmt = 0; in parseDirectiveCVLoc() local 3879 IsStmt = ~0ULL; in parseDirectiveCVLoc() 3881 IsStmt = MCE->getValue(); in parseDirectiveCVLoc() 3883 if (IsStmt > 1) in parseDirectiveCVLoc() 3895 ColumnPos, PrologueEnd, IsStmt, StringRef(), in parseDirectiveCVLoc()
|
| H A D | MasmParser.cpp | 4922 uint64_t IsStmt = 0; in parseDirectiveCVLoc() local 4937 IsStmt = ~0ULL; in parseDirectiveCVLoc() 4939 IsStmt = MCE->getValue(); in parseDirectiveCVLoc() 4941 if (IsStmt > 1) in parseDirectiveCVLoc() 4953 ColumnPos, PrologueEnd, IsStmt, StringRef(), in parseDirectiveCVLoc()
|