Home
last modified time | relevance | path

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

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