Searched defs:MachineFunction (Results 1 - 2 of 2) sorted by last modified time

/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h1 //===-- llvm/CodeGen/MachineFunction.h --------------------------*- C++ -*-===//
68 /// hold private target-specific information for each MachineFunction. Objects
70 /// MachineFunction is destroyed.
75 class MachineFunction { class in namespace:llvm
99 // MachineBasicBlock is inserted into a MachineFunction is it automatically
103 // Pool-allocate MachineFunction-lifetime and IR objects.
137 MachineFunction(const MachineFunction &) LLVM_DELETED_FUNCTION;
138 void operator=(const MachineFunction&) LLVM_DELETED_FUNCTION;
140 MachineFunction(cons
[all...]
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp1 //===-- MachineFunction.cpp -----------------------------------------------===//
16 #include "llvm/CodeGen/MachineFunction.h"
44 // MachineFunction implementation
54 MachineFunction::MachineFunction(const Function *F, const TargetMachine &TM, function in class:MachineFunction
85 MachineFunction::~MachineFunction() {
119 MachineJumpTableInfo *MachineFunction::
129 bool MachineFunction::shouldSplitStack() {
138 void MachineFunction
[all...]

Completed in 73 milliseconds