Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DInputFiles.cpp96 "\n Global Imports : " + Twine(wasmObj->getNumImportedGlobals()) + in dumpInfo()
482 globals[sym.Info.ElementIndex - wasmObj->getNumImportedGlobals()]; in createDefined()
DSyntheticSections.h108 uint32_t getNumImportedGlobals() const { in getNumImportedGlobals() function
DSyntheticSections.cpp268 uint32_t globalIndex = out.importSec->getNumImportedGlobals(); in assignIndexes()
555 unsigned numNames = out.importSec->getNumImportedGlobals(); in numNamedGlobals()
DWriter.cpp602 out.importSec->getNumImportedGlobals() + out.globalSec->numGlobals(); in calculateExports()
1302 log("Global Imports : " + Twine(out.importSec->getNumImportedGlobals())); in run()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h152 uint32_t getNumImportedGlobals() const { return NumImportedGlobals; } in getNumImportedGlobals() function
/external/llvm-project/llvm/include/llvm/Object/
DWasm.h155 uint32_t getNumImportedGlobals() const { return NumImportedGlobals; } in getNumImportedGlobals() function