Home
last modified time | relevance | path

Searched refs:getSectionOffset (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSectionWasm.h75 uint64_t getSectionOffset() const { return SectionOffset; } in getSectionOffset() function
/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.h48 uint64_t getSectionOffset() const;
H A DLinkerScript.cpp124 uint64_t ExprValue::getSectionOffset() const { in getSectionOffset() function in ExprValue
382 cmd->sym->value = v.getSectionOffset(); in assignSymbol()
H A DScriptParser.cpp164 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()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DELFObjectFile.h72 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
/llvm-project-15.0.7/llvm/lib/MC/
H A DWasmObjectWriter.cpp688 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()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp291 RangesBase = RangesSectionWriter->getSectionOffset(); in updateDebugInfo()
317 RangesBase = RangesSectionWriter->getSectionOffset() + in updateDebugInfo()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h179 uint64_t getSectionOffset();
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp165 uint64_t DebugRangesSectionWriter::getSectionOffset() { in getSectionOffset() function in llvm::bolt::DebugRangesSectionWriter