Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h236 bool isValidGlobalSymbol(uint32_t Index) const;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1073 if (!isValidGlobalSymbol(Reloc.Index) && in parseRelocSection()
1079 if (!isValidGlobalSymbol(Reloc.Index)) in parseRelocSection()
1548 bool WasmObjectFile::isValidGlobalSymbol(uint32_t Index) const { in isValidGlobalSymbol() function in WasmObjectFile