/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldCOFF.cpp | 97 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 D | DebugLocStream.h | 35 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 D | DebugLocStream.cpp | 16 if (Lists.back().EntryOffset == Entries.size()) { in finalizeList() 36 assert(Lists.back().EntryOffset <= Entries.size() && in finalizeEntry()
|
/llvm-project/bolt/lib/Core/ |
H A D | JumpTable.cpp | 85 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 D | DebugNames.cpp | 634 Hash->EntryOffset = EntriesBuffer->size(); in emitHeader() 769 static_cast<uint32_t>(Hash->EntryOffset),
|
H A D | BinaryFunction.cpp | 1805 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 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()
|
/llvm-project/llvm/test/tools/llvm-objdump/Offloading/Inputs/ |
H A D | malformed.yaml | 2 EntryOffset: 999999999
|
/llvm-project/llvm/test/ObjectYAML/Offload/ |
H A D | malformed-offset.yaml | 3 EntryOffset: 999999999
|
/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 | COFFObjectFile.cpp | 2325 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 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()
|
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFAcceleratorTable.h | 548 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 D | LinuxKernelRewriter.cpp | 1073 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 D | RewriteInstance.cpp | 1269 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 D | OffloadYAML.h | 42 std::optional<uint64_t> EntryOffset; member
|
/llvm-project/llvm/lib/MC/ |
H A D | XCOFFObjectWriter.cpp | 398 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 D | DebugNames.h | 103 uint32_t EntryOffset; member
|
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerImpl.cpp | 767 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 D | OffloadBinary.h | 111 uint64_t EntryOffset; // Offset of the metadata entry in bytes. member
|
/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 2328 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 D | OffloadWrapper.cpp | 148 Binary.bytes_begin() + Header->EntryOffset); in createBinDesc()
|
/llvm-project/lld/ELF/ |
H A D | SyntheticSections.h | 846 uint32_t entryOffset; 831 uint32_t entryOffset; global() member
|