Searched refs:DumpDir (Results 1 – 4 of 4) sorted by relevance
300 DumpObjects::DumpObjects(std::string DumpDir, std::string IdentifierOverride) in DumpObjects() argument301 : DumpDir(std::move(DumpDir)), in DumpObjects()305 while (!this->DumpDir.empty() && in DumpObjects()306 sys::path::is_separator(this->DumpDir.back())) in DumpObjects()307 this->DumpDir.pop_back(); in DumpObjects()316 << DumpDir << (DumpDir.empty() ? "" : "/") << getBufferIdentifier(*Obj); in operator ()()
765 LLVMOrcDumpObjectsRef LLVMOrcCreateDumpObjects(const char *DumpDir, in LLVMOrcCreateDumpObjects() argument767 assert(DumpDir && "DumpDir should not be null"); in LLVMOrcCreateDumpObjects()769 return wrap(new DumpObjects(DumpDir, IdentifierOverride)); in LLVMOrcCreateDumpObjects()
115 DumpObjects(std::string DumpDir = "", std::string IdentifierOverride = "");123 std::string DumpDir; variable
1122 LLVMOrcDumpObjectsRef LLVMOrcCreateDumpObjects(const char *DumpDir,