Searched defs:MachineFunction (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp1 //===-- MachineFunction.cpp -----------------------------------------------===//
16 #include "llvm/CodeGen/MachineFunction.h"
53 // MachineFunction implementation
63 MachineFunction::MachineFunction(const Function *F, const TargetMachine &TM, function in class:MachineFunction
99 "Can't create a MachineFunction using a Module with a "
105 MachineFunction::~MachineFunction() {
142 const DataLayout &MachineFunction::getDataLayout() const {
148 MachineJumpTableInfo *MachineFunction
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h1 //===-- llvm/CodeGen/MachineFunction.h --------------------------*- C++ -*-===//
72 /// hold private target-specific information for each MachineFunction. Objects
74 /// MachineFunction is destroyed.
83 static Ty *create(BumpPtrAllocator &Allocator, MachineFunction &MF) {
88 class MachineFunction { class in namespace:llvm
116 // MachineBasicBlock is inserted into a MachineFunction is it automatically
120 // Pool-allocate MachineFunction-lifetime and IR objects.
157 MachineFunction(const MachineFunction &) = delete;
158 void operator=(const MachineFunction
[all...]
H A DMIRYamlMapping.h383 struct MachineFunction { struct in namespace:llvm::yaml
405 template <> struct MappingTraits<MachineFunction> {
406 static void mapping(IO &YamlIO, MachineFunction &MF) {

Completed in 95 milliseconds