Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSectionWasm.h77 uint64_t getSectionOffset() const { return SectionOffset; } in getSectionOffset() function
/freebsd-12.1/contrib/llvm/lib/MC/
H A DWasmObjectWriter.cpp603 return Section.getSectionOffset() + RelEntry.Addend; in getProvisionalValue()
680 RelEntry.FixupSection->getSectionOffset() + in applyRelocations()
940 return (A.Offset + A.FixupSection->getSectionOffset()) < in writeRelocSection()
941 (B.Offset + B.FixupSection->getSectionOffset()); in writeRelocSection()
951 RelEntry.Offset + RelEntry.FixupSection->getSectionOffset(); in writeRelocSection()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.h52 uint64_t getSectionOffset() const;
H A DLinkerScript.cpp73 uint64_t ExprValue::getSectionOffset() const { in getSectionOffset() function in ExprValue
285 Cmd->Sym->Value = V.getSectionOffset(); in assignSymbol()
H A DScriptParser.cpp155 return {A.Sec, A.ForceAbsolute, A.getSectionOffset() + B.getValue(), A.Loc}; in add()
162 return {A.Sec, false, A.getSectionOffset() - B.getValue(), A.Loc}; in sub()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DELFObjectFile.h62 virtual uint64_t getSectionOffset(DataRefImpl Sec) const = 0;
112 return getObject()->getSectionOffset(getRawDataRefImpl()); in getOffset()
279 uint64_t getSectionOffset(DataRefImpl Sec) const override;
458 uint64_t ELFObjectFile<ELFT>::getSectionOffset(DataRefImpl Sec) const { in getSectionOffset() function