Searched refs:TaskID (Results 1 - 1 of 1) sorted by relevance
/external/llvm/tools/gold/ |
H A D | gold-plugin.cpp | 865 int TaskID; member in class:__anon14849::CodeGen 890 : M(std::move(M)), OS(nullptr), TaskID(-1), CombinedIndex(nullptr), 895 CodeGen(std::unique_ptr<llvm::Module> M, raw_fd_ostream *OS, int TaskID, argument 900 : M(std::move(M)), OS(OS), TaskID(TaskID), CombinedIndex(CombinedIndex), 1036 SmallString<128> &NewFilename, int TaskID = -1) { 1046 if (TaskID >= 0) 1047 NewFilename += utostr(TaskID); 1122 assert(!SaveTempsFilename.empty() || TaskID == -1); 1131 if (TaskID > 1180 thinLTOBackendTask(claimed_file &F, const void *View, StringRef Name, raw_fd_ostream *ApiFile, const ModuleSummaryIndex &CombinedIndex, raw_fd_ostream *OS, unsigned TaskID, StringMap<MemoryBufferRef> &ModuleMap, FunctionImporter::ImportMapTy &ImportList, std::map<GlobalValue::GUID, GlobalValueSummary *> &DefinedGlobals) argument 1202 CodeGen codeGen(std::move(NewModule), OS, TaskID, &CombinedIndex, Name, local [all...] |
Completed in 79 milliseconds