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.h78 uint64_t getSectionOffset() const { return SectionOffset; } in getSectionOffset() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h50 uint64_t getSectionOffset() const;
H A DLinkerScript.cpp130 uint64_t ExprValue::getSectionOffset() const { in getSectionOffset() function in ExprValue
383 cmd->sym->value = v.getSectionOffset(); in assignSymbol()
H A DScriptParser.cpp168 return {a.sec, a.forceAbsolute, a.getSectionOffset() + b.getValue(), a.loc}; in add()
175 return {a.sec, false, a.getSectionOffset() - b.getValue(), a.loc}; in sub()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp684 return Section.getSectionOffset() + RelEntry.Addend; in getProvisionalValue()
769 RelEntry.FixupSection->getSectionOffset() + in applyRelocations()
1122 return (A.Offset + A.FixupSection->getSectionOffset()) < in writeRelocSection()
1123 (B.Offset + B.FixupSection->getSectionOffset()); in writeRelocSection()
1133 RelEntry.Offset + RelEntry.FixupSection->getSectionOffset(); in writeRelocSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h81 virtual uint64_t getSectionOffset(DataRefImpl Sec) const = 0;
149 return getObject()->getSectionOffset(getRawDataRefImpl()); in getOffset()
350 uint64_t getSectionOffset(DataRefImpl Sec) const override;
594 uint64_t ELFObjectFile<ELFT>::getSectionOffset(DataRefImpl Sec) const { in getSectionOffset() function