/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
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()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugLocStream.h | 37 size_t EntryOffset; member 38 List(DwarfCompileUnit *CU, size_t EntryOffset) in List() 39 : CU(CU), EntryOffset(EntryOffset) {} in List() 111 .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()
|
D | DebugLocStream.cpp | 17 if (Lists.back().EntryOffset == Entries.size()) { in finalizeList() 37 assert(Lists.back().EntryOffset <= Entries.size() && in finalizeEntry()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugLocStream.h | 36 size_t EntryOffset; member 37 List(DwarfCompileUnit *CU, size_t EntryOffset) in List() 38 : CU(CU), EntryOffset(EntryOffset) {} in List() 113 .slice(Lists[LI].EntryOffset, getNumEntries(LI)); in getEntries() 140 return Entries.size() - Lists[LI].EntryOffset; in getNumEntries() 141 return Lists[LI + 1].EntryOffset - Lists[LI].EntryOffset; in getNumEntries()
|
D | DebugLocStream.cpp | 16 if (Lists.back().EntryOffset == Entries.size()) { in finalizeList() 36 assert(Lists.back().EntryOffset <= Entries.size() && in finalizeEntry()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugLocStream.h | 36 size_t EntryOffset; member 37 List(DwarfCompileUnit *CU, size_t EntryOffset) in List() 38 : CU(CU), EntryOffset(EntryOffset) {} in List() 113 .slice(Lists[LI].EntryOffset, getNumEntries(LI)); in getEntries() 140 return Entries.size() - Lists[LI].EntryOffset; in getNumEntries() 141 return Lists[LI + 1].EntryOffset - Lists[LI].EntryOffset; in getNumEntries()
|
D | DebugLocStream.cpp | 16 if (Lists.back().EntryOffset == Entries.size()) { in finalizeList() 36 assert(Lists.back().EntryOffset <= Entries.size() && in finalizeEntry()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.h | 358 uint64_t EntryOffset; variable 362 uint64_t StringOffset, uint64_t EntryOffset) in NameTableEntry() argument 364 EntryOffset(EntryOffset) {} in NameTableEntry() 380 uint64_t getEntryOffset() const { return EntryOffset; } in getEntryOffset()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.h | 354 uint64_t EntryOffset; variable 358 uint64_t StringOffset, uint64_t EntryOffset) in NameTableEntry() argument 360 EntryOffset(EntryOffset) {} in NameTableEntry() 376 uint64_t getEntryOffset() const { return EntryOffset; } in getEntryOffset()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugArangeSet.cpp | 139 uint64_t EntryOffset = *offset_ptr; in extract() local 152 Offset, EntryOffset)); in extract()
|
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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 633 uint64_t EntryOffset = AS.getU32(&EntryOffsetOffset); in getNameTableEntry() local 634 EntryOffset += EntriesBase; in getNameTableEntry() 635 return {Section.StringSection, Index, StringOffset, EntryOffset}; in getNameTableEntry() 680 uint64_t EntryOffset = NTE.getEntryOffset(); in dumpName() local 681 while (dumpEntry(W, &EntryOffset)) in dumpName()
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFLinker.cpp | 1876 uint64_t EntryOffset = InputOffset; in patchFrameInfoForObject() local 1884 StringRef CIEData = FrameData.substr(EntryOffset, InitialLength + 4); in patchFrameInfoForObject() 1885 LocalCIES[EntryOffset] = CIEData; in patchFrameInfoForObject() 1903 InputOffset = EntryOffset + InitialLength + 4; in patchFrameInfoForObject()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 3134 uint32_t EntryOffset = InputOffset; in patchFrameInfoForObject() local 3142 StringRef CIEData = FrameData.substr(EntryOffset, InitialLength + 4); in patchFrameInfoForObject() 3143 LocalCIES[EntryOffset] = CIEData; in patchFrameInfoForObject() 3161 InputOffset = EntryOffset + InitialLength + 4; in patchFrameInfoForObject()
|
/external/llvm-project/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 1805 ptrdiff_t EntryOffset = EntryPtr - BBS.data().data(); in getContents() local 1806 coff_relocation RelocTarget{ulittle32_t(EntryOffset), ulittle32_t(0), in getContents()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 1788 ptrdiff_t EntryOffset = EntryPtr - BBS.data().data(); in getContents() local 1789 coff_relocation RelocTarget{ulittle32_t(EntryOffset), ulittle32_t(0), in getContents()
|