Searched defs:getSectionOffset (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ | ||
H A D | MCSectionWasm.h | 75 uint64_t getSectionOffset() const { return SectionOffset; } getSectionOffset() function |
/freebsd-src/contrib/llvm-project/lld/ELF/ | ||
H A D | LinkerScript.cpp | 128 uint64_t ExprValue::getSectionOffset() const { getSectionOffset() function in ExprValue |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ | ||
H A D | ELFObjectFile.h | 559 uint64_t ELFObjectFile<ELFT>::getSectionOffset(DataRefImpl Sec) const { getSectionOffset() function |