Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h231 bool isValidTagSymbol(uint32_t Index) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp999 if (!isValidTagSymbol(Reloc.Index)) in parseRelocSection()
1418 bool WasmObjectFile::isValidTagSymbol(uint32_t Index) const { in isValidTagSymbol() function in WasmObjectFile