Searched defs:Export (Results 1 – 5 of 5) sorted by relevance
99 std::vector<const char *> Export; in LLVMAddInternalizePass() local
85 if (auto *Export = D->getAttr<DLLExportAttr>()) in getDLLAttr() local
1068 DictScope Export(W, "Export"); in printCOFFExports() local
855 Module::ExportDecl Export = resolveExport(Mod, Mod->UnresolvedExports[I], in resolveExports() local
617 enum { Import, Export, Conflict } Kind; enumerator