Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/MC/
H A DMCSectionWasm.h78 uint64_t getSectionOffset() const { return SectionOffset; } in getSectionOffset() function
/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h594 uint64_t ELFObjectFile<ELFT>::getSectionOffset(DataRefImpl Sec) const { in getSectionOffset() function
/llvm-project/lld/ELF/
H A DLinkerScript.cpp128 uint64_t ExprValue::getSectionOffset() const { getSectionOffset() function in ExprValue