Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/lld/wasm/
H A DSymbols.cpp248 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()
H A DInputChunks.h277 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
H A DInputFiles.cpp424 auto functionIndex = seg.Functions[index]; in parse() local
425 tableEntriesRel[functionIndex] = index; in parse()
426 tableEntries[functionIndex] = offset + index; in parse()
H A DWriter.cpp69 void createCommandExportWrapper(uint32_t functionIndex, DefinedFunction *f);
1382 void Writer::createCommandExportWrapper(uint32_t functionIndex, in createCommandExportWrapper() argument
1404 writeUleb128(os, functionIndex, "function index"); in createCommandExportWrapper()
H A DSyntheticSections.cpp302 uint32_t functionIndex = in addFunction() local
305 func->setFunctionIndex(functionIndex); in addFunction()
H A DInputChunks.cpp202 functionIndex = index; in setFunctionIndex()
H A DSymbols.h207 uint32_t functionIndex = INVALID_INDEX; variable