Home
last modified time | relevance | path

Searched full:entryoffset (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.cpp97 auto EntryOffset = alignTo(Sec.getStubOffset(), PointerSize); in getDLLImportOffset()
98 Sec.advanceStubOffset(EntryOffset + PointerSize - Sec.getStubOffset()); in getDLLImportOffset() local
99 Stubs[Reloc] = 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()
/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()
/llvm-project/bolt/lib/Core/
H A DJumpTable.cpp85 uint64_t EntryOffset = BaseOffset; in updateOriginal() local
90 Type == JTT_NORMAL ? 0 : EntryOffset - BaseOffset; in updateOriginal()
94 getOutputSection().removeRelocationAt(EntryOffset); in updateOriginal()
95 getOutputSection().addRelocation(EntryOffset, Entry, RelType, RelAddend); in updateOriginal()
96 EntryOffset += EntrySize; in updateOriginal()
H A DDebugNames.cpp634 Hash->EntryOffset = EntriesBuffer->size(); in emitHeader()
769 static_cast<uint32_t>(Hash->EntryOffset),
H A DBinaryFunction.cpp1805 uint64_t EntryOffset = JTAddress - JT->getAddress(); in validateExternallyReferencedOffsets()
1806 while (EntryOffset < JT->getSize()) { in validateExternallyReferencedOffsets()
1807 uint64_t EntryAddress = JT->EntriesAsAddress[EntryOffset / JT->EntrySize]; in validateExternallyReferencedOffsets()
1816 EntryOffset += JT->EntrySize; in validateExternallyReferencedOffsets()
1819 if (JT->Labels.count(EntryOffset)) in validateExternallyReferencedOffsets()
1764 uint64_t EntryOffset = JTAddress - JT->getAddress(); postProcessJumpTables() local
/llvm-project/llvm/lib/ObjectYAML/
H A DOffloadEmitter.cpp48 if (Doc.EntryOffset) in yaml2offload()
49 TheHeader->EntryOffset = *Doc.EntryOffset; in yaml2offload()
H A DOffloadYAML.cpp53 IO.mapOptional("EntryOffset", O.EntryOffset); in mapping()
/llvm-project/llvm/test/tools/llvm-objdump/Offloading/Inputs/
H A Dmalformed.yaml2 EntryOffset: 999999999
/llvm-project/llvm/test/ObjectYAML/Offload/
H A Dmalformed-offset.yaml3 EntryOffset: 999999999
/llvm-project/llvm/lib/Object/
H A DOffloadBinary.cpp192 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 DCOFFObjectFile.cpp2325 ptrdiff_t EntryOffset = EntryPtr - BBS.data().data();
2326 coff_relocation RelocTarget{ulittle32_t(EntryOffset), ulittle32_t(0),
1914 ptrdiff_t EntryOffset = EntryPtr - BBS.data().data(); getContents() local
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugArangeSet.cpp138 uint64_t EntryOffset = *offset_ptr; in extract() local
152 Offset, EntryOffset)); in extract()
H A DDWARFAcceleratorTable.cpp806 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()
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h548 uint64_t EntryOffset;
552 uint64_t StringOffset, uint64_t EntryOffset) in NameTableEntry()
554 EntryOffset(EntryOffset) {}
583 uint64_t getEntryOffset() const { return EntryOffset; }
547 uint64_t EntryOffset; global() variable
551 NameTableEntry(const DataExtractor & StrData,uint32_t Index,uint64_t StringOffset,uint64_t EntryOffset) NameTableEntry() argument
/llvm-project/bolt/lib/Rewrite/
H A DLinuxKernelRewriter.cpp1073 const uint64_t EntryOffset = StaticCallTableAddress - in readExceptionTable()
1076 StaticCallSection->addRelocation(EntryOffset, Entry.Label, in readExceptionTable()
1379 const uint64_t EntryOffset = (ID - 1) * BUG_TABLE_ENTRY_SIZE; in readAltInstructions()
1380 BugTableSection->addRelocation(EntryOffset, Label, ELF::R_X86_64_PC32, in readAltInstructions()
1389 const uint64_t EntryOffset = (ID - 1) * BUG_TABLE_ENTRY_SIZE; in readAltInstructions()
1390 BugTableSection->addRelocation(EntryOffset, nullptr, ELF::R_X86_64_PC32, in readAltInstructions()
1902 const uint64_t EntryOffset = StaticKeysJumpTableAddress - in updateStaticKeysJumpTablePostEmit()
1905 StaticKeysJumpSection->addRelocation(EntryOffset, Label, in updateStaticKeysJumpTablePostEmit()
1908 StaticKeysJumpSection->addRelocation(EntryOffset + 4, Target, in updateStaticKeysJumpTablePostEmit()
997 const uint64_t EntryOffset = StaticCallTableAddress - rewriteStaticCalls() local
1307 const uint64_t EntryOffset = (ID - 1) * BUG_TABLE_ENTRY_SIZE; rewriteBugTable() local
1317 const uint64_t EntryOffset = (ID - 1) * BUG_TABLE_ENTRY_SIZE; rewriteBugTable() local
1838 const uint64_t EntryOffset = StaticKeysJumpTableAddress - rewriteStaticKeysJumpTable() local
H A DRewriteInstance.cpp1269 const auto EntryOffset = ISym->Address - BF->getAddress(); in discoverBOLTReserved()
1271 BF->markCodeAtOffset(EntryOffset); in discoverBOLTReserved()
1275 BF->markDataAtOffset(EntryOffset); in discoverBOLTReserved()
1634 uint64_t EntryOffset = InstrOffset; in disassemblePLTSectionRISCV()
1647 const uint64_t EntryAddress = SectionAddress + EntryOffset; in disassemblePLTSectionRISCV()
1696 const uint64_t EntryOffset = InstrOffset; in disassemblePLTSectionX86()
1700 while (InstrOffset < EntryOffset + EntrySize) { in disassemblePLT()
1706 const uint64_t EntryAddress = SectionAddress + EntryOffset; in disassemblePLT()
1719 for (uint64_t EntryOffset = 0; EntryOffset in disassemblePLT()
1223 const auto EntryOffset = ISym->Address - BF->getAddress(); discoverFileObjects() local
1581 uint64_t EntryOffset = InstrOffset; disassemblePLTSectionAArch64() local
1643 const uint64_t EntryOffset = InstrOffset; disassemblePLTSectionRISCV() local
1666 for (uint64_t EntryOffset = 0; EntryOffset + EntrySize <= SectionSize; disassemblePLTSectionX86() local
1772 uint64_t EntryOffset = NextSymRefI->first - Function.getAddress(); adjustFunctionBoundaries() local
[all...]
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DOffloadYAML.h42 std::optional<uint64_t> EntryOffset; member
/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp398 void writeSymbolAuxFunctionEntry(uint32_t EntryOffset, uint32_t FunctionSize,
401 void writeSymbolAuxExceptionEntry(uint64_t EntryOffset, uint32_t FunctionSize,
1005 void XCOFFWriter::writeSymbolAuxFunctionEntry(uint32_t EntryOffset, in writeSymbolEntryForControlSection()
1012 W.write<uint32_t>(EntryOffset); in writeSymbolAuxFunctionEntry()
1025 void XCOFFWriter::writeSymbolAuxExceptionEntry(uint64_t EntryOffset, in writeSymbolAuxFunctionEntry()
1029 W.write<uint64_t>(EntryOffset); in writeSymbolAuxExceptionEntry()
1008 writeSymbolAuxFunctionEntry(uint32_t EntryOffset,uint32_t FunctionSize,uint64_t LineNumberPointer,uint32_t EndIndex) writeSymbolAuxFunctionEntry() argument
1028 writeSymbolAuxExceptionEntry(uint64_t EntryOffset,uint32_t FunctionSize,uint32_t EndIndex) writeSymbolAuxExceptionEntry() argument
/llvm-project/bolt/include/bolt/Core/
H A DDebugNames.h103 uint32_t EntryOffset; member
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp767 uint64_t EntryOffset = InputOffset; in cloneAndEmitDebugFrame() local
777 StringRef CIEData = OrigFrameData.substr(EntryOffset, InitialLength + 4); in cloneAndEmitDebugFrame()
778 LocalCIES[EntryOffset] = CIEData; in cloneAndEmitDebugFrame()
794 InputOffset = EntryOffset + InitialLength + 4; in cloneAndEmitDebugFrame()
/llvm-project/llvm/include/llvm/Object/
H A DOffloadBinary.h111 uint64_t EntryOffset; // Offset of the metadata entry in bytes. member
/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2328 uint64_t EntryOffset = InputOffset; in patchFrameInfoForObject()
2336 StringRef CIEData = FrameData.substr(EntryOffset, InitialLength + 4); in patchFrameInfoForObject()
2337 LocalCIES[EntryOffset] = CIEData; in patchFrameInfoForObject()
2353 InputOffset = EntryOffset + InitialLength + 4; in patchFrameInfoForObject()
2297 uint64_t EntryOffset = InputOffset; patchFrameInfoForObject() local
/llvm-project/llvm/lib/Frontend/Offloading/
H A DOffloadWrapper.cpp148 Binary.bytes_begin() + Header->EntryOffset); in createBinDesc()
/llvm-project/lld/ELF/
H A DSyntheticSections.h846 uint32_t entryOffset;
831 uint32_t entryOffset; global() member

12