Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/Mips/
H A DMipsOs16.cpp119 unsigned int functionIndex = 0; in runOnModule() local
129 if (functionIndex == Mips32FunctionMask.length()) in runOnModule()
130 functionIndex = 0; in runOnModule()
131 switch (Mips32FunctionMask[functionIndex]) { in runOnModule()
142 functionIndex++; in runOnModule()
/llvm-project/lld/wasm/
H A DSymbols.cpp259 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()
H A DInputChunks.h292 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
H A DInputFiles.cpp512 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
H A DWriter.cpp76 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
H A DInputChunks.cpp203 functionIndex = index; in setFunctionIndex()
H A DSyntheticSections.cpp302 uint32_t functionIndex = in addFunction()
305 func->setFunctionIndex(functionIndex); in addFunction()
303 uint32_t functionIndex = addFunction() local
H A DSymbols.h220 uint32_t functionIndex = INVALID_INDEX;
214 uint32_t functionIndex = INVALID_INDEX; global() variable