Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFImportFile.h110 std::string ExportAs; member
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp720 } else if (!E.ExportAs.empty()) { in writeImportLibrary()
722 ExportName = E.ExportAs; in writeImportLibrary()
H A DCOFFModuleDefinition.cpp296 E.ExportAs = std::string(Tok.Value); in parseExport()
/freebsd/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp1324 e2.exportAs = saver().save(e1.ExportAs); in parseModuleDefs()
H A DDriver.cpp988 e2.ExportAs = std::string(e1.exportAs); in createImportLibrary()