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

/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFImportDumper.cpp54 Writer.printString("Export name", File->getExportName());
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFImportFile.h97 StringRef getExportName() const;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h110 StringRef getExportName() const { return *ExportName; } function in class:llvm::MCSymbolWasm
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DWebAssembly.cpp76 B.addAttribute("wasm-export-name", Attr->getExportName());
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp55 StringRef COFFImportFile::getExportName() const { function in class:llvm::object::COFFImportFile
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1609 Export.Name = WS.getExportName();

Completed in 86 milliseconds