Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h231 wasm::WasmFunction &getDefinedFunction(uint32_t Index);
232 const wasm::WasmFunction &getDefinedFunction(uint32_t Index) const;
/openbsd/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp477 getDefinedFunction(Index).DebugName = Name; in parseNameSection()
828 if (getDefinedFunction(Index).Comdat != UINT32_MAX) in parseLinkingSectionComdat()
831 getDefinedFunction(Index).Comdat = ComdatIndex; in parseLinkingSectionComdat()
1283 getDefinedFunction(Ex.Index).ExportName = Ex.Name; in parseExportSection()
1366 wasm::WasmFunction &WasmObjectFile::getDefinedFunction(uint32_t Index) { in getDefinedFunction() function in WasmObjectFile
1372 WasmObjectFile::getDefinedFunction(uint32_t Index) const { in getDefinedFunction() function in WasmObjectFile
1603 return getDefinedFunction(Sym.Info.ElementIndex).CodeSectionOffset; in getSymbolAddress()