Home
last modified time | relevance | path

Searched refs:inputFunctions (Results 1 – 25 of 40) sorted by relevance

12

/dports/games/openclonk/openclonk-release-8.1-src/src/editor/
H A DC4EditorWindowController.mm67 InputFunctions* inputFunctions;
84 inputFunctions = [InputFunctions new];
86 [consoleCombo setDataSource:inputFunctions];
91 [inputFunctions setFunctions:functions];
/dports/devel/llvm90/llvm-9.0.1.src/tools/lld/wasm/
H A DSyntheticSections.cpp199 writeUleb128(os, inputFunctions.size(), "function count"); in writeBody()
200 for (const InputFunction *func : inputFunctions) in writeBody()
208 out.importSec->getNumImportedFunctions() + inputFunctions.size(); in addFunction()
209 inputFunctions.emplace_back(func); in addFunction()
423 for (const InputFunction *f : out.functionSec->inputFunctions) { in writeBody()
465 for (const InputFunction *f : out.functionSec->inputFunctions) in numNames()
486 for (const InputFunction *f : out.functionSec->inputFunctions) { in writeBody()
H A DSyntheticSections.h133 bool isNeeded() const override { return inputFunctions.size() > 0; }; in isNeeded()
137 std::vector<InputFunction *> inputFunctions; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/wasm/
H A DSyntheticSections.cpp202 writeUleb128(os, inputFunctions.size(), "function count"); in writeBody()
203 for (const InputFunction *func : inputFunctions) in writeBody()
211 out.importSec->getNumImportedFunctions() + inputFunctions.size(); in addFunction()
212 inputFunctions.emplace_back(func); in addFunction()
495 for (const InputFunction *f : out.functionSec->inputFunctions) { in writeBody()
537 for (const InputFunction *f : out.functionSec->inputFunctions) in numNames()
558 for (const InputFunction *f : out.functionSec->inputFunctions) { in writeBody()
H A DSyntheticSections.h135 bool isNeeded() const override { return inputFunctions.size() > 0; }; in isNeeded()
139 std::vector<InputFunction *> inputFunctions; variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/wasm/
H A DSyntheticSections.cpp200 writeUleb128(os, inputFunctions.size(), "function count"); in writeBody()
201 for (const InputFunction *func : inputFunctions) in writeBody()
209 out.importSec->getNumImportedFunctions() + inputFunctions.size(); in addFunction()
210 inputFunctions.emplace_back(func); in addFunction()
455 for (const InputFunction *f : out.functionSec->inputFunctions) { in writeBody()
497 for (const InputFunction *f : out.functionSec->inputFunctions) in numNames()
518 for (const InputFunction *f : out.functionSec->inputFunctions) { in writeBody()
H A DSyntheticSections.h135 bool isNeeded() const override { return inputFunctions.size() > 0; }; in isNeeded()
139 std::vector<InputFunction *> inputFunctions; variable
/dports/devel/llvm11/llvm-11.0.1.src/tools/lld/wasm/
H A DSyntheticSections.cpp202 writeUleb128(os, inputFunctions.size(), "function count"); in writeBody()
203 for (const InputFunction *func : inputFunctions) in writeBody()
211 out.importSec->getNumImportedFunctions() + inputFunctions.size(); in addFunction()
212 inputFunctions.emplace_back(func); in addFunction()
460 for (const InputFunction *f : out.functionSec->inputFunctions) { in writeBody()
502 for (const InputFunction *f : out.functionSec->inputFunctions) in numNames()
523 for (const InputFunction *f : out.functionSec->inputFunctions) { in writeBody()
H A DSyntheticSections.h135 bool isNeeded() const override { return inputFunctions.size() > 0; }; in isNeeded()
139 std::vector<InputFunction *> inputFunctions; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/wasm/
H A DSyntheticSections.cpp202 writeUleb128(os, inputFunctions.size(), "function count"); in writeBody()
203 for (const InputFunction *func : inputFunctions) in writeBody()
211 out.importSec->getNumImportedFunctions() + inputFunctions.size(); in addFunction()
212 inputFunctions.emplace_back(func); in addFunction()
460 for (const InputFunction *f : out.functionSec->inputFunctions) { in writeBody()
502 for (const InputFunction *f : out.functionSec->inputFunctions) in numNames()
523 for (const InputFunction *f : out.functionSec->inputFunctions) { in writeBody()
H A DSyntheticSections.h135 bool isNeeded() const override { return inputFunctions.size() > 0; }; in isNeeded()
139 std::vector<InputFunction *> inputFunctions; variable
/dports/devel/llvm10/llvm-10.0.1.src/tools/lld/wasm/
H A DSyntheticSections.cpp200 writeUleb128(os, inputFunctions.size(), "function count"); in writeBody()
201 for (const InputFunction *func : inputFunctions) in writeBody()
209 out.importSec->getNumImportedFunctions() + inputFunctions.size(); in addFunction()
210 inputFunctions.emplace_back(func); in addFunction()
455 for (const InputFunction *f : out.functionSec->inputFunctions) { in writeBody()
497 for (const InputFunction *f : out.functionSec->inputFunctions) in numNames()
518 for (const InputFunction *f : out.functionSec->inputFunctions) { in writeBody()
H A DSyntheticSections.h135 bool isNeeded() const override { return inputFunctions.size() > 0; }; in isNeeded()
139 std::vector<InputFunction *> inputFunctions; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/wasm/
H A DSyntheticSections.cpp198 writeUleb128(os, inputFunctions.size(), "function count"); in writeBody()
199 for (const InputFunction *func : inputFunctions) in writeBody()
207 out.importSec->getNumImportedFunctions() + inputFunctions.size(); in addFunction()
208 inputFunctions.emplace_back(func); in addFunction()
509 for (const InputFunction *f : out.functionSec->inputFunctions) { in writeBody()
552 for (const InputFunction *f : out.functionSec->inputFunctions) in numNamedFunctions()
596 for (const InputFunction *f : out.functionSec->inputFunctions) { in writeBody()
H A DSyntheticSections.h140 bool isNeeded() const override { return inputFunctions.size() > 0; }; in isNeeded()
144 std::vector<InputFunction *> inputFunctions; variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/wasm/
H A DSyntheticSections.cpp198 writeUleb128(os, inputFunctions.size(), "function count"); in writeBody()
199 for (const InputFunction *func : inputFunctions) in writeBody()
207 out.importSec->getNumImportedFunctions() + inputFunctions.size(); in addFunction()
208 inputFunctions.emplace_back(func); in addFunction()
509 for (const InputFunction *f : out.functionSec->inputFunctions) { in writeBody()
552 for (const InputFunction *f : out.functionSec->inputFunctions) in numNamedFunctions()
596 for (const InputFunction *f : out.functionSec->inputFunctions) { in writeBody()
H A DSyntheticSections.h140 bool isNeeded() const override { return inputFunctions.size() > 0; }; in isNeeded()
144 std::vector<InputFunction *> inputFunctions; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/wasm/
H A DSyntheticSections.cpp216 writeUleb128(os, inputFunctions.size(), "function count"); in writeBody()
217 for (const InputFunction *func : inputFunctions) in writeBody()
225 out.importSec->getNumImportedFunctions() + inputFunctions.size(); in addFunction()
226 inputFunctions.emplace_back(func); in addFunction()
578 for (const InputFunction *f : out.functionSec->inputFunctions) { in writeBody()
621 for (const InputFunction *f : out.functionSec->inputFunctions) in numNamedFunctions()
665 for (const InputFunction *f : out.functionSec->inputFunctions) { in writeBody()
H A DSyntheticSections.h207 bool isNeeded() const override { return inputFunctions.size() > 0; };
211 std::vector<InputFunction *> inputFunctions;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/wasm/
H A DSyntheticSections.cpp216 writeUleb128(os, inputFunctions.size(), "function count"); in writeBody()
217 for (const InputFunction *func : inputFunctions) in writeBody()
225 out.importSec->getNumImportedFunctions() + inputFunctions.size(); in addFunction()
226 inputFunctions.emplace_back(func); in addFunction()
578 for (const InputFunction *f : out.functionSec->inputFunctions) { in writeBody()
621 for (const InputFunction *f : out.functionSec->inputFunctions) in numNamedFunctions()
665 for (const InputFunction *f : out.functionSec->inputFunctions) { in writeBody()
H A DSyntheticSections.h207 bool isNeeded() const override { return inputFunctions.size() > 0; };
211 std::vector<InputFunction *> inputFunctions;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/wasm/
H A DSyntheticSections.cpp216 writeUleb128(os, inputFunctions.size(), "function count"); in writeBody()
217 for (const InputFunction *func : inputFunctions) in writeBody()
225 out.importSec->getNumImportedFunctions() + inputFunctions.size(); in addFunction()
226 inputFunctions.emplace_back(func); in addFunction()
578 for (const InputFunction *f : out.functionSec->inputFunctions) { in writeBody()
621 for (const InputFunction *f : out.functionSec->inputFunctions) in numNamedFunctions()
665 for (const InputFunction *f : out.functionSec->inputFunctions) { in writeBody()
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/wasm/
H A DSyntheticSections.cpp216 writeUleb128(os, inputFunctions.size(), "function count"); in writeBody()
217 for (const InputFunction *func : inputFunctions) in writeBody()
225 out.importSec->getNumImportedFunctions() + inputFunctions.size(); in addFunction()
226 inputFunctions.emplace_back(func); in addFunction()
578 for (const InputFunction *f : out.functionSec->inputFunctions) { in writeBody()
621 for (const InputFunction *f : out.functionSec->inputFunctions) in numNamedFunctions()
665 for (const InputFunction *f : out.functionSec->inputFunctions) { in writeBody()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/wasm/
H A DSyntheticSections.cpp255 writeUleb128(os, inputFunctions.size(), "function count"); in writeBody()
256 for (const InputFunction *func : inputFunctions) in writeBody()
264 out.importSec->getNumImportedFunctions() + inputFunctions.size(); in addFunction()
265 inputFunctions.emplace_back(func); in addFunction()
627 for (const InputFunction *f : out.functionSec->inputFunctions) { in writeBody()
670 for (const InputFunction *f : out.functionSec->inputFunctions) in numNamedFunctions()
714 for (const InputFunction *f : out.functionSec->inputFunctions) { in writeBody()
H A DSyntheticSections.h207 bool isNeeded() const override { return inputFunctions.size() > 0; };
211 std::vector<InputFunction *> inputFunctions;

12