Home
last modified time | relevance | path

Searched refs:functionSec (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lld/wasm/
DWriter.cpp396 addSection(out.functionSec); in addSections()
406 addSection(make<CodeSection>(out.functionSec->inputFunctions)); in addSections()
680 for (const InputFunction *f : out.functionSec->inputFunctions) in calculateTypes()
728 out.functionSec->addFunction(func); in createCommandExportWrappers()
752 out.functionSec->addFunction(func); in assignIndexes()
757 out.functionSec->addFunction(func); in assignIndexes()
1203 out.functionSec = make<FunctionSection>(); in createSyntheticSections()
1297 log("Defined Functions: " + Twine(out.functionSec->inputFunctions.size())); in run()
DSyntheticSections.cpp504 for (const InputFunction *f : out.functionSec->inputFunctions) { in writeBody()
547 for (const InputFunction *f : out.functionSec->inputFunctions) in numNamedFunctions()
581 for (const InputFunction *f : out.functionSec->inputFunctions) { in writeBody()
DSyntheticSections.h356 FunctionSection *functionSec; member