Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp435 if (!isValidFunctionSymbol(Init.Symbol)) in parseLinkingSection()
698 if (!isValidFunctionSymbol(Reloc.Index)) in parseRelocSection()
726 if (!isValidFunctionSymbol(Reloc.Index)) in parseRelocSection()
1002 bool WasmObjectFile::isValidFunctionSymbol(uint32_t Index) const { in isValidFunctionSymbol() function in WasmObjectFile
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DWasm.h219 bool isValidFunctionSymbol(uint32_t Index) const;