Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DWasm.h224 bool isDefinedTagIndex(uint32_t Index) const;
/openbsd/src/gnu/llvm/llvm/lib/Object/
DWasmObjectFile.cpp742 IsDefined != isDefinedTagIndex(Info.ElementIndex)) in parseLinkingSectionSymtab()
1338 bool WasmObjectFile::isDefinedTagIndex(uint32_t Index) const { in isDefinedTagIndex() function in WasmObjectFile
1383 assert(isDefinedTagIndex(Index)); in getDefinedTag()