Home
last modified time | relevance | path

Searched refs:InputFunction (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/llvm/lld/wasm/
H A DSymbolTable.h55 InputFunction *function);
95 InputFunction *function);
109 std::vector<InputFunction *> syntheticFunctions;
119 InputFunction *replaceWithUnreachable(Symbol *sym, const WasmSignature &sig,
H A DInputChunks.cpp69 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()
H A DInputChunks.h250 class InputFunction : public InputChunk {
252 InputFunction(const WasmSignature &s, const WasmFunction *func, ObjFile *f) in InputFunction() function
264 InputFunction(StringRef name, const WasmSignature &s) in InputFunction() function
310 class SyntheticFunction : public InputFunction {
314 : InputFunction(name, s) { in InputFunction() function
H A DOutputSections.h58 explicit CodeSection(ArrayRef<InputFunction *> functions) in CodeSection()
72 ArrayRef<InputFunction *> functions;
H A DInputFiles.h32 class InputFunction; variable
140 std::vector<InputFunction *> functions;
H A DSymbols.h37 class InputFunction; variable
220 InputFunction *function);
232 InputFunction *function;
H A DSyntheticSections.cpp297 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()
H A DSyntheticSections.h211 void addFunction(InputFunction *func);
213 std::vector<InputFunction *> inputFunctions;
H A DSymbolTable.cpp217 InputFunction *function) { in addSyntheticFunction()
314 InputFunction *function) { in addDefinedFunction()
841 InputFunction *SymbolTable::replaceWithUnreachable(Symbol *sym, in replaceWithUnreachable()
H A DOutputSections.cpp56 for (InputFunction *func : functions) { in finalizeContents()
H A DInputFiles.cpp502 auto *func = make<InputFunction>(types[f.SigIndex], &f, this); in parse()
579 InputFunction *func = in createDefined()
H A DWriter.cpp761 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()
H A DSymbols.cpp300 InputFunction *function) in DefinedFunction()