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.
 
StringRef llvm::dwarf_linker::guessDeveloperDir (StringRef SysRoot)
 Make a best effort to guess the Xcode.app/Contents/Developer path from an SDK path.
 
bool llvm::dwarf_linker::isInToolchainDir (StringRef Path)
 Make a best effort to determine whether Path is inside a toolchain.
 
bool llvm::dwarf_linker::isPathAbsoluteOnWindowsOrPosix (const Twine &Path)