LLVM 19.0.0git
Classes | Namespaces | Functions
TargetMachine.h File Reference
#include "llvm/ADT/StringRef.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/PassManager.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/CodeGen.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/PGOOptions.h"
#include "llvm/Target/CGPassBuilderOption.h"
#include "llvm/Target/TargetOptions.h"
#include "llvm/TargetParser/Triple.h"
#include <optional>
#include <string>
#include <utility>

Go to the source code of this file.

Classes

class  llvm::TargetMachine
 Primary interface to the complete machine description for the target machine. More...
 
class  llvm::LLVMTargetMachine
 This class describes a target machine that is implemented with the LLVM target-independent code generator. More...
 

Namespaces

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

Functions

CodeModel::Model llvm::getEffectiveCodeModel (std::optional< CodeModel::Model > CM, CodeModel::Model Default)
 Helper method for getting the code model, returning Default if CM does not have a value.