Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h209 bool isValidDataSymbol(uint32_t Index) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp624 if (!isValidDataSymbol(Reloc.Index)) in parseRelocSection()
876 bool WasmObjectFile::isValidDataSymbol(uint32_t Index) const { in isValidDataSymbol() function in WasmObjectFile