| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldCOFF.cpp | 97 auto EntryOffset = alignTo(Sec.getStubOffset(), PointerSize); in getDLLImportOffset() local 98 Sec.advanceStubOffset(EntryOffset + PointerSize - Sec.getStubOffset()); in getDLLImportOffset() 99 It->second = EntryOffset; in getDLLImportOffset() 101 RelocationEntry RE(SectionID, EntryOffset, PointerReloc, 0, false, in getDLLImportOffset() 111 EntryOffset, Sec.getLoadAddress() + EntryOffset) in getDLLImportOffset() 114 return EntryOffset; in getDLLImportOffset()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugLocStream.h | 35 size_t EntryOffset; 36 List(DwarfCompileUnit *CU, size_t EntryOffset) member 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 D | DebugLocStream.cpp | 16 if (Lists.back().EntryOffset == Entries.size()) { in finalizeList() 36 assert(Lists.back().EntryOffset <= Entries.size() && in finalizeEntry()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | OffloadEmitter.cpp | 48 if (Doc.EntryOffset) in yaml2offload() 49 TheHeader->EntryOffset = *Doc.EntryOffset; in yaml2offload()
|
| H A D | OffloadYAML.cpp | 53 IO.mapOptional("EntryOffset", O.EntryOffset); in mapping()
|
| /freebsd/sys/contrib/dev/acpica/common/ |
| H A D | dmtbdump2.c | 506 UINT32 EntryOffset; in AcpiDmDumpIovt() local 572 EntryOffset = Offset + Subtable->DeviceEntryOffset; in AcpiDmDumpIovt() 579 Table, EntryOffset); in AcpiDmDumpIovt() 596 EntryType, EntryLength, EntryOffset); in AcpiDmDumpIovt() 602 Status = AcpiDmDumpTable (Table->Length, EntryOffset, in AcpiDmDumpIovt() 609 EntryOffset += EntryLength; in AcpiDmDumpIovt() 610 } while (EntryOffset < (Offset + Subtable->Header.Length)); in AcpiDmDumpIovt() 651 UINT32 EntryOffset; in AcpiDmDumpIvrs() local 735 EntryOffset = Offset + sizeof (ACPI_IVRS_HARDWARE1); in AcpiDmDumpIvrs() 743 EntryOffset = Offset + sizeof (ACPI_IVRS_HARDWARE2); in AcpiDmDumpIvrs() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugArangeSet.cpp | 138 uint64_t EntryOffset = *offset_ptr; in extract() local 152 Offset, EntryOffset)); in extract()
|
| H A D | DWARFAcceleratorTable.cpp | 806 uint64_t EntryOffset = AS.getUnsigned(&EntryOffsetOffset, SectionOffsetSize); in getNameTableEntry() local 807 EntryOffset += Offsets.EntriesBase; in getNameTableEntry() 808 return {Section.StringSection, Index, StringOffset, EntryOffset}; in getNameTableEntry() 853 uint64_t EntryOffset = NTE.getEntryOffset(); in dumpName() local 854 while (dumpEntry(W, &EntryOffset)) in dumpName()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | OffloadBinary.cpp | 192 if (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 D | OffloadBundle.cpp | 88 uint64_t EntryOffset; in readEntries() local 92 if (auto EC = Reader.readInteger(EntryOffset)) in readEntries() 105 EntryOffset + SectionOffset, EntrySize, EntryIDSize, EntryID); in readEntries()
|
| H A D | COFFObjectFile.cpp | 2325 ptrdiff_t EntryOffset = EntryPtr - BBS.data().data(); in getContents() local 2326 coff_relocation RelocTarget{ulittle32_t(EntryOffset), ulittle32_t(0), in getContents()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.h | 549 uint64_t EntryOffset; variable 553 uint64_t StringOffset, uint64_t EntryOffset) in NameTableEntry() argument 555 EntryOffset(EntryOffset) {} in NameTableEntry() 584 uint64_t getEntryOffset() const { return EntryOffset; } in getEntryOffset()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | OffloadYAML.h | 42 std::optional<uint64_t> EntryOffset; 43 std::optional<uint64_t> EntryOffset; global() member
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | XCOFFObjectWriter.cpp | 397 void writeSymbolAuxFunctionEntry(uint32_t EntryOffset, uint32_t FunctionSize, 400 void writeSymbolAuxExceptionEntry(uint64_t EntryOffset, uint32_t FunctionSize, 995 void XCOFFWriter::writeSymbolAuxFunctionEntry(uint32_t EntryOffset, in writeSymbolAuxFunctionEntry() argument 1002 W.write<uint32_t>(EntryOffset); in writeSymbolAuxFunctionEntry() 1015 void XCOFFWriter::writeSymbolAuxExceptionEntry(uint64_t EntryOffset, in writeSymbolAuxExceptionEntry() argument 1019 W.write<uint64_t>(EntryOffset); in writeSymbolAuxExceptionEntry()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | OffloadBinary.h | 114 uint64_t EntryOffset; // Offset of the metadata entry in bytes. member
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerImpl.cpp | 766 uint64_t EntryOffset = InputOffset; in cloneAndEmitDebugFrame() local 776 StringRef CIEData = OrigFrameData.substr(EntryOffset, InitialLength + 4); in cloneAndEmitDebugFrame() 777 LocalCIES[EntryOffset] = CIEData; in cloneAndEmitDebugFrame() 793 InputOffset = EntryOffset + InitialLength + 4; in cloneAndEmitDebugFrame()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinker.cpp | 2428 uint64_t EntryOffset = InputOffset; in patchFrameInfoForObject() local 2436 StringRef CIEData = FrameData.substr(EntryOffset, InitialLength + 4); in patchFrameInfoForObject() 2437 LocalCIES[EntryOffset] = CIEData; in patchFrameInfoForObject() 2453 InputOffset = EntryOffset + InitialLength + 4; in patchFrameInfoForObject()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
| H A D | OffloadWrapper.cpp | 148 Binary.bytes_begin() + Header->EntryOffset); in createBinDesc()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 14842 for (auto &[EntryVal, EntryMask, EntryOffset] : Srcs) { in fixMasks()
|