HomeSort by: relevance | last modified time | path
    Searched defs:MachineFrameInfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 233 /// Serializable representation of stack object from the MachineFrameInfo class.
307 /// MachineFrameInfo class.
389 // MachineFrameInfo::getObjectIndexBegin has to be added.
395 FrameIndex(int FI, const llvm::MachineFrameInfo &MFI);
397 Expected<int> getFI(const llvm::MachineFrameInfo &MFI) const;
587 /// Serializable representation of MachineFrameInfo.
594 struct MachineFrameInfo {
616 bool operator==(const MachineFrameInfo &Other) const {
638 template <> struct MappingTraits<MachineFrameInfo> {
639 static void mapping(IO &YamlIO, MachineFrameInfo &MFI)
    [all...]
MachineFrameInfo.h 1 //===-- CodeGen/MachineFrameInfo.h - Abstract Stack Frame Rep. --*- C++ -*-===//
9 // The file defines the MachineFrameInfo class.
78 /// The MachineFrameInfo class represents an abstract stack frame until
107 class MachineFrameInfo {
340 explicit MachineFrameInfo(unsigned StackAlignment, bool StackRealignable,
747 /// Notify the MachineFrameInfo object that a variable sized object has been

Completed in 79 milliseconds