Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DInputFiles.cpp130 return getSectionSymbol(reloc.Index)->section->outputOffset + reloc.Addend; in calcNewAddend()
271 return getSectionSymbol(reloc.Index)->section->outputOffset + reloc.Addend; in calcNewValue()
448 SectionSymbol *ObjFile::getSectionSymbol(uint32_t index) const { in getSectionSymbol() function in lld::wasm::ObjFile
DInputFiles.h149 SectionSymbol *getSectionSymbol(uint32_t index) const;