Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h233 bool isValidSectionSymbol(uint32_t Index) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp941 if (!isValidSectionSymbol(Reloc.Index)) in parseRelocSection()
1270 bool WasmObjectFile::isValidSectionSymbol(uint32_t Index) const { in isValidSectionSymbol() function in WasmObjectFile