Home
last modified time | relevance | path

Searched refs:hasEventIndex (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lld/wasm/
DInputEvent.h38 bool hasEventIndex() const { return eventIndex.hasValue(); } in hasEventIndex() function
40 assert(!hasEventIndex()); in setEventIndex()
DSymbols.cpp327 bool EventSymbol::hasEventIndex() const { in hasEventIndex() function in lld::wasm::EventSymbol
329 return f->event->hasEventIndex(); in hasEventIndex()
DSymbols.h383 bool hasEventIndex() const;