Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSymbolWasm.h110 StringRef getExportName() const { return ExportName.value(); } in getExportName() function
/llvm-project-15.0.7/lld/wasm/
H A DInputChunks.h270 llvm::Optional<StringRef> getExportName() const { in getExportName() function
H A DWriter.cpp667 if (Optional<StringRef> exportName = f->function->getExportName()) { in calculateExports()
767 if (f->function->getExportName()) in createCommandExportWrappers()
768 func->setExportName(f->function->getExportName()->str()); in createCommandExportWrappers()
H A DSyntheticSections.cpp110 if (Optional<StringRef> exportName = f->function->getExportName()) { in writeBody()
/llvm-project-15.0.7/llvm/lib/MC/
H A DWasmObjectWriter.cpp1615 Export.Name = WS.getExportName(); in writeOneObject()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp884 B.addAttribute("wasm-export-name", Attr->getExportName()); in setTargetAttributes()