Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h236 bool isValidTableSymbol(uint32_t Index) const;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1072 if (!isValidTableSymbol(Reloc.Index)) in parseRelocSection()
1557 bool WasmObjectFile::isValidTableSymbol(uint32_t Index) const { in isValidTableSymbol() function in WasmObjectFile