Searched refs:getSectionOffset (Results 1 – 9 of 9) sorted by relevance
75 uint64_t getSectionOffset() const { return SectionOffset; } in getSectionOffset() function
48 uint64_t getSectionOffset() const;
124 uint64_t ExprValue::getSectionOffset() const { in getSectionOffset() function in ExprValue382 cmd->sym->value = v.getSectionOffset(); in assignSymbol()
164 return {a.sec, a.forceAbsolute, a.getSectionOffset() + b.getValue(), a.loc}; in add()171 return {a.sec, false, a.getSectionOffset() - b.getValue(), a.loc}; in sub()
72 virtual uint64_t getSectionOffset(DataRefImpl Sec) const = 0;132 return getObject()->getSectionOffset(getRawDataRefImpl()); in getOffset()320 uint64_t getSectionOffset(DataRefImpl Sec) const override;544 uint64_t ELFObjectFile<ELFT>::getSectionOffset(DataRefImpl Sec) const { in getSectionOffset() function
688 return Section.getSectionOffset() + RelEntry.Addend; in getProvisionalValue()773 RelEntry.FixupSection->getSectionOffset() + in applyRelocations()1126 return (A.Offset + A.FixupSection->getSectionOffset()) < in writeRelocSection()1127 (B.Offset + B.FixupSection->getSectionOffset()); in writeRelocSection()1137 RelEntry.Offset + RelEntry.FixupSection->getSectionOffset(); in writeRelocSection()
291 RangesBase = RangesSectionWriter->getSectionOffset(); in updateDebugInfo()317 RangesBase = RangesSectionWriter->getSectionOffset() + in updateDebugInfo()
179 uint64_t getSectionOffset();
165 uint64_t DebugRangesSectionWriter::getSectionOffset() { in getSectionOffset() function in llvm::bolt::DebugRangesSectionWriter