Home
last modified time | relevance | path

Searched refs:DumpDir (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
DDebugUtils.cpp300 DumpObjects::DumpObjects(std::string DumpDir, std::string IdentifierOverride) in DumpObjects() argument
301 : 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 ()()
DOrcV2CBindings.cpp765 LLVMOrcDumpObjectsRef LLVMOrcCreateDumpObjects(const char *DumpDir, in LLVMOrcCreateDumpObjects() argument
767 assert(DumpDir && "DumpDir should not be null"); in LLVMOrcCreateDumpObjects()
769 return wrap(new DumpObjects(DumpDir, IdentifierOverride)); in LLVMOrcCreateDumpObjects()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DDebugUtils.h115 DumpObjects(std::string DumpDir = "", std::string IdentifierOverride = "");
123 std::string DumpDir; variable
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm-c/
DOrc.h1122 LLVMOrcDumpObjectsRef LLVMOrcCreateDumpObjects(const char *DumpDir,