Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCCodeView.h38 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()
DMCObjectStreamer.h142 unsigned Column, bool PrologueEnd, bool IsStmt,
DMCStreamer.h823 bool PrologueEnd, bool IsStmt,
/external/llvm/include/llvm/MC/
DMCCodeView.h37 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()
DMCContext.h549 unsigned Column, bool PrologueEnd, bool IsStmt) { in setCurrentCVLoc() argument
555 CurrentCVLoc.setIsStmt(IsStmt); in setCurrentCVLoc()
DMCObjectStreamer.h126 unsigned Column, bool PrologueEnd, bool IsStmt,
DMCStreamer.h690 bool PrologueEnd, bool IsStmt,
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugLine.cpp63 IsStmt = default_is_stmt; in reset()
73 << (IsStmt ? " is_stmt" : "") in dump()
315 state.IsStmt = !state.IsStmt; in parseStatementTable()
DDWARFDebugLine.h111 uint8_t IsStmt:1, member
/external/clang/lib/Sema/
DAttributeList.cpp162 unsigned IsStmt : 1; member
209 return getInfo(*this).IsStmt; in isStmtAttr()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp147 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/
DDWARFDebugLine.cpp378 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/
DDWARFDebugLine.h127 uint8_t IsStmt:1, member
/external/llvm/lib/MC/
DMCAsmStreamer.cpp220 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()
DMCObjectStreamer.cpp370 bool PrologueEnd, bool IsStmt, in EmitCVLocDirective() argument
377 PrologueEnd, IsStmt, FileName); in EmitCVLocDirective()
DMCStreamer.cpp208 bool PrologueEnd, bool IsStmt, in EmitCVLocDirective() argument
211 IsStmt); in EmitCVLocDirective()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h168 uint8_t IsStmt : 1, member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCAsmStreamer.cpp251 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()
DMCObjectStreamer.cpp444 bool PrologueEnd, bool IsStmt, in EmitCVLocDirective() argument
451 PrologueEnd, IsStmt, FileName, Loc); in EmitCVLocDirective()
DMCStreamer.cpp272 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/
DDwarfStreamer.cpp520 if (IsStatement != Row.IsStmt) { in emitLineTableForUnit()
521 IsStatement = Row.IsStmt; in emitLineTableForUnit()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp3265 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/
DAsmParser.cpp3690 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/
DDwarfLinker.cpp967 if (IsStatement != Row.IsStmt) { in emitLineTableForUnit()
968 IsStatement = Row.IsStmt; in emitLineTableForUnit()