Home
last modified time | relevance | path

Searched refs:EntryOffset (Results 1 – 17 of 17) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.cpp98 auto EntryOffset = alignTo(Sec.getStubOffset(), PointerSize); in getDLLImportOffset() local
99 Sec.advanceStubOffset(EntryOffset + PointerSize - Sec.getStubOffset()); in getDLLImportOffset()
100 Stubs[Reloc] = EntryOffset; in getDLLImportOffset()
102 RelocationEntry RE(SectionID, EntryOffset, PointerReloc, 0, false, in getDLLImportOffset()
112 EntryOffset, Sec.getLoadAddress() + EntryOffset) in getDLLImportOffset()
115 return EntryOffset; in getDLLImportOffset()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h35 size_t EntryOffset; member
36 List(DwarfCompileUnit *CU, size_t EntryOffset) in List()
37 : CU(CU), EntryOffset(EntryOffset) {} in List()
111 return ArrayRef(Entries).slice(Lists[LI].EntryOffset, getNumEntries(LI)); in getEntries()
138 return Entries.size() - Lists[LI].EntryOffset; in getNumEntries()
139 return Lists[LI + 1].EntryOffset - Lists[LI].EntryOffset; in getNumEntries()
H A DDebugLocStream.cpp16 if (Lists.back().EntryOffset == Entries.size()) { in finalizeList()
36 assert(Lists.back().EntryOffset <= Entries.size() && in finalizeEntry()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DOffloadEmitter.cpp49 if (Doc.EntryOffset) in yaml2offload()
50 TheHeader->EntryOffset = *Doc.EntryOffset; in yaml2offload()
H A DOffloadYAML.cpp53 IO.mapOptional("EntryOffset", O.EntryOffset); in mapping()
/freebsd-14.2/sys/contrib/dev/acpica/common/
H A Ddmtbdump2.c509 UINT32 EntryOffset; in AcpiDmDumpIvrs() local
593 EntryOffset = Offset + sizeof (ACPI_IVRS_HARDWARE1); in AcpiDmDumpIvrs()
601 EntryOffset = Offset + sizeof (ACPI_IVRS_HARDWARE2); in AcpiDmDumpIvrs()
608 while (EntryOffset < (Offset + Subtable->Length)) in AcpiDmDumpIvrs()
672 EntryType, EntryLength, EntryOffset); in AcpiDmDumpIvrs()
678 Status = AcpiDmDumpTable (Table->Length, EntryOffset, in AcpiDmDumpIvrs()
686 EntryOffset += EntryLength; in AcpiDmDumpIvrs()
715 EntryOffset += 8; in AcpiDmDumpIvrs()
738 EntryOffset += 8; in AcpiDmDumpIvrs()
765 EntryOffset += EntryLength+2; in AcpiDmDumpIvrs()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugArangeSet.cpp138 uint64_t EntryOffset = *offset_ptr; in extract() local
151 Offset, EntryOffset)); in extract()
H A DDWARFAcceleratorTable.cpp730 uint64_t EntryOffset = AS.getUnsigned(&EntryOffsetOffset, SectionOffsetSize); in getNameTableEntry() local
731 EntryOffset += EntriesBase; in getNameTableEntry()
732 return {Section.StringSection, Index, StringOffset, EntryOffset}; in getNameTableEntry()
777 uint64_t EntryOffset = NTE.getEntryOffset(); in dumpName() local
778 while (dumpEntry(W, &EntryOffset)) in dumpName()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h514 uint64_t EntryOffset; variable
518 uint64_t StringOffset, uint64_t EntryOffset) in NameTableEntry() argument
520 EntryOffset(EntryOffset) {} in NameTableEntry()
536 uint64_t getEntryOffset() const { return EntryOffset; } in getEntryOffset()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DOffloadBinary.cpp192 TheHeader->EntryOffset > TheHeader->Size - sizeof(Entry) || in create()
197 reinterpret_cast<const Entry *>(&Start[TheHeader->EntryOffset]); in create()
230 TheHeader.EntryOffset = sizeof(Header); in write()
H A DCOFFObjectFile.cpp1930 ptrdiff_t EntryOffset = EntryPtr - BBS.data().data(); in getContents() local
1931 coff_relocation RelocTarget{ulittle32_t(EntryOffset), ulittle32_t(0), in getContents()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DOffloadYAML.h42 std::optional<uint64_t> EntryOffset; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp400 void writeSymbolAuxFunctionEntry(uint32_t EntryOffset, uint32_t FunctionSize,
403 void writeSymbolAuxExceptionEntry(uint64_t EntryOffset, uint32_t FunctionSize,
954 void XCOFFObjectWriter::writeSymbolAuxFunctionEntry(uint32_t EntryOffset, in writeSymbolAuxFunctionEntry() argument
961 W.write<uint32_t>(EntryOffset); in writeSymbolAuxFunctionEntry()
974 void XCOFFObjectWriter::writeSymbolAuxExceptionEntry(uint64_t EntryOffset, in writeSymbolAuxExceptionEntry() argument
978 W.write<uint64_t>(EntryOffset); in writeSymbolAuxExceptionEntry()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DOffloadBinary.h111 uint64_t EntryOffset; // Offset of the metadata entry in bytes. member
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp769 uint64_t EntryOffset = InputOffset; in cloneAndEmitDebugFrame() local
779 StringRef CIEData = OrigFrameData.substr(EntryOffset, InitialLength + 4); in cloneAndEmitDebugFrame()
780 LocalCIES[EntryOffset] = CIEData; in cloneAndEmitDebugFrame()
796 InputOffset = EntryOffset + InitialLength + 4; in cloneAndEmitDebugFrame()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2291 uint64_t EntryOffset = InputOffset; in patchFrameInfoForObject() local
2299 StringRef CIEData = FrameData.substr(EntryOffset, InitialLength + 4); in patchFrameInfoForObject()
2300 LocalCIES[EntryOffset] = CIEData; in patchFrameInfoForObject()
2316 InputOffset = EntryOffset + InitialLength + 4; in patchFrameInfoForObject()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DOffloadWrapper.cpp146 Binary.bytes_begin() + Header->EntryOffset); in createBinDesc()