Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSectionWasm.h75 uint64_t getSectionOffset() const { return SectionOffset; } in getSectionOffset() function
/openbsd-src/gnu/llvm/lld/ELF/
H A DLinkerScript.h48 uint64_t getSectionOffset() const;
H A DLinkerScript.cpp125 uint64_t ExprValue::getSectionOffset() const { in getSectionOffset() function in ExprValue
383 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()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DELFObjectFile.h73 virtual uint64_t getSectionOffset(DataRefImpl Sec) const = 0;
133 return getObject()->getSectionOffset(getRawDataRefImpl()); in getOffset()
321 uint64_t getSectionOffset(DataRefImpl Sec) const override;
545 uint64_t ELFObjectFile<ELFT>::getSectionOffset(DataRefImpl Sec) const { in getSectionOffset() function
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp688 return Section.getSectionOffset() + RelEntry.Addend; in getProvisionalValue()
773 RelEntry.FixupSection->getSectionOffset() + in applyRelocations()
1123 return (A.Offset + A.FixupSection->getSectionOffset()) < in writeRelocSection()
1124 (B.Offset + B.FixupSection->getSectionOffset()); in writeRelocSection()
1134 RelEntry.Offset + RelEntry.FixupSection->getSectionOffset(); in writeRelocSection()