HomeSort by relevance Sort by last modified time
    Searched refs:IsStatement (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/DebugInfo/CodeView/
Line.cpp 15 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) {
19 if (IsStatement) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
Line.cpp 15 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) {
19 if (IsStatement) {
  /external/llvm/test/MC/COFF/
cv-loc.s 53 # CHECK: IsStatement: No
63 # CHECK: IsStatement: Yes
70 # CHECK: IsStatement: No
80 # CHECK: IsStatement: No
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
cv-loc.s 55 # CHECK: IsStatement: No
65 # CHECK: IsStatement: Yes
72 # CHECK: IsStatement: No
82 # CHECK: IsStatement: No
  /external/llvm/include/llvm/DebugInfo/CodeView/
Line.h 37 LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement);
48 bool isStatement() const { return (LineData & StatementFlag) != 0; }
100 uint16_t StartColumn, uint16_t EndColumn, bool IsStatement)
101 : CodeOffset(CodeOffset), LineInf(StartLine, EndLine, IsStatement),
123 bool isStatement() const { return LineInf.isStatement(); }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
Line.h 37 LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement);
48 bool isStatement() const { return (LineData & StatementFlag) != 0; }
100 uint16_t StartColumn, uint16_t EndColumn, bool IsStatement)
101 : CodeOffset(CodeOffset), LineInf(StartLine, EndLine, IsStatement),
123 bool isStatement() const { return LineInf.isStatement(); }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
CodeViewYAMLDebugSections.h 67 bool IsStatement;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DwarfStreamer.cpp 472 unsigned IsStatement = 1;
520 if (IsStatement != Row.IsStmt) {
521 IsStatement = Row.IsStmt;
566 LastLine = FileNum = IsStatement = 1;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
CodeViewYAMLDebugSections.cpp 269 IO.mapRequired("IsStatement", Obj.IsStatement);
430 LineInfo(L.LineStart, LE, L.IsStatement),
436 Result->addLineInfo(L.Offset, LineInfo(L.LineStart, LE, L.IsStatement));
610 SLE.IsStatement = LI.isStatement();
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]

Completed in 537 milliseconds