Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp396 if (!isValidFunctionSymbol(Init.Symbol)) in parseLinkingSection()
607 if (!isValidFunctionSymbol(Reloc.Index)) in parseRelocSection()
630 if (!isValidFunctionSymbol(Reloc.Index)) in parseRelocSection()
868 bool WasmObjectFile::isValidFunctionSymbol(uint32_t Index) const { in isValidFunctionSymbol() function in WasmObjectFile
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h207 bool isValidFunctionSymbol(uint32_t Index) const;