Home
last modified time | relevance | path

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

/llvm-project/lld/wasm/
H A DInputFiles.cpp498 wasmObj->getNumImportedFunctions() + wasmObj->functions().size(); in parse()
667 functions[sym.Info.ElementIndex - wasmObj->getNumImportedFunctions()]; in createUndefined()
H A DSyntheticSections.cpp303 out.importSec->getNumImportedFunctions() + inputFunctions.size(); in addFunction()
755 unsigned numNames = out.importSec->getNumImportedFunctions(); in numNamedFunctions()
H A DSyntheticSections.h174 uint32_t getNumImportedFunctions() const {
H A DWriter.cpp1831 Twine(out.importSec->getNumImportedFunctions())); in run()
/llvm-project/llvm/include/llvm/Object/
H A DWasm.h160 uint32_t getNumImportedFunctions() const { return NumImportedFunctions; } in getNumImportedFunctions() function
/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1965 return functions()[Sym.Info.ElementIndex - getNumImportedFunctions()].Size; in getSectionName()