Searched defs:functionIndex (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/Target/Mips/ | ||
H A D | MipsOs16.cpp | 119 unsigned int functionIndex = 0; in runOnModule() local |
/llvm-project/lld/wasm/ | ||
H A D | InputChunks.h | 315 std::optional<uint32_t> functionIndex; global() variable |
H A D | InputFiles.cpp | 449 auto functionIndex = seg.Functions[index]; parse() local |
H A D | SyntheticSections.cpp | 303 uint32_t functionIndex = addFunction() local |
H A D | Symbols.h | 214 uint32_t functionIndex = INVALID_INDEX; global() variable |
H A D | Writer.cpp | 1552 createCommandExportWrapper(uint32_t functionIndex,DefinedFunction * f) createCommandExportWrapper() argument |