Searched refs:ExportName (Results 1 – 8 of 8) sorted by relevance
216 StringRef ExportName,513 if (!ExportName.empty()) in createShortImport()514 ImpSize += ExportName.size() + 1; in createShortImport()534 if (!ExportName.empty()) { in createShortImport()536 memcpy(P, ExportName.data(), ExportName.size()); in createShortImport()675 std::string ExportName; in writeImportLibrary() local686 if (ExportName.empty()) { in writeImportLibrary()688 ExportName.swap(Name); in writeImportLibrary()691 } else if (ExportName.empty()) { in writeImportLibrary()693 ExportName = std::move(*getArm64ECDemangledFunctionName(Name)); in writeImportLibrary()[all …]
1315 getDefinedFunction(Ex.Index).ExportName = Ex.Name; in parseExportSection()
26 std::optional<StringRef> ExportName; variable109 bool hasExportName() const { return ExportName.has_value(); } in hasExportName()110 StringRef getExportName() const { return *ExportName; } in getExportName()111 void setExportName(StringRef Name) { ExportName = Name; } in setExportName()
53 StringRef ExportName) = 0;74 void emitExportName(const MCSymbolWasm *Sym, StringRef ExportName) override;93 StringRef ExportName) override {} in emitExportName() argument
112 StringRef ExportName) { in emitExportName() argument114 << ExportName << '\n'; in emitExportName()
350 std::optional<StringRef> ExportName; // from the "export" section member407 std::optional<StringRef> ExportName; member
908 auto ExportName = expectIdent(); in parseDirective() local909 if (ExportName.empty()) in parseDirective()912 WasmSym->setExportName(storeName(ExportName)); in parseDirective()913 TOut.emitExportName(WasmSym, ExportName); in parseDirective()
2075 let Args = [StringArgument<"ExportName">];