LLVM 19.0.0git
Namespaces | Functions
Utils.h File Reference
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/Twine.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::dwarf_linker
 

Functions

Error llvm::dwarf_linker::finiteLoop (function_ref< Expected< bool >()> Iteration, size_t MaxCounter=100000)
 This function calls Iteration() until it returns false.
 
SmallString< 128 > llvm::dwarf_linker::guessToolchainBaseDir (StringRef SysRoot)
 Make a best effort to guess the Xcode.app/Contents/Developer/Toolchains/ path from an SDK path.
 
bool llvm::dwarf_linker::isPathAbsoluteOnWindowsOrPosix (const Twine &Path)