Home
last modified time | relevance | path

Searched refs:hasFunctionIndex (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lld/wasm/
DSymbols.cpp228 bool FunctionSymbol::hasFunctionIndex() const { in hasFunctionIndex() function in lld::wasm::FunctionSymbol
230 return f->function->hasFunctionIndex(); in hasFunctionIndex()
DInputChunks.h156 bool hasFunctionIndex() const { return functionIndex.hasValue(); } in hasFunctionIndex() function
DInputChunks.cpp214 assert(!hasFunctionIndex()); in setFunctionIndex()
DSymbols.h186 bool hasFunctionIndex() const;