Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lld/wasm/
H A DSymbols.cpp255 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()
H A DInputChunks.h279 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
H A DInputFiles.cpp426 auto functionIndex = seg.Functions[index]; in parse() local
427 tableEntriesRel[functionIndex] = index; in parse()
428 tableEntries[functionIndex] = offset + index; in parse()
H A DWriter.cpp70 void createCommandExportWrapper(uint32_t functionIndex, DefinedFunction *f);
1407 void Writer::createCommandExportWrapper(uint32_t functionIndex, in createCommandExportWrapper() argument
1429 writeUleb128(os, functionIndex, "function index"); in createCommandExportWrapper()
H A DSyntheticSections.cpp304 uint32_t functionIndex = in addFunction() local
307 func->setFunctionIndex(functionIndex); in addFunction()
H A DInputChunks.cpp202 functionIndex = index; in setFunctionIndex()
H A DSymbols.h214 uint32_t functionIndex = INVALID_INDEX; variable