| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugFrame.cpp | 199 uint64_t StartOffset = Offset; in parse() local 211 IsDWARF64, StartOffset, 0, 0, SmallString<8>(), 0, 0, 0, 0, 0, in parse() 213 CIEs[StartOffset] = Cie.get(); in parse() 263 AugmentationString[i], StartOffset); in parse() 271 "duplicate personality in entry at 0x%" PRIx64, StartOffset); in parse() 288 "'z' must be the first character at 0x%" PRIx64, StartOffset); in parse() 311 StartOffset); in parse() 318 IsDWARF64, StartOffset, Length, Version, AugmentationString, in parse() 323 CIEs[StartOffset] = Cie.get(); in parse() 339 StartOffset); in parse() [all …]
|
| H A D | DWARFDebugLoc.cpp | 388 void DWARFDebugLoclists::dumpRange(uint64_t StartOffset, uint64_t Size, in dumpRange() argument 391 if (!Data.isValidOffsetForDataOfSize(StartOffset, Size)) { in dumpRange() 395 uint64_t Offset = StartOffset; in dumpRange() 398 while (CanContinue && Offset < StartOffset + Size) { in dumpRange()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | FunctionInfo.cpp | 165 const auto StartOffset = Out.tell(); in encode() local 169 const auto Length = Out.tell() - StartOffset; in encode() 174 Out.fixup32(static_cast<uint32_t>(Length), StartOffset - 4); in encode() 183 const auto StartOffset = Out.tell(); in encode() local 187 const auto Length = Out.tell() - StartOffset; in encode() 192 Out.fixup32(static_cast<uint32_t>(Length), StartOffset - 4); in encode() 201 const auto StartOffset = Out.tell(); in encode() local 205 const auto Length = Out.tell() - StartOffset; in encode() 211 Out.fixup32(static_cast<uint32_t>(Length), StartOffset - 4); in encode() 220 const auto StartOffset = Out.tell(); in encode() local [all …]
|
| H A D | MergedFunctionsInfo.cpp | 23 const auto StartOffset = Out.tell(); in encode() local 29 const auto Length = Out.tell() - StartOffset; in encode() 30 Out.fixup32(static_cast<uint32_t>(Length), StartOffset - 4); in encode()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A 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()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSectionELF.h | 50 uint64_t StartOffset; variable 102 StartOffset = Start; in setOffsets() 106 return std::make_pair(StartOffset, EndOffset); in getOffsets()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | OptimizedStructLayout.cpp | 349 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 D | ScopedPrinter.cpp | 16 uint32_t StartOffset) { in printBinaryImpl() argument 26 OS << format_bytes_with_ascii(Data, StartOffset, 16, 4, in printBinaryImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | SPIRVObjectWriter.cpp | 39 uint64_t StartOffset = W.OS.tell(); in writeObject() local 43 return W.OS.tell() - StartOffset; in writeObject()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinkerCompileUnit.h | |
| H A D | AddressesMap.h | 45 DWARFUnit &U, const DWARFExpression::Operation &Op, uint64_t StartOffset, 75 uint64_t StartOffset,
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | LinePrinter.cpp | 107 uint64_t StartOffset) { in formatBinary() argument 112 OS << format_bytes_with_ascii(Data, StartOffset, 32, 4, in formatBinary() 120 uint64_t Base, uint64_t StartOffset) { in formatBinary() argument 125 Base += StartOffset; in formatBinary()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFLinkerCompileUnit.h | 160 uint64_t getStartOffset() const { return StartOffset; } in getStartOffset() 162 void setStartOffset(uint64_t DebugInfoSize) { StartOffset = DebugInfoSize; } in setStartOffset() 288 uint64_t StartOffset; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | OutputSections.cpp | 60 StartOffset = 0; in clearAllSectionData() 373 FinalValue += (*RangeSection)->StartOffset; in applyPatches() 389 FinalValue += (*LocationSection)->StartOffset; in applyPatches() 406 FinalOffset += ReferencedSectionDescriptor.StartOffset; in applyPatches() 460 uint64_t FinalValue = Patch.SectionPtr.getPointer()->StartOffset; in applyPatches()
|
| H A D | OutputSections.h | 182 uint64_t StartOffset = 0; member 412 Section.second->StartOffset = in assignSectionsOffsetAndAccumulateSize()
|
| H A D | DWARFLinkerImpl.cpp | 1224 CU->getSectionDescriptor(DebugSectionKind::DebugInfo).StartOffset + in emitAppleAcceleratorSections() 1230 CU->getSectionDescriptor(DebugSectionKind::DebugInfo).StartOffset + in emitAppleAcceleratorSections() 1236 CU->getSectionDescriptor(DebugSectionKind::DebugInfo).StartOffset + in emitAppleAcceleratorSections() 1242 CU->getSectionDescriptor(DebugSectionKind::DebugInfo).StartOffset + in emitAppleAcceleratorSections() 1371 .StartOffset); in emitDWARFv5DebugNamesSection()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinkerParallel/ |
| H A D | AddressesMap.h | |
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | LinePrinter.h | 72 uint64_t StartOffset); 74 uint64_t BaseAddr, uint64_t StartOffset);
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOLayoutBuilder.h | 45 uint32_t StartOffset; member
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 112 CharUnits StartOffset, CharUnits Size, 410 ArrayRef<CharUnits> Offsets, CharUnits StartOffset, CharUnits Size, in buildFrom() argument 417 auto Offset = [&](size_t I) { return Offsets[I] - StartOffset; }; in buildFrom() 571 CharUnits StartOffset; member in __anon9d6f04f10111::ConstStructBuilder 585 ConstantAggregateBuilder &Builder, CharUnits StartOffset) in ConstStructBuilder() argument 587 StartOffset(StartOffset) {} in ConstStructBuilder() 622 return Builder.add(InitCst, StartOffset + FieldOffsetInChars, AllowOverwrite); in AppendBytes() 661 CGM.getContext().toBits(StartOffset) + FieldOffset, in AppendBitField() 780 if (!EmitDesignatedInitUpdater(Emitter, Builder, StartOffset + Offset, in Build() 785 Builder.condense(StartOffset + Offset, in Build() [all …]
|
| H A D | CGRecordLayoutBuilder.cpp | 181 void setBitFieldInfo(const FieldDecl *FD, CharUnits StartOffset, 241 const FieldDecl *FD, CharUnits StartOffset, llvm::Type *StorageType) { in setBitFieldInfo() argument 244 Info.Offset = (unsigned)(getFieldBitOffset(FD) - Context.toBits(StartOffset)); in setBitFieldInfo() 247 Info.StorageOffset = StartOffset; in setBitFieldInfo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ScopedPrinter.h | 408 uint32_t StartOffset) { in printBinaryBlock() argument 409 printBinaryImpl(Label, StringRef(), Value, true, StartOffset); in printBinaryBlock() 462 uint32_t StartOffset = 0); 812 bool Block, uint32_t StartOffset = 0) override { 816 JOS.attribute("Offset", StartOffset);
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | XCOFFEmitter.cpp | 75 uint64_t StartOffset = 0u; member in __anonb16345390111::XCOFFWriter 565 (W.OS.tell() - StartOffset); in writeSectionData() 582 InitSections[I].FileOffsetToRelocations - (W.OS.tell() - StartOffset); in writeRelocations() 762 InitFileHdr.SymbolTableOffset - (W.OS.tell() - StartOffset); in writeSymbols() 872 StartOffset = W.OS.tell(); in writeXCOFF()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLoc.h | 136 void dumpRange(uint64_t StartOffset, uint64_t Size, raw_ostream &OS,
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | Tokens.cpp | 162 unsigned StartOffset; in range() local 163 std::tie(File, StartOffset) = SM.getDecomposedLoc(location()); in range() 164 return FileRange(File, StartOffset, StartOffset + length()); in range()
|