Home
last modified time | relevance | path

Searched refs:getSectionSymbol (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lld/wasm/
H A DInputFiles.cpp133 return getSectionSymbol(reloc.Index)->section->getOffset(reloc.Addend); in calcNewAddend()
214 return getSectionSymbol(reloc.Index)->section->getOffset(reloc.Addend); in calcNewValue()
565 SectionSymbol *ObjFile::getSectionSymbol(uint32_t index) const { in getSectionSymbol() function in lld::wasm::ObjFile
H A DInputFiles.h151 SectionSymbol *getSectionSymbol(uint32_t index) const;