Home
last modified time | relevance | path

Searched refs:getNumImportedFunctions (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lld/wasm/
H A DInputFiles.cpp410 wasmObj->getNumImportedFunctions() + wasmObj->functions().size(); in parse()
578 functions[sym.Info.ElementIndex - wasmObj->getNumImportedFunctions()]; in createDefined()
H A DSyntheticSections.cpp303 out.importSec->getNumImportedFunctions() + inputFunctions.size(); in addFunction()
735 unsigned numNames = out.importSec->getNumImportedFunctions(); in numNamedFunctions()
H A DSyntheticSections.h176 uint32_t getNumImportedFunctions() const {
H A DWriter.cpp1648 Twine(out.importSec->getNumImportedFunctions())); in run()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DWasm.h155 uint32_t getNumImportedFunctions() const { return NumImportedFunctions; } in getNumImportedFunctions() function