/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCCodeView.h | 38 uint16_t IsStmt : 1; variable 45 PrologueEnd(prologueend), IsStmt(isstmt) {} in MCCVLoc() 63 bool isStmt() const { return IsStmt; } in isStmt() 80 void setIsStmt(bool IS) { IsStmt = IS; } in setIsStmt() 187 unsigned Column, bool PrologueEnd, bool IsStmt) { in setCurrentCVLoc() argument 193 CurrentCVLoc.setIsStmt(IsStmt); in setCurrentCVLoc()
|
D | MCObjectStreamer.h | 142 unsigned Column, bool PrologueEnd, bool IsStmt,
|
D | MCStreamer.h | 823 bool PrologueEnd, bool IsStmt,
|
/external/llvm/include/llvm/MC/ |
D | MCCodeView.h | 37 uint16_t IsStmt : 1; variable 44 PrologueEnd(prologueend), IsStmt(isstmt) {} in MCCVLoc() 62 bool isStmt() const { return IsStmt; } in isStmt() 79 void setIsStmt(bool IS) { IsStmt = IS; } in setIsStmt()
|
D | MCContext.h | 549 unsigned Column, bool PrologueEnd, bool IsStmt) { in setCurrentCVLoc() argument 555 CurrentCVLoc.setIsStmt(IsStmt); in setCurrentCVLoc()
|
D | MCObjectStreamer.h | 126 unsigned Column, bool PrologueEnd, bool IsStmt,
|
D | MCStreamer.h | 690 bool PrologueEnd, bool IsStmt,
|
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFDebugLine.cpp | 63 IsStmt = default_is_stmt; in reset() 73 << (IsStmt ? " is_stmt" : "") in dump() 315 state.IsStmt = !state.IsStmt; in parseStatementTable()
|
D | DWARFDebugLine.h | 111 uint8_t IsStmt:1, member
|
/external/clang/lib/Sema/ |
D | AttributeList.cpp | 162 unsigned IsStmt : 1; member 209 return getInfo(*this).IsStmt; in isStmtAttr()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 147 IsStmt = default_is_stmt; in reset() 157 << (IsStmt ? " is_stmt" : "") << (BasicBlock ? " basic_block" : "") in dump() 388 State.Row.IsStmt = !State.Row.IsStmt; in parse()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 378 IsStmt = DefaultIsStmt; in reset() 394 << (IsStmt ? " is_stmt" : "") << (BasicBlock ? " basic_block" : "") in dump() 704 State.Row.IsStmt = !State.Row.IsStmt; in parse()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 127 uint8_t IsStmt:1, member
|
/external/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 220 unsigned Column, bool PrologueEnd, bool IsStmt, 1086 bool PrologueEnd, bool IsStmt, in EmitCVLocDirective() argument 1094 if (IsStmt != OldIsStmt) { in EmitCVLocDirective() 1097 if (IsStmt) in EmitCVLocDirective() 1110 PrologueEnd, IsStmt, FileName); in EmitCVLocDirective()
|
D | MCObjectStreamer.cpp | 370 bool PrologueEnd, bool IsStmt, in EmitCVLocDirective() argument 377 PrologueEnd, IsStmt, FileName); in EmitCVLocDirective()
|
D | MCStreamer.cpp | 208 bool PrologueEnd, bool IsStmt, in EmitCVLocDirective() argument 211 IsStmt); in EmitCVLocDirective()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 168 uint8_t IsStmt : 1, member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 251 unsigned Column, bool PrologueEnd, bool IsStmt, 1299 bool PrologueEnd, bool IsStmt, in EmitCVLocDirective() argument 1307 if (IsStmt != OldIsStmt) { in EmitCVLocDirective() 1310 if (IsStmt) in EmitCVLocDirective() 1323 PrologueEnd, IsStmt, FileName, Loc); in EmitCVLocDirective()
|
D | MCObjectStreamer.cpp | 444 bool PrologueEnd, bool IsStmt, in EmitCVLocDirective() argument 451 PrologueEnd, IsStmt, FileName, Loc); in EmitCVLocDirective()
|
D | MCStreamer.cpp | 272 bool PrologueEnd, bool IsStmt, in EmitCVLocDirective() argument 288 CVC.setCurrentCVLoc(FunctionId, FileNo, Line, Column, PrologueEnd, IsStmt); in EmitCVLocDirective()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DwarfStreamer.cpp | 520 if (IsStatement != Row.IsStmt) { in emitLineTableForUnit() 521 IsStatement = Row.IsStmt; in emitLineTableForUnit()
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 3265 uint64_t IsStmt = 0; in parseDirectiveCVLoc() local 3280 IsStmt = ~0ULL; in parseDirectiveCVLoc() 3282 IsStmt = MCE->getValue(); in parseDirectiveCVLoc() 3284 if (IsStmt > 1) in parseDirectiveCVLoc() 3292 ColumnPos, PrologueEnd, IsStmt, StringRef()); in parseDirectiveCVLoc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 3690 uint64_t IsStmt = 0; in parseDirectiveCVLoc() local 3705 IsStmt = ~0ULL; in parseDirectiveCVLoc() 3707 IsStmt = MCE->getValue(); in parseDirectiveCVLoc() 3709 if (IsStmt > 1) in parseDirectiveCVLoc() 3721 ColumnPos, PrologueEnd, IsStmt, StringRef(), in parseDirectiveCVLoc()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 967 if (IsStatement != Row.IsStmt) { in emitLineTableForUnit() 968 IsStatement = Row.IsStmt; in emitLineTableForUnit()
|