Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DMarkLive.cpp80 const WasmLinkingData &l = obj->getWasmObj()->linkingData(); in enqueueInitFunctions()
198 const WasmLinkingData &l = file->getWasmObj()->linkingData(); in isCallCtorsLive()
DRelocations.cpp88 ArrayRef<WasmSignature> types = file->getWasmObj()->types(); in scanRelocations()
DWriter.cpp190 const WasmProducerInfo &info = file->getWasmObj()->getProducerInfo(); in populateProducers()
449 for (auto &feature : file->getWasmObj()->getTargetFeatures()) { in populateTargetFeatures()
535 for (auto &feature : file->getWasmObj()->getTargetFeatures()) { in populateTargetFeatures()
667 ArrayRef<WasmSignature> types = file->getWasmObj()->types(); in calculateTypes()
1178 const WasmLinkingData &l = file->getWasmObj()->linkingData(); in calculateInitFunctions()
DInputFiles.h116 const WasmObjectFile *getWasmObj() const { return wasmObj.get(); } in getWasmObj() function
DInputFiles.cpp374 typeMap.resize(getWasmObj()->types().size()); in parse()
375 typeIsUsed.resize(getWasmObj()->types().size(), false); in parse()
DInputChunks.cpp56 return file->getWasmObj()->linkingData().Comdats[index]; in getComdatName()