Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h231 bool isValidEventSymbol(uint32_t Index) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp903 if (!isValidEventSymbol(Reloc.Index)) in parseRelocSection()
1261 bool WasmObjectFile::isValidEventSymbol(uint32_t Index) const { in isValidEventSymbol() function in WasmObjectFile