diff options
Diffstat (limited to 'include/llvm/CodeGen/StackMaps.h')
| -rw-r--r-- | include/llvm/CodeGen/StackMaps.h | 24 | 
1 files changed, 12 insertions, 12 deletions
diff --git a/include/llvm/CodeGen/StackMaps.h b/include/llvm/CodeGen/StackMaps.h index 4407114d2741..3c9850265737 100644 --- a/include/llvm/CodeGen/StackMaps.h +++ b/include/llvm/CodeGen/StackMaps.h @@ -29,7 +29,7 @@ class MCStreamer;  class raw_ostream;  class TargetRegisterInfo; -/// \brief MI-level stackmap operands. +/// MI-level stackmap operands.  ///  /// MI stackmap operations take the form:  /// <id>, <numBytes>, live args... @@ -60,7 +60,7 @@ public:    }  }; -/// \brief MI-level patchpoint operands. +/// MI-level patchpoint operands.  ///  /// MI patchpoint operations take the form:  /// [<def>], <id>, <numBytes>, <target>, <numArgs>, <cc>, ... @@ -137,7 +137,7 @@ public:      return getVarIdx();    } -  /// \brief Get the next scratch register operand index. +  /// Get the next scratch register operand index.    unsigned getNextScratchIdx(unsigned StartIdx = 0) const;  }; @@ -236,15 +236,15 @@ public:      FnInfos.clear();    } -  /// \brief Generate a stackmap record for a stackmap instruction. +  /// Generate a stackmap record for a stackmap instruction.    ///    /// MI must be a raw STACKMAP, not a PATCHPOINT.    void recordStackMap(const MachineInstr &MI); -  /// \brief Generate a stackmap record for a patchpoint instruction. +  /// Generate a stackmap record for a patchpoint instruction.    void recordPatchPoint(const MachineInstr &MI); -  /// \brief Generate a stackmap record for a statepoint instruction. +  /// Generate a stackmap record for a statepoint instruction.    void recordStatepoint(const MachineInstr &MI);    /// If there is any stack map data, create a stack map section and serialize @@ -293,11 +293,11 @@ private:                 MachineInstr::const_mop_iterator MOE, LocationVec &Locs,                 LiveOutVec &LiveOuts) const; -  /// \brief Create a live-out register record for the given register @p Reg. +  /// Create a live-out register record for the given register @p Reg.    LiveOutReg createLiveOutReg(unsigned Reg,                                const TargetRegisterInfo *TRI) const; -  /// \brief Parse the register live-out mask and return a vector of live-out +  /// Parse the register live-out mask and return a vector of live-out    /// registers that need to be recorded in the stackmap.    LiveOutVec parseRegisterLiveOutMask(const uint32_t *Mask) const; @@ -311,16 +311,16 @@ private:                             MachineInstr::const_mop_iterator MOE,                             bool recordResult = false); -  /// \brief Emit the stackmap header. +  /// Emit the stackmap header.    void emitStackmapHeader(MCStreamer &OS); -  /// \brief Emit the function frame record for each function. +  /// Emit the function frame record for each function.    void emitFunctionFrameRecords(MCStreamer &OS); -  /// \brief Emit the constant pool. +  /// Emit the constant pool.    void emitConstantPoolEntries(MCStreamer &OS); -  /// \brief Emit the callsite info for each stackmap/patchpoint intrinsic call. +  /// Emit the callsite info for each stackmap/patchpoint intrinsic call.    void emitCallsiteEntries(MCStreamer &OS);    void print(raw_ostream &OS);  | 
