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()
248 if (functionIndex != INVALID_INDEX) in getFunctionIndex()249 return functionIndex; in getFunctionIndex()256 assert(functionIndex == INVALID_INDEX); in setFunctionIndex()257 functionIndex = index; in setFunctionIndex()263 return functionIndex != INVALID_INDEX; in hasFunctionIndex()
277 uint32_t getFunctionIndex() const { return functionIndex.value(); } in getFunctionIndex()278 bool hasFunctionIndex() const { return functionIndex.has_value(); } in hasFunctionIndex()302 llvm::Optional<uint32_t> functionIndex; variable
424 auto functionIndex = seg.Functions[index]; in parse() local425 tableEntriesRel[functionIndex] = index; in parse()426 tableEntries[functionIndex] = offset + index; in parse()
69 void createCommandExportWrapper(uint32_t functionIndex, DefinedFunction *f);1382 void Writer::createCommandExportWrapper(uint32_t functionIndex, in createCommandExportWrapper() argument1404 writeUleb128(os, functionIndex, "function index"); in createCommandExportWrapper()
302 uint32_t functionIndex = in addFunction() local305 func->setFunctionIndex(functionIndex); in addFunction()
202 functionIndex = index; in setFunctionIndex()
207 uint32_t functionIndex = INVALID_INDEX; variable