reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/wasm/InputChunks.cpp
   44   return file->getWasmObj()->linkingData().Comdats[index];
tools/lld/wasm/InputFiles.cpp
  309   typeMap.resize(getWasmObj()->types().size());
  310   typeIsUsed.resize(getWasmObj()->types().size(), false);
tools/lld/wasm/MarkLive.cpp
   69       const WasmLinkingData &l = obj->getWasmObj()->linkingData();
   92       const WasmLinkingData &l = obj->getWasmObj()->linkingData();
tools/lld/wasm/Relocations.cpp
   60   ArrayRef<WasmSignature> types = file->getWasmObj()->types();
tools/lld/wasm/Writer.cpp
  173     const WasmProducerInfo &info = file->getWasmObj()->getProducerInfo();
  391     for (auto &feature : file->getWasmObj()->getTargetFeatures()) {
  462     for (auto &feature : file->getWasmObj()->getTargetFeatures()) {
  573     ArrayRef<WasmSignature> types = file->getWasmObj()->types();
  937     const WasmLinkingData &l = file->getWasmObj()->linkingData();