Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSectionWasm.h77 uint64_t getSectionOffset() const { return SectionOffset; } in getSectionOffset() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELFObjectFile.h62 virtual uint64_t getSectionOffset(DataRefImpl Sec) const = 0;
110 return getObject()->getSectionOffset(getRawDataRefImpl()); in getOffset()
275 uint64_t getSectionOffset(DataRefImpl Sec) const override;
453 uint64_t ELFObjectFile<ELFT>::getSectionOffset(DataRefImpl Sec) const { in getSectionOffset() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp594 return Section.getSectionOffset() + RelEntry.Addend; in getProvisionalValue()
670 RelEntry.FixupSection->getSectionOffset() + in applyRelocations()
909 RelEntry.FixupSection->getSectionOffset(); in writeRelocSection()