HomeSort by relevance Sort by last modified time
    Searched refs:StartLine (Results 1 - 25 of 46) sorted by null

1 2

  /external/llvm/lib/DebugInfo/CodeView/
Line.cpp 15 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) {
16 LineData = StartLine & StartLineMask;
17 uint32_t LineDelta = EndLine - StartLine;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
Line.cpp 15 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) {
16 LineData = StartLine & StartLineMask;
17 uint32_t LineDelta = EndLine - StartLine;
  /external/libpng/contrib/arm-neon/
linux.c 39 StartLine, Feature, Colon, StartTag, Neon, HaveNeon, SkipTag, SkipLine
43 for (state=StartLine, counter=0;;)
58 case StartLine:
86 state = StartLine;
130 state = StartLine;
  /external/swiftshader/third_party/LLVM/lib/Support/
Memory.cpp 58 const intptr_t StartLine = ((intptr_t) Addr) & Mask;
61 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
65 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
FdfClassObject.py 89 (Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled) = \
98 StartLine = Fdf.Profile.PcdFileLineDict[Key][1]
100 self.TblFdf.Insert(Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled)
106 StartLine = Fdf.Profile.InfFileLineList[Index][1]
108 self.TblFdf.Insert(Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled)
DscClassObject.py 213 SqlCommand = """select ID, Value1, Arch, StartLine from %s
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
DataClass.py 187 # @param StartLine: StartLine of a Function
202 # @var StartLine: StartLine of a Function
206 # @var BodyStartLine: StartLine of a Function Body
214 StartLine = -1, StartColumn = -1, EndLine = -1, EndColumn = -1, \
223 self.StartLine = StartLine
248 # @param StartLine: StartLine of a Identifier
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/
TableDec.py 46 # @param StartLine: StartLine of a Dec item
61 StartLine INTEGER NOT NULL,
81 # @param StartLine: StartLine of a Dec item
87 def Insert(self, Model, Value1, Value2, Value3, Value4, Value5, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled):
91 % (self.Table, self.ID, Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled)
103 SqlCommand = """select ID, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine from %s
TableDsc.py 46 # @param StartLine: StartLine of a Dsc item
61 StartLine INTEGER NOT NULL,
81 # @param StartLine: StartLine of a Dsc item
87 def Insert(self, Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled):
91 % (self.Table, self.ID, Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled)
103 SqlCommand = """select ID, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine from %s
TableFdf.py 46 # @param StartLine: StartLine of a Fdf item
62 StartLine INTEGER NOT NULL,
82 # @param StartLine: StartLine of a Fdf item
88 def Insert(self, Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled):
92 % (self.Table, self.ID, Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled)
104 SqlCommand = """select ID, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine from %s
TableFunction.py 41 # @param StartLine: StartLine of a Function
45 # @param BodyStartLine: StartLine of a Function body
48 # @param FunNameStartLine: StartLine of a Function name
57 StartLine INTEGER NOT NULL,
78 # @param StartLine: StartLine of a Function
82 # @param BodyStartLine: StartLine of a Function body
85 # @param FunNameStartLine: StartLine of a Function name
88 def Insert(self, Header, Modifier, Name, ReturnStatement, StartLine, StartColumn, EndLine, EndColumn, BodyStartLine, BodyStartColumn, BelongsToFile, FunNameStartLine, (…)
    [all...]
TableIdentifier.py 45 # @param StartLine: StartLine of a Identifier
59 StartLine INTEGER NOT NULL,
78 # @param StartLine: StartLine of a Identifier
83 def Insert(self, Modifier, Type, Name, Value, Model, BelongsToFile, BelongsToFunction, StartLine, StartColumn, EndLine, EndColumn):
87 % (self.Table, self.ID, Modifier, Type, Name, Value, Model, BelongsToFile, BelongsToFunction, StartLine, StartColumn, EndLine, EndColumn)
TableInf.py 48 # @param StartLine: StartLine of a Inf item
65 StartLine INTEGER NOT NULL,
87 # @param StartLine: StartLine of a Inf item
93 def Insert(self, Model, Value1, Value2, Value3, Value4, Value5, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled):
97 % (self.Table, self.ID, Model, Value1, Value2, Value3, Value4, Value5, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled)
109 SqlCommand = """select ID, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine from %s
TablePcd.py 45 # @param StartLine: StartLine of a Pcd
59 StartLine INTEGER NOT NULL,
78 # @param StartLine: StartLine of a Pcd
83 def Insert(self, CName, TokenSpaceGuidCName, Token, DatumType, Model, BelongsToFile, BelongsToFunction, StartLine, StartColumn, EndLine, EndColumn):
87 % (self.Table, self.ID, CName, TokenSpaceGuidCName, Token, DatumType, Model, BelongsToFile, BelongsToFunction, StartLine, StartColumn, EndLine, EndColumn)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
C.g 72 def StorePredicateExpression(self, StartLine, StartOffset, EndLine, EndOffset, Text):
73 PredExp = CodeFragment.PredicateExpression(Text, (StartLine, StartOffset), (EndLine, EndOffset))
76 def StoreEnumerationDefinition(self, StartLine, StartOffset, EndLine, EndOffset, Text):
77 EnumDef = CodeFragment.EnumerationDefinition(Text, (StartLine, StartOffset), (EndLine, EndOffset))
80 def StoreStructUnionDefinition(self, StartLine, StartOffset, EndLine, EndOffset, Text):
81 SUDef = CodeFragment.StructUnionDefinition(Text, (StartLine, StartOffset), (EndLine, EndOffset))
84 def StoreTypedefDefinition(self, StartLine, StartOffset, EndLine, EndOffset, FromText, ToText):
85 Tdef = CodeFragment.TypedefDefinition(FromText, ToText, (StartLine, StartOffset), (EndLine, EndOffset))
88 def StoreFunctionDefinition(self, StartLine, StartOffset, EndLine, EndOffset, ModifierText, DeclText, LeftBraceLine, LeftBraceOffset, DeclLine, DeclOffset):
89 FuncDef = CodeFragment.FunctionDefinition(ModifierText, DeclText, (StartLine, StartOffset), (EndLine, EndOffset), (LeftBraceLine, LeftBraceOffset), (DeclLine, DeclOffset))
    [all...]
Database.py 184 Function.StartLine, Function.StartColumn, Function.EndLine, Function.EndColumn, \
192 FileID, FunctionID, Identifier.StartLine, Identifier.StartColumn, Identifier.EndLine, Identifier.EndColumn)
198 FileID, FunctionID, Pcd.StartLine, Pcd.StartColumn, Pcd.EndLine, Pcd.EndColumn)
204 FileID, -1, Identifier.StartLine, Identifier.StartColumn, Identifier.EndLine, Identifier.EndColumn)
210 FileID, -1, Pcd.StartLine, Pcd.StartColumn, Pcd.EndLine, Pcd.EndColumn)
222 SqlCommand = """select ID, BelongsToFile, StartLine, EndLine, Model from Identifier"""
229 StartLine = Record[2]
238 where StartLine < %s and EndLine > %s
239 and BelongsToFile = %s""" % (StartLine, EndLine, BelongsToFile)
254 where StartLine = %s + 1
    [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
Line.h 37 LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement);
99 Line(int32_t CodeOffset, uint32_t StartLine, uint32_t EndLine,
101 : CodeOffset(CodeOffset), LineInf(StartLine, EndLine, 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);
99 Line(int32_t CodeOffset, uint32_t StartLine, uint32_t EndLine,
101 : CodeOffset(CodeOffset), LineInf(StartLine, EndLine, IsStatement),
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
MetaFileTable.py 59 StartLine INTEGER NOT NULL,
81 # @param StartLine: StartLine of a Inf item
88 BelongsToItem=-1, BelongsToFile = -1, StartLine=-1, StartColumn=-1, EndLine=-1, EndColumn=-1, Enabled=0, Usage=''):
101 StartLine,
118 ValueString = "Value1,Value2,Value3,Usage,Scope1,Scope2,ID,StartLine"
140 StartLine INTEGER NOT NULL,
164 # @param StartLine: StartLine of a Dec item
171 BelongsToItem=-1, BelongsToFile = -1, StartLine=-1, StartColumn=-1, EndLine=-1, EndColumn=-1, Enabled=0):
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/
DIContext.h 37 uint32_t StartLine = 0;
47 StartLine == RHS.StartLine && Discriminator == RHS.Discriminator;
55 return std::tie(FileName, FunctionName, Line, Column, StartLine,
58 RHS.StartLine, RHS.Discriminator);
71 OS << "start line " << StartLine << '\n';
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
Database.py 184 Function.StartLine, Function.StartColumn, Function.EndLine, Function.EndColumn, \
191 FileID, FunctionID, Identifier.StartLine, Identifier.StartColumn, Identifier.EndLine, Identifier.EndColumn)
195 FileID, -1, Identifier.StartLine, Identifier.StartColumn, Identifier.EndLine, Identifier.EndColumn)
208 SqlCommand = """select ID, BelongsToFile, StartLine, EndLine from Function"""
215 StartLine = Record[2]
218 SqlCommand = """Update Identifier%s set BelongsToFunction = %s where BelongsToFile = %s and StartLine > %s and EndLine < %s""" % \
219 (BelongsToFile, FunctionID, BelongsToFile, StartLine, EndLine)
223 (BelongsToFile, FunctionID, DataClass.MODEL_IDENTIFIER_FUNCTION_HEADER, BelongsToFile, DataClass.MODEL_IDENTIFIER_COMMENT, StartLine - 1)
Parser.py 359 # @param StartLine: Start line of search scope
364 def SearchBelongsToFunction(BelongsToFile, StartLine, EndLine):
365 SqlCommand = """select ID, Name from Function where BelongsToFile = %s and StartLine <= %s and EndLine >= %s""" %(BelongsToFile, StartLine, EndLine)
384 SqlCommand = """select Value, Name, BelongsToFile, StartLine, EndLine from %s
392 BelongsToFile, StartLine, EndLine = Record[2], Record[3], Record[4]
393 BelongsToFunctionID, BelongsToFunction = SearchBelongsToFunction(BelongsToFile, StartLine, EndLine)
420 EotGlobalData.gOP_UN_MATCHED.write('%s, %s, %s, %s, %s, %s\n' % (ItemType, ItemMode, SourceFileID, SourceFileFullPath, StartLine, NewParameter))
423 SqlCommand = """select Value, Name, BelongsToFile, StartLine, EndLine from %s
430 SqlCommand = """select Value, Name, BelongsToFile, StartLine, EndLine from %s
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
MetaFileTable.py 83 StartLine INTEGER NOT NULL,
105 # @param StartLine: StartLine of a Inf item
112 BelongsToItem=-1, StartLine=-1, StartColumn=-1, EndLine=-1, EndColumn=-1, Enabled=0):
123 StartLine,
140 ValueString = "Value1,Value2,Value3,Scope1,Scope2,ID,StartLine"
163 StartLine INTEGER NOT NULL,
187 # @param StartLine: StartLine of a Dec item
194 BelongsToItem=-1, StartLine=-1, StartColumn=-1, EndLine=-1, EndColumn=-1, Enabled=0):
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/
DIPrinter.cpp 87 if (Info.StartLine)
88 OS << "Function start line: " << Info.StartLine << "\n";
  /external/syzkaller/pkg/report/
report_test.go 32 StartLine string
72 test.StartLine = ln[len(startPrefix):]
146 if *flagUpdate && test.StartLine == "" && test.EndLine == "" {
183 if test.StartLine != "" {
185 test.EndLine = test.StartLine
187 startPos := bytes.Index(test.Log, []byte(test.StartLine))

Completed in 1095 milliseconds

1 2