Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h160 uint32_t getNumImportedFunctions() const { return NumImportedFunctions; } in getNumImportedFunctions() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1957 return functions()[Sym.Info.ElementIndex - getNumImportedFunctions()].Size; in getSymbolSize()