| /openbsd-src/gnu/llvm/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 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugLocStream.h | 36 size_t EntryOffset; member 37 List(DwarfCompileUnit *CU, size_t EntryOffset) in List() 38 : CU(CU), EntryOffset(EntryOffset) {} in List() 112 return ArrayRef(Entries).slice(Lists[LI].EntryOffset, getNumEntries(LI)); in getEntries() 139 return Entries.size() - Lists[LI].EntryOffset; in getNumEntries() 140 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | OffloadEmitter.cpp | 56 if (Doc.EntryOffset) in yaml2offload() 57 TheHeader->EntryOffset = *Doc.EntryOffset; in yaml2offload()
|
| H A D | OffloadYAML.cpp | 53 IO.mapOptional("EntryOffset", O.EntryOffset); in mapping()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.h | 362 uint64_t EntryOffset; variable 366 uint64_t StringOffset, uint64_t EntryOffset) in NameTableEntry() argument 368 EntryOffset(EntryOffset) {} in NameTableEntry() 384 uint64_t getEntryOffset() const { return EntryOffset; } in getEntryOffset()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugArangeSet.cpp | 138 uint64_t EntryOffset = *offset_ptr; in extract() local 151 Offset, EntryOffset)); in extract()
|
| H A D | DWARFAcceleratorTable.cpp | 648 uint64_t EntryOffset = AS.getUnsigned(&EntryOffsetOffset, SectionOffsetSize); in getNameTableEntry() local 649 EntryOffset += EntriesBase; in getNameTableEntry() 650 return {Section.StringSection, Index, StringOffset, EntryOffset}; in getNameTableEntry() 695 uint64_t EntryOffset = NTE.getEntryOffset(); in dumpName() local 696 while (dumpEntry(W, &EntryOffset)) in dumpName()
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | OffloadBinary.cpp | 192 TheHeader->EntryOffset > TheHeader->Size - sizeof(Entry) || in create() 197 reinterpret_cast<const Entry *>(&Start[TheHeader->EntryOffset]); in create() 231 TheHeader.EntryOffset = sizeof(Header); in write()
|
| H A D | COFFObjectFile.cpp | 1878 ptrdiff_t EntryOffset = EntryPtr - BBS.data().data(); in getContents() local 1879 coff_relocation RelocTarget{ulittle32_t(EntryOffset), ulittle32_t(0), in getContents()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/ |
| H A D | OffloadYAML.h | 43 std::optional<uint64_t> EntryOffset; member
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | XCOFFObjectWriter.cpp | 337 void writeSymbolAuxFunctionEntry(uint32_t EntryOffset, uint32_t FunctionSize, 340 void writeSymbolAuxExceptionEntry(uint64_t EntryOffset, uint32_t FunctionSize, 877 void XCOFFObjectWriter::writeSymbolAuxFunctionEntry(uint32_t EntryOffset, in writeSymbolAuxFunctionEntry() argument 884 W.write<uint32_t>(EntryOffset); in writeSymbolAuxFunctionEntry() 897 void XCOFFObjectWriter::writeSymbolAuxExceptionEntry(uint64_t EntryOffset, in writeSymbolAuxExceptionEntry() argument 901 W.write<uint64_t>(EntryOffset); in writeSymbolAuxExceptionEntry()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | OffloadBinary.h | 110 uint64_t EntryOffset; // Offset of the metadata entry in bytes. member
|
| /openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 1984 uint64_t EntryOffset = InputOffset; in patchFrameInfoForObject() local 1992 StringRef CIEData = FrameData.substr(EntryOffset, InitialLength + 4); in patchFrameInfoForObject() 1993 LocalCIES[EntryOffset] = CIEData; in patchFrameInfoForObject() 2009 InputOffset = EntryOffset + InitialLength + 4; in patchFrameInfoForObject()
|