Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDWasm.h225 wasm::WasmFunction &getDefinedFunction(uint32_t Index);
226 const wasm::WasmFunction &getDefinedFunction(uint32_t Index) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDWasmObjectFile.cpp369 getDefinedFunction(Index).DebugName = Name; in parseNameSection()
668 if (getDefinedFunction(Index).Comdat != UINT32_MAX) in parseLinkingSectionComdat()
671 getDefinedFunction(Index).Comdat = ComdatIndex; in parseLinkingSectionComdat()
1037 getDefinedFunction(Ex.Index).ExportName = Ex.Name; in parseExportSection()
1108 wasm::WasmFunction &WasmObjectFile::getDefinedFunction(uint32_t Index) { in getDefinedFunction() function in WasmObjectFile
1114 WasmObjectFile::getDefinedFunction(uint32_t Index) const { in getDefinedFunction() function in WasmObjectFile
1301 return getDefinedFunction(Sym.Info.ElementIndex).CodeSectionOffset; in getSymbolAddress()