Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/wasm/
H A DInputFiles.cpp412 wasmObj->getNumImportedFunctions() + wasmObj->functions().size(); in parse()
580 functions[sym.Info.ElementIndex - wasmObj->getNumImportedFunctions()]; in createDefined()
H A DSyntheticSections.cpp305 out.importSec->getNumImportedFunctions() + inputFunctions.size(); in addFunction()
736 unsigned numNames = out.importSec->getNumImportedFunctions(); in numNamedFunctions()
H A DSyntheticSections.h177 uint32_t getNumImportedFunctions() const {
H A DWriter.cpp1670 Twine(out.importSec->getNumImportedFunctions())); in run()
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h155 uint32_t getNumImportedFunctions() const { return NumImportedFunctions; } in getNumImportedFunctions() function