Home
last modified time | relevance | path

Searched refs:ExportAs (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFImportFile.h109 std::string ExportAs; member
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp718 } else if (!E.ExportAs.empty()) { in writeImportLibrary()
720 ExportName = E.ExportAs; in writeImportLibrary()
H A DCOFFModuleDefinition.cpp293 E.ExportAs = std::string(Tok.Value); in parseExport()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp939 e2.ExportAs = std::string(e1.exportAs); in createImportLibrary()
1039 e2.exportAs = saver().save(e1.ExportAs); in parseModuleDefs()