Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h241 wasm::WasmFunction &getDefinedFunction(uint32_t Index);
242 const wasm::WasmFunction &getDefinedFunction(uint32_t Index) const;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp564 wasm::WasmFunction &F = getDefinedFunction(Index); in parseNameSection()
943 if (getDefinedFunction(Index).Comdat != UINT32_MAX) in parseLinkingSectionComdat()
946 getDefinedFunction(Index).Comdat = ComdatIndex; in parseLinkingSectionComdat()
1462 getDefinedFunction(Ex.Index).ExportName = Ex.Name; in parseExportSection()
1577 wasm::WasmFunction &WasmObjectFile::getDefinedFunction(uint32_t Index) { in getDefinedFunction() function in WasmObjectFile
1583 WasmObjectFile::getDefinedFunction(uint32_t Index) const { in getDefinedFunction() function in WasmObjectFile
1856 return getDefinedFunction(Sym.Info.ElementIndex).CodeSectionOffset + in getSymbolAddress()