Searched refs:functionIndex (Results 1 – 8 of 8) sorted by relevance
119 unsigned int functionIndex = 0; in runOnModule() local129 if (functionIndex == Mips32FunctionMask.length()) in runOnModule()130 functionIndex = 0; in runOnModule()131 switch (Mips32FunctionMask[functionIndex]) { in runOnModule()142 functionIndex++; in runOnModule()
255 if (functionIndex != INVALID_INDEX) in getFunctionIndex()256 return functionIndex; in getFunctionIndex()263 assert(functionIndex == INVALID_INDEX); in setFunctionIndex()264 functionIndex = index; in setFunctionIndex()270 return functionIndex != INVALID_INDEX; in hasFunctionIndex()
279 uint32_t getFunctionIndex() const { return *functionIndex; } in getFunctionIndex()280 bool hasFunctionIndex() const { return functionIndex.has_value(); } in hasFunctionIndex()304 std::optional<uint32_t> functionIndex; variable
426 auto functionIndex = seg.Functions[index]; in parse() local427 tableEntriesRel[functionIndex] = index; in parse()428 tableEntries[functionIndex] = offset + index; in parse()
70 void createCommandExportWrapper(uint32_t functionIndex, DefinedFunction *f);1407 void Writer::createCommandExportWrapper(uint32_t functionIndex, in createCommandExportWrapper() argument1429 writeUleb128(os, functionIndex, "function index"); in createCommandExportWrapper()
304 uint32_t functionIndex = in addFunction() local307 func->setFunctionIndex(functionIndex); in addFunction()
202 functionIndex = index; in setFunctionIndex()
214 uint32_t functionIndex = INVALID_INDEX; variable