Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h234 wasm::WasmFunction &getDefinedFunction(uint32_t Index);
235 const wasm::WasmFunction &getDefinedFunction(uint32_t Index) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp492 getDefinedFunction(Index).DebugName = Name; in parseNameSection()
851 if (getDefinedFunction(Index).Comdat != UINT32_MAX) in parseLinkingSectionComdat()
854 getDefinedFunction(Index).Comdat = ComdatIndex; in parseLinkingSectionComdat()
1315 getDefinedFunction(Ex.Index).ExportName = Ex.Name; in parseExportSection()
1430 wasm::WasmFunction &WasmObjectFile::getDefinedFunction(uint32_t Index) { in getDefinedFunction() function in WasmObjectFile
1436 WasmObjectFile::getDefinedFunction(uint32_t Index) const { in getDefinedFunction() function in WasmObjectFile
1680 return getDefinedFunction(Sym.Info.ElementIndex).CodeSectionOffset + in getSymbolAddress()