Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp366 getDefinedFunction(Index).DebugName = Name; in parseNameSection()
665 if (getDefinedFunction(Index).Comdat != UINT32_MAX) in parseLinkingSectionComdat()
668 getDefinedFunction(Index).Comdat = ComdatIndex; in parseLinkingSectionComdat()
1022 wasm::WasmFunction &WasmObjectFile::getDefinedFunction(uint32_t Index) { in getDefinedFunction() function in WasmObjectFile
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DWasm.h224 wasm::WasmFunction &getDefinedFunction(uint32_t Index);