/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | SymbolRecordHelpers.cpp | 89 uint32_t EndOffset = getScopeEndOffset(Opener); in limitSymbolArrayToScope() local 90 CVSymbol Closer = *Symbols.at(EndOffset); in limitSymbolArrayToScope() 91 EndOffset += Closer.RecordData.size(); in limitSymbolArrayToScope() 92 return Symbols.substream(ScopeBegin, EndOffset); in limitSymbolArrayToScope()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 164 uint64_t EndOffset = 0; member in __anon25192::Slice 173 Slice(uint64_t BeginOffset, uint64_t EndOffset, Use *U, bool IsSplittable) in Slice() argument 174 : BeginOffset(BeginOffset), EndOffset(EndOffset), in Slice() 178 uint64_t endOffset() const { return EndOffset; } in endOffset() 365 uint64_t BeginOffset = 0, EndOffset = 0; 386 uint64_t endOffset() const { return EndOffset; } in endOffset() 392 assert(BeginOffset < EndOffset && "Partitions must span some bytes!"); in size() 393 return EndOffset - BeginOffset; in size() 465 if (P.EndOffset > [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFExpression.h | 80 uint64_t EndOffset; variable 89 uint64_t getEndOffset() { return EndOffset; } in getEndOffset() 115 Offset = Op.isError() ? Expr->Data.getData().size() : Op.EndOffset; in operator ++()
|
H A D | DWARFDebugFrame.h | 69 /// starting at *Offset and ending at EndOffset. *Offset is updated 70 /// to EndOffset upon successful parsing, or indicates the offset 72 Error parse(DWARFDataExtractor Data, uint64_t *Offset, uint64_t EndOffset);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeDeserializer.h | 151 uint32_t EndOffset = Mapping.Reader.getOffset(); in visitKnownMemberImpl() 152 uint32_t RecordLength = EndOffset - Mapping.StartOffset; in visitKnownMemberImpl() 156 assert(Mapping.Reader.getOffset() == EndOffset); in visitKnownMemberImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/ |
H A 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/lib/DebugInfo/DWARF/ |
H A D | DWARFExpression.cpp | 129 EndOffset = Offset; in extract() 203 EndOffset = Offset; in extract()
|
H A D | DWARFDebugFrame.cpp | 38 uint64_t EndOffset) { in parse() 39 while (*Offset < EndOffset) { in parse() 37 parse(DWARFDataExtractor Data, uint64_t *Offset, uint64_t EndOffset) parse() argument
|
H A D | DWARFContext.cpp | 304 uint64_t EndOffset = Header.length() + Header.getHeaderOffset(); in dumpLoclistsSection() local 308 if (DumpOffset >= Offset && DumpOffset < EndOffset) { in dumpLoclistsSection() 316 Loc.dumpRange(Offset, EndOffset - Offset, OS, MRI, Obj, DumpOpts); in dumpLoclistsSection() 318 Offset = EndOffset; in dumpLoclistsSection()
|
H A D | DWARFDebugLine.cpp | 545 const uint64_t EndOffset = DebugLineOffset + ProgramLength; in parse() local 556 while (*OffsetPtr < EndOffset) { in parse()
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-interface.h | 351 int EndOffset() const; 370 int EndOffset() const;
|
H A D | debug-interface.cc | 1143 int Coverage::BlockData::EndOffset() const { return block_->end; } in EndOffset() function in v8::debug::Coverage::BlockData 1149 int Coverage::FunctionData::EndOffset() const { return function_->end; } in EndOffset() function in v8::debug::Coverage::FunctionData
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-profiler-agent-impl.cc | 372 function_data.EndOffset(), in coverageToProtocol() 380 block_data.EndOffset(), in coverageToProtocol()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.cpp | 2969 int EndOffset = -EHRegOffset - EHRegSize; 2970 FuncInfo.EHRegNodeEndOffset = EndOffset; 2974 unsigned ADDri = getADDriOpcode(false, EndOffset); 2977 .addImm(EndOffset) 2981 assert(EndOffset >= 0 && 2986 FramePtr, false, EndOffset)
|
H A D | X86ISelLowering.cpp | 12752 int EndOffset = BeginOffset + NumSubElts * EltBitWidth; 12753 if (BeginOffset <= BitOffset && BitOffset < EndOffset) { [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | parserindenter.js | 732 ParseNodeExtensions.SetNodeSpan(node, token.Span.startPosition(), node.AuthorNode.Details.EndOffset); 1335 ParseNodeExtensions.SetNodeSpan(node, token.Span.startPosition(), node.AuthorNode.Details.EndOffset);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | WasmObjectFile.cpp | 757 uint32_t EndOffset = Section.Content.size(); in parseRelocSection() local 832 if (Reloc.Offset + Size > EndOffset) in parseRelocSection()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
H A D | assembler_arm.cc | 3277 ldr(IP, Address(temp_reg, Heap::EndOffset(space))); 3324 ldr(temp2, Address(temp1, Heap::EndOffset(space)));
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8.cc | 3423 script->GetSourceLocation(function_data.EndOffset()); in WriteLcovData() 3445 int end_line = LineFromOffset(script, block_data.EndOffset() - 1); in WriteLcovData()
|