Home
last modified time | relevance | path

Searched refs:getFunctionSymbol (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lld/wasm/
H A DMarkLive.cpp81 auto *initSym = obj->getFunctionSymbol(f.Symbol); in enqueueInitFunctions()
199 auto *sym = file->getFunctionSymbol(f.Symbol); in isCallCtorsLive()
H A DInputFiles.cpp162 if (!getFunctionSymbol(reloc.Index)->hasTableIndex()) in calcNewValue()
164 uint32_t index = getFunctionSymbol(reloc.Index)->getTableIndex(); in calcNewValue()
196 return getFunctionSymbol(reloc.Index)->getFunctionIndex(); in calcNewValue()
549 FunctionSymbol *ObjFile::getFunctionSymbol(uint32_t index) const { in getFunctionSymbol() function in lld::wasm::ObjFile
H A DInputFiles.h148 FunctionSymbol *getFunctionSymbol(uint32_t index) const;
H A DWriter.cpp1500 FunctionSymbol *sym = file->getFunctionSymbol(f.Symbol); in calculateInitFunctions()