Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DWasm.h65 bool isTypeEvent() const { return Info.Kind == wasm::WASM_SYMBOL_TYPE_EVENT; } in isTypeEvent() function
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp1011 return Index < Symbols.size() && Symbols[Index].isTypeEvent(); in isValidEventSymbol()