Home
last modified time | relevance | path

Searched refs:StartOffset (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeDeserializer.h105 : 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()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp143 const auto StartOffset = Out.tell(); in encode() local
147 const auto Length = Out.tell() - StartOffset; in encode()
152 Out.fixup32(static_cast<uint32_t>(Length), StartOffset - 4); in encode()
161 const auto StartOffset = Out.tell(); in encode() local
165 const auto Length = Out.tell() - StartOffset; in encode()
170 Out.fixup32(static_cast<uint32_t>(Length), StartOffset - 4); in encode()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DOptimizedStructLayout.cpp349 auto tryAddFillerFromQueue = [&](AlignmentQueue *Queue, uint64_t StartOffset, in performOptimizedStructLayout()
352 assert(StartOffset == alignTo(LastEnd, Queue->Alignment)); in performOptimizedStructLayout()
353 assert(!EndOffset || StartOffset < *EndOffset); in performOptimizedStructLayout()
358 (EndOffset ? *EndOffset - StartOffset : ~(uint64_t)0); in performOptimizedStructLayout()
368 return addToLayout(Queue, Last, Cur, StartOffset); in performOptimizedStructLayout()
H A DScopedPrinter.cpp16 uint32_t StartOffset) { in printBinaryImpl() argument
26 OS << format_bytes_with_ascii(Data, StartOffset, 16, 4, in printBinaryImpl()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp1041 uint64_t StartOffset = Offset; in parse() local
1053 IsDWARF64, StartOffset, 0, 0, SmallString<8>(), 0, 0, 0, 0, 0, in parse()
1055 CIEs[StartOffset] = Cie.get(); in parse()
1105 AugmentationString[i], StartOffset); in parse()
1153 StartOffset); in parse()
1160 IsDWARF64, StartOffset, Length, Version, AugmentationString, in parse()
1165 CIEs[StartOffset] = Cie.get(); in parse()
1181 StartOffset); in parse()
1210 StartOffset); in parse()
1217 Entries.emplace_back(new FDE(IsDWARF64, StartOffset, Length, CIEPointer, in parse()
[all …]
H A DDWARFDebugLoc.cpp387 void DWARFDebugLoclists::dumpRange(uint64_t StartOffset, uint64_t Size, in dumpRange() argument
390 if (!Data.isValidOffsetForDataOfSize(StartOffset, Size)) { in dumpRange()
394 uint64_t Offset = StartOffset; in dumpRange()
397 while (CanContinue && Offset < StartOffset + Size) { in dumpRange()
H A DDWARFVerifier.cpp1734 uint64_t StartOffset = C.tell(); in verifyDebugStrOffsets() local
1749 SectionName, StartOffset, C.tell() - StartOffset, Length, in verifyDebugStrOffsets()
1759 SectionName, StartOffset, Version); in verifyDebugStrOffsets()
1774 SectionName, StartOffset, Length, OffsetByteSize, Remainder); in verifyDebugStrOffsets()
1787 SectionName, StartOffset, Index, OffOff, StrOff, StrData.size()); in verifyDebugStrOffsets()
1795 SectionName, StartOffset, Index, OffOff, StrOff); in verifyDebugStrOffsets()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DSPIRVObjectWriter.cpp67 uint64_t StartOffset = W.OS.tell(); in writeObject() local
71 return W.OS.tell() - StartOffset; in writeObject()
H A DGOFFObjectWriter.cpp283 uint64_t StartOffset = OS.tell(); in writeObject() local
290 return OS.tell() - StartOffset; in writeObject()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h156 uint64_t getStartOffset() const { return StartOffset; } in getStartOffset()
158 void setStartOffset(uint64_t DebugInfoSize) { StartOffset = DebugInfoSize; } in setStartOffset()
272 uint64_t StartOffset; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp108 uint64_t StartOffset) { in formatBinary() argument
113 OS << format_bytes_with_ascii(Data, StartOffset, 32, 4, in formatBinary()
121 uint64_t Base, uint64_t StartOffset) { in formatBinary() argument
126 Base += StartOffset; in formatBinary()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.cpp61 StartOffset = 0; in clearAllSectionData()
374 FinalValue += (*RangeSection)->StartOffset; in applyPatches()
390 FinalValue += (*LocationSection)->StartOffset; in applyPatches()
407 FinalOffset += ReferencedSectionDescriptor.StartOffset; in applyPatches()
461 uint64_t FinalValue = Patch.SectionPtr.getPointer()->StartOffset; in applyPatches()
H A DOutputSections.h182 uint64_t StartOffset = 0; member
415 Section.second->StartOffset = in assignSectionsOffsetAndAccumulateSize()
H A DDWARFLinkerImpl.cpp1228 CU->getSectionDescriptor(DebugSectionKind::DebugInfo).StartOffset + in emitAppleAcceleratorSections()
1234 CU->getSectionDescriptor(DebugSectionKind::DebugInfo).StartOffset + in emitAppleAcceleratorSections()
1240 CU->getSectionDescriptor(DebugSectionKind::DebugInfo).StartOffset + in emitAppleAcceleratorSections()
1246 CU->getSectionDescriptor(DebugSectionKind::DebugInfo).StartOffset + in emitAppleAcceleratorSections()
1374 .StartOffset); in emitDWARFv5DebugNamesSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DAddressesMap.h45 DWARFUnit &U, const DWARFExpression::Operation &Op, uint64_t StartOffset,
75 uint64_t StartOffset,
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h71 uint64_t StartOffset);
73 uint64_t StartOffset);
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOLayoutBuilder.h45 uint32_t StartOffset; member
H A DMachOWriter.cpp452 uint8_t *HashReadEnd = BufferStart + CodeSignature.StartOffset; in writeCodeSignatureData()
498 write32be(&CodeDirectory->codeLimit, CodeSignature.StartOffset); in writeCodeSignatureData()
546 msync(BufferStart, CodeSignature.StartOffset + CodeSignature.Size, in writeCodeSignatureData()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h398 uint32_t StartOffset) { in printBinaryBlock() argument
399 printBinaryImpl(Label, StringRef(), Value, true, StartOffset); in printBinaryBlock()
452 uint32_t StartOffset = 0);
796 bool Block, uint32_t StartOffset = 0) override {
800 JOS.attribute("Offset", StartOffset);
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp73 uint64_t StartOffset = 0u; member in __anonf12ad9010111::XCOFFWriter
490 InitSections[I].FileOffsetToData - (W.OS.tell() - StartOffset); in writeSectionData()
507 InitSections[I].FileOffsetToRelocations - (W.OS.tell() - StartOffset); in writeRelocations()
648 (uint64_t)InitFileHdr.SymbolTableOffset - (W.OS.tell() - StartOffset); in writeSymbols()
757 StartOffset = W.OS.tell(); in writeXCOFF()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp104 CharUnits StartOffset, CharUnits Size,
402 ArrayRef<CharUnits> Offsets, CharUnits StartOffset, CharUnits Size, in buildFrom() argument
409 auto Offset = [&](size_t I) { return Offsets[I] - StartOffset; }; in buildFrom()
563 CharUnits StartOffset; member in __anondd3698b90111::ConstStructBuilder
576 ConstantAggregateBuilder &Builder, CharUnits StartOffset) in ConstStructBuilder() argument
578 StartOffset(StartOffset) {} in ConstStructBuilder()
608 return Builder.add(InitCst, StartOffset + FieldOffsetInChars, AllowOverwrite); in AppendBytes()
631 CGM.getContext().toBits(StartOffset) + FieldOffset, in AppendBitField()
736 if (!EmitDesignatedInitUpdater(Emitter, Builder, StartOffset + Offset, in Build()
741 Builder.condense(StartOffset + Offset, in Build()
H A DCGRecordLayoutBuilder.cpp181 void setBitFieldInfo(const FieldDecl *FD, CharUnits StartOffset,
239 const FieldDecl *FD, CharUnits StartOffset, llvm::Type *StorageType) { in setBitFieldInfo() argument
242 Info.Offset = (unsigned)(getFieldBitOffset(FD) - Context.toBits(StartOffset)); in setBitFieldInfo()
245 Info.StorageOffset = StartOffset; in setBitFieldInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLoc.h134 void dumpRange(uint64_t StartOffset, uint64_t Size, raw_ostream &OS,
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp164 unsigned StartOffset; in range() local
165 std::tie(File, StartOffset) = SM.getDecomposedLoc(location()); in range()
166 return FileRange(File, StartOffset, StartOffset + length()); in range()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.cpp128 NextUnitOffset = StartOffset; in computeNextUnitOffset()

12