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()
259 if (functionIndex != INVALID_INDEX) in getFunctionIndex() 260 return functionIndex;267 assert(functionIndex == INVALID_INDEX); in hasFunctionIndex() 268 functionIndex = index; in hasFunctionIndex() 274 return functionIndex != INVALID_INDEX; in getTableIndex()
292 uint32_t getFunctionIndex() const { return *functionIndex; }293 bool hasFunctionIndex() const { return functionIndex.has_value(); } in getTableIndex() 317 std::optional<uint32_t> functionIndex;315 std::optional<uint32_t> functionIndex; global() variable
512 auto functionIndex = seg.Functions[index]; in parse() 513 tableEntriesRel[functionIndex] = index; in parse() 514 tableEntries[functionIndex] = offset + index; in parse() 449 auto functionIndex = seg.Functions[index]; parse() local
76 void createCommandExportWrapper(uint32_t functionIndex, DefinedFunction *f);1566 void Writer::createCommandExportWrapper(uint32_t functionIndex, in createCommandExportWrapper() 1588 writeUleb128(os, functionIndex, "function index");1552 createCommandExportWrapper(uint32_t functionIndex,DefinedFunction * f) createCommandExportWrapper() argument
203 functionIndex = index; in setFunctionIndex()
302 uint32_t functionIndex = in addFunction() 305 func->setFunctionIndex(functionIndex); in addFunction() 303 uint32_t functionIndex = addFunction() local
220 uint32_t functionIndex = INVALID_INDEX;214 uint32_t functionIndex = INVALID_INDEX; global() variable