Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DSymbols.cpp260 bool FunctionSymbol::hasFunctionIndex() const { in hasFunctionIndex() function in lld::wasm::FunctionSymbol
262 return f->function->hasFunctionIndex(); in hasFunctionIndex()
H A DInputChunks.h278 bool hasFunctionIndex() const { return functionIndex.has_value(); } in hasFunctionIndex() function
H A DInputChunks.cpp201 assert(!hasFunctionIndex()); in setFunctionIndex()
H A DSymbols.h197 bool hasFunctionIndex() const;