Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DWasm.h230 bool isValidSectionSymbol(uint32_t Index) const;
/llvm-project-15.0.7/llvm/lib/Object/
H A DWasmObjectFile.cpp1021 if (!isValidSectionSymbol(Reloc.Index)) in parseRelocSection()
1370 bool WasmObjectFile::isValidSectionSymbol(uint32_t Index) const { in isValidSectionSymbol() function in WasmObjectFile