Searched refs:isDefinedGlobalIndex (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h217 bool isDefinedGlobalIndex(uint32_t Index) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp524 IsDefined != isDefinedGlobalIndex(Info.ElementIndex))
1076 bool WasmObjectFile::isDefinedGlobalIndex(uint32_t Index) const { function in class:WasmObjectFile
1120 assert(isDefinedGlobalIndex(Index));

Completed in 61 milliseconds