HomeSort by: relevance | last modified time | path
    Searched refs:isDefinedGlobalIndex (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Wasm.h 224 bool isDefinedGlobalIndex(uint32_t Index) const;
  /src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp 570 IsDefined != isDefinedGlobalIndex(Info.ElementIndex))
1233 bool WasmObjectFile::isDefinedGlobalIndex(uint32_t Index) const {
1285 assert(isDefinedGlobalIndex(Index));

Completed in 15 milliseconds