Searched refs:Export (Results 26 - 46 of 46) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DDriver.cpp358 Export exp = parseExport(e);
761 for (Export &e1 : config->exports) {
848 Export e2;
936 for (Export &r : config->exports)
1080 Export e;
1733 Export e = parseExport(arg->getValue());
1871 for (Export &e : config->exports) {
H A DWriter.cpp1630 for (Export &e : config->exports)
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp63 Export enumerator in enum:__anon4823::CodeCoverageTool::Command
650 cl::desc("Export only summary information for each source file"));
794 case Export:
1054 llvm_unreachable("Export in HTML is not supported!");
1081 return Tool.run(CodeCoverageTool::Export, argc, argv);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h283 Export, member in class:llvm::pdb::PDB_Checksum::PDB_SymType
/freebsd-13-stable/share/mk/
H A Dsrc.sys.obj.mk190 # Export the decision to sub-makes.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1298 Module::ExportDecl Export = resolveExport(Mod, UE, Complain); local
1299 if (Export.getPointer() || Export.getInt())
1300 Mod->Exports.push_back(Export);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp264 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, Export, OS)
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1064 for (const auto &Export : Exports) {
1065 P.formatLine("{0,+10:X+} | {1}", TypeIndex(Export.Local),
1066 TypeIndex(Export.Global));
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryReader.cpp515 Export normExport;
H A DMachONormalizedFileFromAtoms.cpp1546 Export exprt;
H A DMachONormalizedFileToAtoms.cpp1572 for (const Export &exp : normalizedFile.exportInfo) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp96 return PDB_SymType::Export;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp106 clEnumValN(PassSummaryAction::Export, "export",
107 "Export typeid resolutions to summary and globals")),
903 /// Export the given type identifier so that ThinLTO backends may import it.
1701 M, ClSummaryAction == PassSummaryAction::Export ? &Summary : nullptr,
H A DWholeProgramDevirt.cpp35 // - Export phase: this is run during the thin link over a single merged module
44 // - Export phase: this is run during the thin link over the index which
115 clEnumValN(PassSummaryAction::Export, "export",
116 "Export typeid resolutions to summary and globals")),
884 ClSummaryAction == PassSummaryAction::Export ? Summary.get()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1883 getDeclKind() != Decl::Export;
H A DDecl.h4448 : Decl(Export, DC, ExportLoc), DeclContext(Export),
4475 static bool classofKind(Kind K) { return K == Export; }
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h686 enum { Import, Export, Conflict } Kind; enumerator in enum:clang::ASTReader::UnresolvedModuleRef::__anon1476
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp90 case Decl::Export:
H A DCodeGenModule.cpp5548 case Decl::Export:
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1709 DictScope Export(W, "Export");
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4376 case UnresolvedModuleRef::Export:
5665 Unresolved.Kind = UnresolvedModuleRef::Export;

Completed in 802 milliseconds

12