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

/openbsd-current/gnu/llvm/llvm/include/llvm/MC/
H A DMCSymbolWasm.h110 StringRef getExportName() const { return *ExportName; } function in class:llvm::MCSymbolWasm
/openbsd-current/gnu/llvm/lld/wasm/
H A DInputChunks.h272 std::optional<StringRef> getExportName() const { function in class:lld::wasm::InputFunction
H A DWriter.cpp692 if (std::optional<StringRef> exportName = f->function->getExportName()) {
792 if (f->function->getExportName())
793 func->setExportName(f->function->getExportName()->str());
H A DSyntheticSections.cpp112 f->function->getExportName()) {
/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp1608 Export.Name = WS.getExportName();
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp891 B.addAttribute("wasm-export-name", Attr->getExportName());

Completed in 193 milliseconds