Searched refs:DumpDir (Results 1 – 8 of 8) sorted by relevance
314 DumpObjects::DumpObjects(std::string DumpDir, std::string IdentifierOverride) in DumpObjects() argument315 : DumpDir(std::move(DumpDir)), in DumpObjects()319 while (!this->DumpDir.empty() && in DumpObjects()320 sys::path::is_separator(this->DumpDir.back())) in DumpObjects()321 this->DumpDir.pop_back(); in DumpObjects()330 << DumpDir << (DumpDir.empty() ? "" : "/") << getBufferIdentifier(*Obj); in operator ()()
873 LLVMOrcDumpObjectsRef LLVMOrcCreateDumpObjects(const char *DumpDir, in LLVMOrcCreateDumpObjects() argument875 assert(DumpDir && "DumpDir should not be null"); in LLVMOrcCreateDumpObjects()877 return wrap(new DumpObjects(DumpDir, IdentifierOverride)); in LLVMOrcCreateDumpObjects()
118 DumpObjects(std::string DumpDir = "", std::string IdentifierOverride = "");126 std::string DumpDir; variable
195 void setDumpDirection(DumpDirection D) { DumpDir = D; } in setDumpDirection()198 DumpDirection DumpDir = NotSet;
1263 LLVMOrcDumpObjectsRef LLVMOrcCreateDumpObjects(const char *DumpDir,
1164 if (DumpDir == DumpDirection::TopDown) in dumpSchedule()1166 else if (DumpDir == DumpDirection::BottomUp) in dumpSchedule()1168 else if (DumpDir == DumpDirection::Bidirectional) { in dumpSchedule()
5465 if (Arg *DumpDir = Args.getLastArgNoClaim(options::OPT_dumpdir)) { in handleTimeTrace() local 5468 Path = DumpDir->getValue(); in handleTimeTrace()
806 if (Arg *DumpDir = Args.getLastArgNoClaim(options::OPT_dumpdir)) { in addPGOAndCoverageFlags() local809 CoverageFilename = DumpDir->getValue(); in addPGOAndCoverageFlags()