Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionWasm.h75 uint64_t getSectionOffset() const { return SectionOffset; } in getSectionOffset() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h48 uint64_t getSectionOffset() const;
H A DLinkerScript.cpp128 uint64_t ExprValue::getSectionOffset() const { in getSectionOffset() function in ExprValue
387 cmd->sym->value = v.getSectionOffset(); in assignSymbol()
H A DScriptParser.cpp161 return {a.sec, a.forceAbsolute, a.getSectionOffset() + b.getValue(), a.loc}; in add()
168 return {a.sec, false, a.getSectionOffset() - b.getValue(), a.loc}; in sub()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp689 return Section.getSectionOffset() + RelEntry.Addend; in getProvisionalValue()
774 RelEntry.FixupSection->getSectionOffset() + in applyRelocations()
1125 return (A.Offset + A.FixupSection->getSectionOffset()) < in writeRelocSection()
1126 (B.Offset + B.FixupSection->getSectionOffset()); in writeRelocSection()
1136 RelEntry.Offset + RelEntry.FixupSection->getSectionOffset(); in writeRelocSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h79 virtual uint64_t getSectionOffset(DataRefImpl Sec) const = 0;
143 return getObject()->getSectionOffset(getRawDataRefImpl()); in getOffset()
331 uint64_t getSectionOffset(DataRefImpl Sec) const override;
559 uint64_t ELFObjectFile<ELFT>::getSectionOffset(DataRefImpl Sec) const { in getSectionOffset() function