Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionWasm.h75 uint64_t getSectionOffset() const { return SectionOffset; } in getSectionOffset() function
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h51 uint64_t getSectionOffset() const;
H A DLinkerScript.cpp71 uint64_t ExprValue::getSectionOffset() const { in getSectionOffset() function in ExprValue
327 cmd->sym->value = v.getSectionOffset(); in assignSymbol()
H A DScriptParser.cpp159 return {a.sec, a.forceAbsolute, a.getSectionOffset() + b.getValue(), a.loc}; in add()
166 return {a.sec, false, a.getSectionOffset() - b.getValue(), a.loc}; in sub()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h70 virtual uint64_t getSectionOffset(DataRefImpl Sec) const = 0;
120 return getObject()->getSectionOffset(getRawDataRefImpl()); in getOffset()
308 uint64_t getSectionOffset(DataRefImpl Sec) const override;
529 uint64_t ELFObjectFile<ELFT>::getSectionOffset(DataRefImpl Sec) const { in getSectionOffset() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp634 return Section.getSectionOffset() + RelEntry.Addend; in getProvisionalValue()
719 RelEntry.FixupSection->getSectionOffset() + in applyRelocations()
1068 return (A.Offset + A.FixupSection->getSectionOffset()) < in writeRelocSection()
1069 (B.Offset + B.FixupSection->getSectionOffset()); in writeRelocSection()
1079 RelEntry.Offset + RelEntry.FixupSection->getSectionOffset(); in writeRelocSection()