LLVM 20.0.0git
|
Classes | |
class | TempDir |
A RAII object that creates a temporary directory upon initialization and removes it upon destruction. More... | |
class | TempFile |
A RAII object that creates a file upon initialization and removes it upon destruction. More... | |
class | TempLink |
A RAII object that creates a link upon initialization and removes it upon destruction. More... | |
Functions | |
SmallString< 128 > | getInputFileDirectory (const char *Argv0) |
SmallString< 128 > llvm::unittest::getInputFileDirectory | ( | const char * | Argv0 | ) |
Definition at line 36 of file SupportHelpers.cpp.
References llvm::sys::path::append(), llvm::SmallString< InternalLen >::append(), llvm::SmallVectorImpl< T >::clear(), findSrcDirMap(), llvm::MemoryBuffer::getFile(), and llvm::sys::path::native.