Home
last modified time | relevance | path

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

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