Searched refs:functionIndex (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsOs16.cpp119 unsigned int functionIndex = 0; local
129 if (functionIndex == Mips32FunctionMask.length())
130 functionIndex = 0;
131 switch (Mips32FunctionMask[functionIndex]) {
142 functionIndex++;
/openbsd-current/gnu/llvm/lld/wasm/
H A DSymbols.cpp255 if (functionIndex != INVALID_INDEX)
256 return functionIndex;
263 assert(functionIndex == INVALID_INDEX);
264 functionIndex = index;
270 return functionIndex != INVALID_INDEX;
H A DInputChunks.h279 uint32_t getFunctionIndex() const { return *functionIndex; }
280 bool hasFunctionIndex() const { return functionIndex.has_value(); }
304 std::optional<uint32_t> functionIndex; member in class:lld::wasm::InputFunction
H A DInputFiles.cpp426 auto functionIndex = seg.Functions[index]; local
427 tableEntriesRel[functionIndex] = index;
428 tableEntries[functionIndex] = offset + index;
H A DInputChunks.cpp202 functionIndex = index;
H A DSyntheticSections.cpp304 uint32_t functionIndex =
307 func->setFunctionIndex(functionIndex);
H A DWriter.cpp70 void createCommandExportWrapper(uint32_t functionIndex, DefinedFunction *f);
1407 void Writer::createCommandExportWrapper(uint32_t functionIndex, argument
1429 writeUleb128(os, functionIndex, "function index");
H A DSymbols.h214 uint32_t functionIndex = INVALID_INDEX; member in class:lld::wasm::FunctionSymbol

Completed in 137 milliseconds