Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h206 bool isDefinedGlobalIndex(uint32_t Index) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp473 IsDefined != isDefinedGlobalIndex(Info.ElementIndex)) in parseLinkingSectionSymtab()
864 bool WasmObjectFile::isDefinedGlobalIndex(uint32_t Index) const { in isDefinedGlobalIndex() function in WasmObjectFile
890 assert(isDefinedGlobalIndex(Index)); in getDefinedGlobal()