Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp328 getDefinedFunction(Index).DebugName = Name; in parseNameSection()
579 if (getDefinedFunction(Index).Comdat != UINT32_MAX) in parseLinkingSectionComdat()
582 getDefinedFunction(Index).Comdat = ComdatIndex; in parseLinkingSectionComdat()
884 wasm::WasmFunction &WasmObjectFile::getDefinedFunction(uint32_t Index) { in getDefinedFunction() function in WasmObjectFile
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h211 wasm::WasmFunction &getDefinedFunction(uint32_t Index);