Searched refs:InputFunction (Results 1 – 13 of 13) sorted by relevance
55 InputFunction *function);95 InputFunction *function);109 std::vector<InputFunction *> syntheticFunctions;119 InputFunction *replaceWithUnreachable(Symbol *sym, const WasmSignature &sig,
69 if (const auto *f = dyn_cast<InputFunction>(this)) { in getSize()79 if (const auto *f = dyn_cast<InputFunction>(this)) in getInputSize()86 if (const auto *f = dyn_cast<InputFunction>(this)) { in writeTo()198 void InputFunction::setFunctionIndex(uint32_t index) { in setFunctionIndex()205 void InputFunction::setTableIndex(uint32_t index) { in setTableIndex()270 void InputFunction::calculateSize() { in calculateSize()308 void InputFunction::writeCompressed(uint8_t *buf) const { in writeCompressed()
250 class InputFunction : public InputChunk {252 InputFunction(const WasmSignature &s, const WasmFunction *func, ObjFile *f) in InputFunction() function264 InputFunction(StringRef name, const WasmSignature &s) in InputFunction() function310 class SyntheticFunction : public InputFunction {314 : InputFunction(name, s) { in InputFunction() function
58 explicit CodeSection(ArrayRef<InputFunction *> functions) in CodeSection()72 ArrayRef<InputFunction *> functions;
32 class InputFunction; variable140 std::vector<InputFunction *> functions;
37 class InputFunction; variable220 InputFunction *function);232 InputFunction *function;
297 for (const InputFunction *func : inputFunctions) in writeBody()301 void FunctionSection::addFunction(InputFunction *func) { in addFunction()695 for (const InputFunction *f : out.functionSec->inputFunctions) { in writeBody()738 for (const InputFunction *f : out.functionSec->inputFunctions) in numNamedFunctions()782 for (const InputFunction *f : out.functionSec->inputFunctions) { in writeBody()
211 void addFunction(InputFunction *func);213 std::vector<InputFunction *> inputFunctions;
217 InputFunction *function) { in addSyntheticFunction()314 InputFunction *function) { in addDefinedFunction()841 InputFunction *SymbolTable::replaceWithUnreachable(Symbol *sym, in replaceWithUnreachable()
56 for (InputFunction *func : functions) { in finalizeContents()
502 auto *func = make<InputFunction>(types[f.SigIndex], &f, this); in parse()579 InputFunction *func = in createDefined()
761 for (const InputFunction *f : out.functionSec->inputFunctions) in calculateTypes()854 for (InputFunction *func : symtab->syntheticFunctions) in assignIndexes()859 for (InputFunction *func : file->functions) in assignIndexes()
300 InputFunction *function) in DefinedFunction()