Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h240 wasm::WasmFunction &getDefinedFunction(uint32_t Index);
241 const wasm::WasmFunction &getDefinedFunction(uint32_t Index) const;
/src/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp554 wasm::WasmFunction &F = getDefinedFunction(Index); in parseNameSection()
933 if (getDefinedFunction(Index).Comdat != UINT32_MAX) in parseLinkingSectionComdat()
936 getDefinedFunction(Index).Comdat = ComdatIndex; in parseLinkingSectionComdat()
1451 getDefinedFunction(Ex.Index).ExportName = Ex.Name; in parseExportSection()
1564 wasm::WasmFunction &WasmObjectFile::getDefinedFunction(uint32_t Index) { in getDefinedFunction() function in WasmObjectFile
1570 WasmObjectFile::getDefinedFunction(uint32_t Index) const { in getDefinedFunction() function in WasmObjectFile
1835 return getDefinedFunction(Sym.Info.ElementIndex).CodeSectionOffset + in getSymbolAddress()