Home
last modified time | relevance | path

Searched refs:EndOffset (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordHelpers.cpp89 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 DSROA.cpp164 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 DDWARFExpression.h80 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 DDWARFDebugFrame.h69 /// 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 DTypeDeserializer.h151 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 DDWARFLinker.h66 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 DDWARFExpression.cpp129 EndOffset = Offset; in extract()
203 EndOffset = Offset; in extract()
H A DDWARFDebugFrame.cpp38 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 DDWARFContext.cpp304 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 DDWARFDebugLine.cpp545 const uint64_t EndOffset = DebugLineOffset + ProgramLength; in parse() local
556 while (*OffsetPtr < EndOffset) { in parse()
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.h351 int EndOffset() const;
370 int EndOffset() const;
H A Ddebug-interface.cc1143 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 Dv8-profiler-agent-impl.cc372 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 DX86FrameLowering.cpp2969 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 DX86ISelLowering.cpp12752 int EndOffset = BeginOffset + NumSubElts * EltBitWidth;
12753 if (BeginOffset <= BitOffset && BitOffset < EndOffset) {
[all...]
/third_party/typescript/tests/baselines/reference/
H A Dparserindenter.js732 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 DWasmObjectFile.cpp757 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 Dassembler_arm.cc3277 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 Dd8.cc3423 script->GetSourceLocation(function_data.EndOffset()); in WriteLcovData()
3445 int end_line = LineFromOffset(script, block_data.EndOffset() - 1); in WriteLcovData()

Completed in 60 milliseconds