/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugFrame.cpp | 347 static void LLVM_ATTRIBUTE_NORETURN ReportError(uint64_t StartOffset, in ReportError() argument 351 OS << format(ErrorMsg, StartOffset); in ReportError() 361 uint64_t StartOffset = Offset; in parse() local 416 StartOffset, in parse() 423 ReportError(StartOffset, in parse() 439 ReportError(StartOffset, in parse() 456 ReportError(StartOffset, in parse() 465 StartOffset, Length, Version, AugmentationString, AddressSize, in parse() 469 CIEs[StartOffset] = Cie.get(); in parse() 482 ReportError(StartOffset, "Parsing FDE data at %" PRIx64 in parse() [all …]
|
D | DWARFDebugLoc.cpp | 390 void DWARFDebugLoclists::dumpRange(uint64_t StartOffset, uint64_t Size, in dumpRange() argument 394 if (!Data.isValidOffsetForDataOfSize(StartOffset, Size)) { in dumpRange() 398 uint64_t Offset = StartOffset; in dumpRange() 401 while (CanContinue && Offset < StartOffset + Size) { in dumpRange()
|
/third_party/typescript/tests/baselines/reference/ |
D | parserindenter.js | 101 …() && node.Parent != null && token.Span.span.start() == node.Parent.AuthorNode.Details.StartOffset) 104 … if (node.CanIndent() && token.Span.span.start() == node.AuthorNode.Details.StartOffset) { 334 … if (token.Span.startPosition() < argumentNode.AuthorNode.Details.StartOffset) 486 …ltaSize = this.GetIndentationDelta(indentableParent.AuthorNode.Details.StartOffset, token.Span.sta… 580 offset = tree.StartNodePreviousSibling.Details.StartOffset; 588 …& this.snapshot.GetLineNumberFromPosition(node.Parent.AuthorNode.Details.StartOffset) == lineNum) { 604 …while (parent != null && parent.AuthorNode.Details.StartOffset == this.firstToken.Span.startPositi… 609 …umber = this.snapshot.GetLineNumberFromPosition(tree.StartNodeSelf.AuthorNode.Details.StartOffset); 612 …NodeLineNumber == this.snapshot.GetLineNumberFromPosition(parent.AuthorNode.Details.StartOffset)) { 624 offset = parent.AuthorNode.Details.StartOffset; [all …]
|
D | parserindenter.types | 367 …() && node.Parent != null && token.Span.span.start() == node.Parent.AuthorNode.Details.StartOffset) 368 …e.Parent != null && token.Span.span.start() == node.Parent.AuthorNode.Details.StartOffset : boolean 380 >token.Span.span.start() == node.Parent.AuthorNode.Details.StartOffset : boolean 389 >node.Parent.AuthorNode.Details.StartOffset : any 397 >StartOffset : any 406 … if (node.CanIndent() && token.Span.span.start() == node.AuthorNode.Details.StartOffset) { 407 >node.CanIndent() && token.Span.span.start() == node.AuthorNode.Details.StartOffset : boolean 412 >token.Span.span.start() == node.AuthorNode.Details.StartOffset : boolean 421 >node.AuthorNode.Details.StartOffset : any 427 >StartOffset : any [all …]
|
D | parserindenter.errors.txt | 275 …() && node.Parent != null && token.Span.span.start() == node.Parent.AuthorNode.Details.StartOffset) 278 … if (node.CanIndent() && token.Span.span.start() == node.AuthorNode.Details.StartOffset) { 628 … if (token.Span.startPosition() < argumentNode.AuthorNode.Details.StartOffset) 666 // if (span.Contains(tree.StartNodethis.AuthorNode.Details.StartOffset)) 672 … int siblingStartOffset = tree.StartNodePreviousSibling.Value.Details.StartOffset; 814 …ltaSize = this.GetIndentationDelta(indentableParent.AuthorNode.Details.StartOffset, token.Span.sta… 926 offset = tree.StartNodePreviousSibling.Details.StartOffset; 934 …& this.snapshot.GetLineNumberFromPosition(node.Parent.AuthorNode.Details.StartOffset) == lineNum) { 952 …while (parent != null && parent.AuthorNode.Details.StartOffset == this.firstToken.Span.startPositi… 957 …umber = this.snapshot.GetLineNumberFromPosition(tree.StartNodeSelf.AuthorNode.Details.StartOffset); [all …]
|
D | parserindenter.symbols | 241 …() && node.Parent != null && token.Span.span.start() == node.Parent.AuthorNode.Details.StartOffset) 251 … if (node.CanIndent() && token.Span.span.start() == node.AuthorNode.Details.StartOffset) { 793 … if (token.Span.startPosition() < argumentNode.AuthorNode.Details.StartOffset) 846 // if (span.Contains(tree.StartNodethis.AuthorNode.Details.StartOffset)) 852 … int siblingStartOffset = tree.StartNodePreviousSibling.Value.Details.StartOffset; 1125 …ltaSize = this.GetIndentationDelta(indentableParent.AuthorNode.Details.StartOffset, token.Span.sta… 1405 offset = tree.StartNodePreviousSibling.Details.StartOffset; 1424 …& this.snapshot.GetLineNumberFromPosition(node.Parent.AuthorNode.Details.StartOffset) == lineNum) { 1464 …while (parent != null && parent.AuthorNode.Details.StartOffset == this.firstToken.Span.startPositi… 1477 …umber = this.snapshot.GetLineNumberFromPosition(tree.StartNodeSelf.AuthorNode.Details.StartOffset); [all …]
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/ |
D | parserindenter.ts | 100 …() && node.Parent != null && token.Span.span.start() == node.Parent.AuthorNode.Details.StartOffset) 103 … if (node.CanIndent() && token.Span.span.start() == node.AuthorNode.Details.StartOffset) { 333 … if (token.Span.startPosition() < argumentNode.AuthorNode.Details.StartOffset) 485 …ltaSize = this.GetIndentationDelta(indentableParent.AuthorNode.Details.StartOffset, token.Span.sta… 579 offset = tree.StartNodePreviousSibling.Details.StartOffset; 587 …& this.snapshot.GetLineNumberFromPosition(node.Parent.AuthorNode.Details.StartOffset) == lineNum) { 603 …while (parent != null && parent.AuthorNode.Details.StartOffset == this.firstToken.Span.startPositi… 608 …umber = this.snapshot.GetLineNumberFromPosition(tree.StartNodeSelf.AuthorNode.Details.StartOffset); 611 …NodeLineNumber == this.snapshot.GetLineNumberFromPosition(parent.AuthorNode.Details.StartOffset)) { 623 offset = parent.AuthorNode.Details.StartOffset; [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeDeserializer.h | 105 : Reader(R), Mapping(Reader), StartOffset(0) {} in MappingInfo() 109 uint32_t StartOffset; member 126 Mapping.StartOffset = Mapping.Reader.getOffset(); in visitMemberBegin() 152 uint32_t RecordLength = EndOffset - Mapping.StartOffset; in visitKnownMemberImpl() 153 Mapping.Reader.setOffset(Mapping.StartOffset); in visitKnownMemberImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
D | FunctionInfo.cpp | 114 const auto StartOffset = O.tell(); in encode() local 118 const auto Length = O.tell() - StartOffset; in encode() 123 O.fixup32(static_cast<uint32_t>(Length), StartOffset - 4); in encode() 132 const auto StartOffset = O.tell(); in encode() local 136 const auto Length = O.tell() - StartOffset; in encode() 141 O.fixup32(static_cast<uint32_t>(Length), StartOffset - 4); in encode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ScopedPrinter.cpp | 24 uint32_t StartOffset) { in printBinaryImpl() argument 34 OS << format_bytes_with_ascii(Data, StartOffset, 16, 4, in printBinaryImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinkerCompileUnit.h | 124 uint64_t getStartOffset() const { return StartOffset; } in getStartOffset() 126 void setStartOffset(uint64_t DebugInfoSize) { StartOffset = DebugInfoSize; } in setStartOffset() 261 uint64_t StartOffset; variable
|
D | DWARFLinker.h | 66 virtual bool hasValidRelocationAt(uint64_t StartOffset, uint64_t EndOffset,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | ScopedPrinter.h | 304 uint32_t StartOffset) { in printBinaryBlock() argument 305 printBinaryImpl(Label, StringRef(), Value, true, StartOffset); in printBinaryBlock() 346 bool Block, uint32_t StartOffset = 0);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLoc.h | 130 void dumpRange(uint64_t StartOffset, uint64_t Size, raw_ostream &OS,
|
/third_party/skia/modules/svg/include/ |
D | SkSVGText.h | 112 SVG_ATTR(StartOffset, SkSVGLength, SkSVGLength(0))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/ |
D | DWARFLinkerCompileUnit.cpp | 65 NextUnitOffset = StartOffset; in computeNextUnitOffset()
|
/third_party/cef/libcef/renderer/ |
D | dom_document_impl.cc | 111 return range.StartOffset(); in GetSelectionStartOffset()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | XCOFFObjectWriter.cpp | 399 uint64_t StartOffset = W.OS.tell(); in writeObject() local 410 return W.OS.tell() - StartOffset; in writeObject()
|
D | MachObjectWriter.cpp | 756 uint64_t StartOffset = W.OS.tell(); in writeObject() local 1044 return W.OS.tell() - StartOffset; in writeObject()
|
D | WinCOFFObjectWriter.cpp | 954 uint64_t StartOffset = W.OS.tell(); in writeObject() local 1087 return W.OS.tell() - StartOffset; in writeObject()
|
D | ELFObjectWriter.cpp | 1070 uint64_t StartOffset = W.OS.tell(); in writeObject() local 1246 return W.OS.tell() - StartOffset; in writeObject()
|
D | WasmObjectWriter.cpp | 1107 uint64_t StartOffset = W.OS.tell(); in writeObject() local 1602 return W.OS.tell() - StartOffset; in writeObject()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1812 uint64_t StartOffset = CurrentGOTIndex * getGOTEntrySize(); in allocateGOTEntries() local 1814 return StartOffset; in allocateGOTEntries()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 7988 int64_t StartOffset = Offset & ~int64_t(RequiredAlign - 1); in LowerAsSplatVectorLoad() local 7989 if (StartOffset) { in LowerAsSplatVectorLoad() 7992 DAG.getConstant(StartOffset, DL, Ptr.getValueType())); in LowerAsSplatVectorLoad() 7995 int EltNo = (Offset - StartOffset) >> 2; in LowerAsSplatVectorLoad() 8000 LD->getPointerInfo().getWithOffset(StartOffset)); in LowerAsSplatVectorLoad()
|