mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-21 12:38:45 +00:00
Fix a bunch of -Wdocumentation warnings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162446 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9d9f5a5855
commit
a00b80b04c
@ -1238,8 +1238,8 @@ public:
|
|||||||
/// countLeadingZeros - This function is an APInt version of the
|
/// countLeadingZeros - This function is an APInt version of the
|
||||||
/// countLeadingZeros_{32,64} functions in MathExtras.h. It counts the number
|
/// countLeadingZeros_{32,64} functions in MathExtras.h. It counts the number
|
||||||
/// of zeros from the most significant bit to the first one bit.
|
/// of zeros from the most significant bit to the first one bit.
|
||||||
/// @returns BitWidth if the value is zero.
|
/// @returns BitWidth if the value is zero, otherwise
|
||||||
/// @returns the number of zeros from the most significant bit to the first
|
/// returns the number of zeros from the most significant bit to the first
|
||||||
/// one bits.
|
/// one bits.
|
||||||
unsigned countLeadingZeros() const {
|
unsigned countLeadingZeros() const {
|
||||||
if (isSingleWord()) {
|
if (isSingleWord()) {
|
||||||
@ -1252,8 +1252,8 @@ public:
|
|||||||
/// countLeadingOnes - This function is an APInt version of the
|
/// countLeadingOnes - This function is an APInt version of the
|
||||||
/// countLeadingOnes_{32,64} functions in MathExtras.h. It counts the number
|
/// countLeadingOnes_{32,64} functions in MathExtras.h. It counts the number
|
||||||
/// of ones from the most significant bit to the first zero bit.
|
/// of ones from the most significant bit to the first zero bit.
|
||||||
/// @returns 0 if the high order bit is not set
|
/// @returns 0 if the high order bit is not set, otherwise
|
||||||
/// @returns the number of 1 bits from the most significant to the least
|
/// returns the number of 1 bits from the most significant to the least
|
||||||
/// @brief Count the number of leading one bits.
|
/// @brief Count the number of leading one bits.
|
||||||
unsigned countLeadingOnes() const;
|
unsigned countLeadingOnes() const;
|
||||||
|
|
||||||
@ -1266,8 +1266,8 @@ public:
|
|||||||
/// countTrailingZeros - This function is an APInt version of the
|
/// countTrailingZeros - This function is an APInt version of the
|
||||||
/// countTrailingZeros_{32,64} functions in MathExtras.h. It counts
|
/// countTrailingZeros_{32,64} functions in MathExtras.h. It counts
|
||||||
/// the number of zeros from the least significant bit to the first set bit.
|
/// the number of zeros from the least significant bit to the first set bit.
|
||||||
/// @returns BitWidth if the value is zero.
|
/// @returns BitWidth if the value is zero, otherwise
|
||||||
/// @returns the number of zeros from the least significant bit to the first
|
/// returns the number of zeros from the least significant bit to the first
|
||||||
/// one bit.
|
/// one bit.
|
||||||
/// @brief Count the number of trailing zero bits.
|
/// @brief Count the number of trailing zero bits.
|
||||||
unsigned countTrailingZeros() const;
|
unsigned countTrailingZeros() const;
|
||||||
@ -1275,8 +1275,8 @@ public:
|
|||||||
/// countTrailingOnes - This function is an APInt version of the
|
/// countTrailingOnes - This function is an APInt version of the
|
||||||
/// countTrailingOnes_{32,64} functions in MathExtras.h. It counts
|
/// countTrailingOnes_{32,64} functions in MathExtras.h. It counts
|
||||||
/// the number of ones from the least significant bit to the first zero bit.
|
/// the number of ones from the least significant bit to the first zero bit.
|
||||||
/// @returns BitWidth if the value is all ones.
|
/// @returns BitWidth if the value is all ones, otherwise
|
||||||
/// @returns the number of ones from the least significant bit to the first
|
/// returns the number of ones from the least significant bit to the first
|
||||||
/// zero bit.
|
/// zero bit.
|
||||||
/// @brief Count the number of trailing one bits.
|
/// @brief Count the number of trailing one bits.
|
||||||
unsigned countTrailingOnes() const {
|
unsigned countTrailingOnes() const {
|
||||||
@ -1288,8 +1288,8 @@ public:
|
|||||||
/// countPopulation - This function is an APInt version of the
|
/// countPopulation - This function is an APInt version of the
|
||||||
/// countPopulation_{32,64} functions in MathExtras.h. It counts the number
|
/// countPopulation_{32,64} functions in MathExtras.h. It counts the number
|
||||||
/// of 1 bits in the APInt value.
|
/// of 1 bits in the APInt value.
|
||||||
/// @returns 0 if the value is zero.
|
/// @returns 0 if the value is zero, otherwise returns the number of set
|
||||||
/// @returns the number of set bits.
|
/// bits.
|
||||||
/// @brief Count the number of bits set.
|
/// @brief Count the number of bits set.
|
||||||
unsigned countPopulation() const {
|
unsigned countPopulation() const {
|
||||||
if (isSingleWord())
|
if (isSingleWord())
|
||||||
|
@ -110,9 +110,9 @@ struct SparseSetValFunctor<KeyT, KeyT, KeyFunctorT> {
|
|||||||
/// For sets that may grow to thousands of elements, SparseT should be set to
|
/// For sets that may grow to thousands of elements, SparseT should be set to
|
||||||
/// uint16_t or uint32_t.
|
/// uint16_t or uint32_t.
|
||||||
///
|
///
|
||||||
/// @param ValueT The type of objects in the set.
|
/// @tparam ValueT The type of objects in the set.
|
||||||
/// @param KeyFunctorT A functor that computes an unsigned index from KeyT.
|
/// @tparam KeyFunctorT A functor that computes an unsigned index from KeyT.
|
||||||
/// @param SparseT An unsigned integer type. See above.
|
/// @tparam SparseT An unsigned integer type. See above.
|
||||||
///
|
///
|
||||||
template<typename ValueT,
|
template<typename ValueT,
|
||||||
typename KeyFunctorT = llvm::identity<unsigned>,
|
typename KeyFunctorT = llvm::identity<unsigned>,
|
||||||
|
@ -415,8 +415,8 @@ class Archive {
|
|||||||
/// name will be truncated at 15 characters. If \p Compress is specified,
|
/// name will be truncated at 15 characters. If \p Compress is specified,
|
||||||
/// all archive members will be compressed before being written. If
|
/// all archive members will be compressed before being written. If
|
||||||
/// \p PrintSymTab is true, the symbol table will be printed to std::cout.
|
/// \p PrintSymTab is true, the symbol table will be printed to std::cout.
|
||||||
/// @returns true if an error occurred, \p error set to error message
|
/// @returns true if an error occurred, \p error set to error message;
|
||||||
/// @returns false if the writing succeeded.
|
/// returns false if the writing succeeded.
|
||||||
/// @brief Write (possibly modified) archive contents to disk
|
/// @brief Write (possibly modified) archive contents to disk
|
||||||
bool writeToDisk(
|
bool writeToDisk(
|
||||||
bool CreateSymbolTable=false, ///< Create Symbol table
|
bool CreateSymbolTable=false, ///< Create Symbol table
|
||||||
@ -480,8 +480,8 @@ class Archive {
|
|||||||
/// Writes one ArchiveMember to an ofstream. If an error occurs, returns
|
/// Writes one ArchiveMember to an ofstream. If an error occurs, returns
|
||||||
/// false, otherwise true. If an error occurs and error is non-null then
|
/// false, otherwise true. If an error occurs and error is non-null then
|
||||||
/// it will be set to an error message.
|
/// it will be set to an error message.
|
||||||
/// @returns false Writing member succeeded
|
/// @returns false if writing member succeeded,
|
||||||
/// @returns true Writing member failed, \p error set to error message
|
/// returns true if writing member failed, \p error set to error message.
|
||||||
bool writeMember(
|
bool writeMember(
|
||||||
const ArchiveMember& member, ///< The member to be written
|
const ArchiveMember& member, ///< The member to be written
|
||||||
std::ofstream& ARFile, ///< The file to write member onto
|
std::ofstream& ARFile, ///< The file to write member onto
|
||||||
|
@ -113,7 +113,7 @@ namespace PBQP {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// \brief Add the given node to the list of nodes to be optimally reduced.
|
/// \brief Add the given node to the list of nodes to be optimally reduced.
|
||||||
/// @return nItr Node iterator to be added.
|
/// @param nItr Node iterator to be added.
|
||||||
///
|
///
|
||||||
/// You probably don't want to over-ride this, except perhaps to record
|
/// You probably don't want to over-ride this, except perhaps to record
|
||||||
/// statistics before calling this implementation. HeuristicBase relies on
|
/// statistics before calling this implementation. HeuristicBase relies on
|
||||||
|
@ -179,8 +179,10 @@ namespace llvm {
|
|||||||
/// @param Ty Parent type.
|
/// @param Ty Parent type.
|
||||||
/// @param PropertyName Name of the Objective C property associated with
|
/// @param PropertyName Name of the Objective C property associated with
|
||||||
/// this ivar.
|
/// this ivar.
|
||||||
/// @param GetterName Name of the Objective C property getter selector.
|
/// @param PropertyGetterName Name of the Objective C property getter
|
||||||
/// @param SetterName Name of the Objective C property setter selector.
|
/// selector.
|
||||||
|
/// @param PropertySetterName Name of the Objective C property setter
|
||||||
|
/// selector.
|
||||||
/// @param PropertyAttributes Objective C property attributes.
|
/// @param PropertyAttributes Objective C property attributes.
|
||||||
DIType createObjCIVar(StringRef Name, DIFile File,
|
DIType createObjCIVar(StringRef Name, DIFile File,
|
||||||
unsigned LineNo, uint64_t SizeInBits,
|
unsigned LineNo, uint64_t SizeInBits,
|
||||||
@ -201,7 +203,7 @@ namespace llvm {
|
|||||||
/// @param OffsetInBits Member offset.
|
/// @param OffsetInBits Member offset.
|
||||||
/// @param Flags Flags to encode member attribute, e.g. private
|
/// @param Flags Flags to encode member attribute, e.g. private
|
||||||
/// @param Ty Parent type.
|
/// @param Ty Parent type.
|
||||||
/// @param Property Property associated with this ivar.
|
/// @param PropertyNode Property associated with this ivar.
|
||||||
DIType createObjCIVar(StringRef Name, DIFile File,
|
DIType createObjCIVar(StringRef Name, DIFile File,
|
||||||
unsigned LineNo, uint64_t SizeInBits,
|
unsigned LineNo, uint64_t SizeInBits,
|
||||||
uint64_t AlignInBits, uint64_t OffsetInBits,
|
uint64_t AlignInBits, uint64_t OffsetInBits,
|
||||||
@ -228,7 +230,7 @@ namespace llvm {
|
|||||||
/// @param Scope Scope in which this class is defined.
|
/// @param Scope Scope in which this class is defined.
|
||||||
/// @param Name class name.
|
/// @param Name class name.
|
||||||
/// @param File File where this member is defined.
|
/// @param File File where this member is defined.
|
||||||
/// @param LineNo Line number.
|
/// @param LineNumber Line number.
|
||||||
/// @param SizeInBits Member size.
|
/// @param SizeInBits Member size.
|
||||||
/// @param AlignInBits Member alignment.
|
/// @param AlignInBits Member alignment.
|
||||||
/// @param OffsetInBits Member offset.
|
/// @param OffsetInBits Member offset.
|
||||||
@ -250,7 +252,7 @@ namespace llvm {
|
|||||||
/// @param Scope Scope in which this struct is defined.
|
/// @param Scope Scope in which this struct is defined.
|
||||||
/// @param Name Struct name.
|
/// @param Name Struct name.
|
||||||
/// @param File File where this member is defined.
|
/// @param File File where this member is defined.
|
||||||
/// @param LineNo Line number.
|
/// @param LineNumber Line number.
|
||||||
/// @param SizeInBits Member size.
|
/// @param SizeInBits Member size.
|
||||||
/// @param AlignInBits Member alignment.
|
/// @param AlignInBits Member alignment.
|
||||||
/// @param Flags Flags to encode member attribute, e.g. private
|
/// @param Flags Flags to encode member attribute, e.g. private
|
||||||
@ -265,7 +267,7 @@ namespace llvm {
|
|||||||
/// @param Scope Scope in which this union is defined.
|
/// @param Scope Scope in which this union is defined.
|
||||||
/// @param Name Union name.
|
/// @param Name Union name.
|
||||||
/// @param File File where this member is defined.
|
/// @param File File where this member is defined.
|
||||||
/// @param LineNo Line number.
|
/// @param LineNumber Line number.
|
||||||
/// @param SizeInBits Member size.
|
/// @param SizeInBits Member size.
|
||||||
/// @param AlignInBits Member alignment.
|
/// @param AlignInBits Member alignment.
|
||||||
/// @param Flags Flags to encode member attribute, e.g. private
|
/// @param Flags Flags to encode member attribute, e.g. private
|
||||||
@ -325,7 +327,7 @@ namespace llvm {
|
|||||||
/// @param Scope Scope in which this enumeration is defined.
|
/// @param Scope Scope in which this enumeration is defined.
|
||||||
/// @param Name Union name.
|
/// @param Name Union name.
|
||||||
/// @param File File where this member is defined.
|
/// @param File File where this member is defined.
|
||||||
/// @param LineNo Line number.
|
/// @param LineNumber Line number.
|
||||||
/// @param SizeInBits Member size.
|
/// @param SizeInBits Member size.
|
||||||
/// @param AlignInBits Member alignment.
|
/// @param AlignInBits Member alignment.
|
||||||
/// @param Elements Enumeration elements.
|
/// @param Elements Enumeration elements.
|
||||||
@ -337,9 +339,9 @@ namespace llvm {
|
|||||||
unsigned Flags);
|
unsigned Flags);
|
||||||
|
|
||||||
/// createSubroutineType - Create subroutine type.
|
/// createSubroutineType - Create subroutine type.
|
||||||
/// @param File File in which this subroutine is defined.
|
/// @param File File in which this subroutine is defined.
|
||||||
/// @param ParamterTypes An array of subroutine parameter types. This
|
/// @param ParameterTypes An array of subroutine parameter types. This
|
||||||
/// includes return type at 0th index.
|
/// includes return type at 0th index.
|
||||||
DIType createSubroutineType(DIFile File, DIArray ParameterTypes);
|
DIType createSubroutineType(DIFile File, DIArray ParameterTypes);
|
||||||
|
|
||||||
/// createArtificialType - Create a new DIType with "artificial" flag set.
|
/// createArtificialType - Create a new DIType with "artificial" flag set.
|
||||||
@ -383,9 +385,9 @@ namespace llvm {
|
|||||||
|
|
||||||
/// createStaticVariable - Create a new descriptor for the specified
|
/// createStaticVariable - Create a new descriptor for the specified
|
||||||
/// variable.
|
/// variable.
|
||||||
/// @param Conext Variable scope.
|
/// @param Context Variable scope.
|
||||||
/// @param Name Name of the variable.
|
/// @param Name Name of the variable.
|
||||||
/// @param LinakgeName Mangled name of the variable.
|
/// @param LinkageName Mangled name of the variable.
|
||||||
/// @param File File where this variable is defined.
|
/// @param File File where this variable is defined.
|
||||||
/// @param LineNo Line number.
|
/// @param LineNo Line number.
|
||||||
/// @param Ty Variable Type.
|
/// @param Ty Variable Type.
|
||||||
@ -426,7 +428,7 @@ namespace llvm {
|
|||||||
/// DW_TAG_arg_variable.
|
/// DW_TAG_arg_variable.
|
||||||
/// @param Scope Variable scope.
|
/// @param Scope Variable scope.
|
||||||
/// @param Name Variable name.
|
/// @param Name Variable name.
|
||||||
/// @param File File where this variable is defined.
|
/// @param F File where this variable is defined.
|
||||||
/// @param LineNo Line number.
|
/// @param LineNo Line number.
|
||||||
/// @param Ty Variable Type
|
/// @param Ty Variable Type
|
||||||
/// @param Addr An array of complex address operations.
|
/// @param Addr An array of complex address operations.
|
||||||
|
@ -581,8 +581,8 @@ public:
|
|||||||
|
|
||||||
/// Determine how a pair of casts can be eliminated, if they can be at all.
|
/// Determine how a pair of casts can be eliminated, if they can be at all.
|
||||||
/// This is a helper function for both CastInst and ConstantExpr.
|
/// This is a helper function for both CastInst and ConstantExpr.
|
||||||
/// @returns 0 if the CastInst pair can't be eliminated
|
/// @returns 0 if the CastInst pair can't be eliminated, otherwise
|
||||||
/// @returns Instruction::CastOps value for a cast that can replace
|
/// returns Instruction::CastOps value for a cast that can replace
|
||||||
/// the pair, casting SrcTy to DstTy.
|
/// the pair, casting SrcTy to DstTy.
|
||||||
/// @brief Determine if a cast pair is eliminable
|
/// @brief Determine if a cast pair is eliminable
|
||||||
static unsigned isEliminableCastPair(
|
static unsigned isEliminableCastPair(
|
||||||
|
@ -78,11 +78,11 @@ public:
|
|||||||
/// values. If not given, then only non-symbolic expressions will be
|
/// values. If not given, then only non-symbolic expressions will be
|
||||||
/// evaluated.
|
/// evaluated.
|
||||||
/// @result - True on success.
|
/// @result - True on success.
|
||||||
|
bool EvaluateAsAbsolute(int64_t &Res, const MCAsmLayout &Layout,
|
||||||
|
const SectionAddrMap &Addrs) const;
|
||||||
bool EvaluateAsAbsolute(int64_t &Res) const;
|
bool EvaluateAsAbsolute(int64_t &Res) const;
|
||||||
bool EvaluateAsAbsolute(int64_t &Res, const MCAssembler &Asm) const;
|
bool EvaluateAsAbsolute(int64_t &Res, const MCAssembler &Asm) const;
|
||||||
bool EvaluateAsAbsolute(int64_t &Res, const MCAsmLayout &Layout) const;
|
bool EvaluateAsAbsolute(int64_t &Res, const MCAsmLayout &Layout) const;
|
||||||
bool EvaluateAsAbsolute(int64_t &Res, const MCAsmLayout &Layout,
|
|
||||||
const SectionAddrMap &Addrs) const;
|
|
||||||
|
|
||||||
/// EvaluateAsRelocatable - Try to evaluate the expression to a relocatable
|
/// EvaluateAsRelocatable - Try to evaluate the expression to a relocatable
|
||||||
/// value, i.e. an expression of the fixed form (a - b + constant).
|
/// value, i.e. an expression of the fixed form (a - b + constant).
|
||||||
|
@ -581,9 +581,6 @@ namespace llvm {
|
|||||||
///
|
///
|
||||||
/// \param ShowInst - Whether to show the MCInst representation inline with
|
/// \param ShowInst - Whether to show the MCInst representation inline with
|
||||||
/// the assembly.
|
/// the assembly.
|
||||||
///
|
|
||||||
/// \param DecodeLSDA - If true, emit comments that translates the LSDA into a
|
|
||||||
/// human readable format. Only usable with CFI.
|
|
||||||
MCStreamer *createAsmStreamer(MCContext &Ctx, formatted_raw_ostream &OS,
|
MCStreamer *createAsmStreamer(MCContext &Ctx, formatted_raw_ostream &OS,
|
||||||
bool isVerboseAsm,
|
bool isVerboseAsm,
|
||||||
bool useLoc,
|
bool useLoc,
|
||||||
|
@ -99,8 +99,8 @@ public:
|
|||||||
/// enough bytes to extract this value, the offset will be left
|
/// enough bytes to extract this value, the offset will be left
|
||||||
/// unmodified.
|
/// unmodified.
|
||||||
///
|
///
|
||||||
/// @param[in] byte_size
|
/// @param[in] size
|
||||||
/// The size in byte of the integer to extract.
|
/// The size in bytes of the integer to extract.
|
||||||
///
|
///
|
||||||
/// @return
|
/// @return
|
||||||
/// The sign extended signed integer value that was extracted,
|
/// The sign extended signed integer value that was extracted,
|
||||||
|
@ -683,8 +683,8 @@ namespace sys {
|
|||||||
/// This function returns status information about the file. The type of
|
/// This function returns status information about the file. The type of
|
||||||
/// path (file or directory) is updated to reflect the actual contents
|
/// path (file or directory) is updated to reflect the actual contents
|
||||||
/// of the file system.
|
/// of the file system.
|
||||||
/// @returns 0 on failure, with Error explaining why (if non-zero)
|
/// @returns 0 on failure, with Error explaining why (if non-zero),
|
||||||
/// @returns a pointer to a FileStatus structure on success.
|
/// otherwise returns a pointer to a FileStatus structure on success.
|
||||||
/// @brief Get file status.
|
/// @brief Get file status.
|
||||||
const FileStatus *getFileStatus(
|
const FileStatus *getFileStatus(
|
||||||
bool forceUpdate = false, ///< Force an update from the file system
|
bool forceUpdate = false, ///< Force an update from the file system
|
||||||
|
@ -133,7 +133,7 @@ void replace_extension(SmallVectorImpl<char> &path, const Twine &extension);
|
|||||||
/// foo + bar/f => foo/bar/f
|
/// foo + bar/f => foo/bar/f
|
||||||
///
|
///
|
||||||
/// @param path Set to \a path + \a component.
|
/// @param path Set to \a path + \a component.
|
||||||
/// @param component The component to be appended to \a path.
|
/// @param a The component to be appended to \a path.
|
||||||
void append(SmallVectorImpl<char> &path, const Twine &a,
|
void append(SmallVectorImpl<char> &path, const Twine &a,
|
||||||
const Twine &b = "",
|
const Twine &b = "",
|
||||||
const Twine &c = "",
|
const Twine &c = "",
|
||||||
|
@ -145,7 +145,7 @@ public:
|
|||||||
/// GetMessage - Return an SMDiagnostic at the specified location with the
|
/// GetMessage - Return an SMDiagnostic at the specified location with the
|
||||||
/// specified string.
|
/// specified string.
|
||||||
///
|
///
|
||||||
/// @param Type - If non-null, the kind of message (e.g., "error") which is
|
/// @param Msg If non-null, the kind of message (e.g., "error") which is
|
||||||
/// prefixed to the message.
|
/// prefixed to the message.
|
||||||
SMDiagnostic GetMessage(SMLoc Loc, DiagKind Kind, const Twine &Msg,
|
SMDiagnostic GetMessage(SMLoc Loc, DiagKind Kind, const Twine &Msg,
|
||||||
ArrayRef<SMRange> Ranges = ArrayRef<SMRange>()) const;
|
ArrayRef<SMRange> Ranges = ArrayRef<SMRange>()) const;
|
||||||
|
@ -153,7 +153,6 @@ namespace sys {
|
|||||||
|
|
||||||
/// Determine if \p this is greater than or equal to \p that.
|
/// Determine if \p this is greater than or equal to \p that.
|
||||||
/// @returns True iff *this >= that.
|
/// @returns True iff *this >= that.
|
||||||
/// @brief True if this >= that.
|
|
||||||
int operator >= (const TimeValue &that) const {
|
int operator >= (const TimeValue &that) const {
|
||||||
if ( this->seconds_ > that.seconds_ ) {
|
if ( this->seconds_ > that.seconds_ ) {
|
||||||
return 1;
|
return 1;
|
||||||
@ -164,7 +163,7 @@ namespace sys {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Determines if two TimeValue objects represent the same moment in time.
|
/// Determines if two TimeValue objects represent the same moment in time.
|
||||||
/// @brief True iff *this == that.
|
/// @returns True iff *this == that.
|
||||||
int operator == (const TimeValue &that) const {
|
int operator == (const TimeValue &that) const {
|
||||||
return (this->seconds_ == that.seconds_) &&
|
return (this->seconds_ == that.seconds_) &&
|
||||||
(this->nanos_ == that.nanos_);
|
(this->nanos_ == that.nanos_);
|
||||||
@ -172,8 +171,7 @@ namespace sys {
|
|||||||
|
|
||||||
/// Determines if two TimeValue objects represent times that are not the
|
/// Determines if two TimeValue objects represent times that are not the
|
||||||
/// same.
|
/// same.
|
||||||
/// @return True iff *this != that.
|
/// @returns True iff *this != that.
|
||||||
/// @brief True if this != that.
|
|
||||||
int operator != (const TimeValue &that) const { return !(*this == that); }
|
int operator != (const TimeValue &that) const { return !(*this == that); }
|
||||||
|
|
||||||
/// Adds two TimeValue objects together.
|
/// Adds two TimeValue objects together.
|
||||||
|
@ -166,7 +166,7 @@ public:
|
|||||||
///
|
///
|
||||||
/// @param Symbol - The common symbol to emit.
|
/// @param Symbol - The common symbol to emit.
|
||||||
/// @param Size - The size of the common symbol.
|
/// @param Size - The size of the common symbol.
|
||||||
/// @param Size - The alignment of the common symbol in bytes.
|
/// @param ByteAlignment - The alignment of the common symbol in bytes.
|
||||||
virtual void EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size,
|
virtual void EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size,
|
||||||
unsigned ByteAlignment);
|
unsigned ByteAlignment);
|
||||||
|
|
||||||
|
@ -29,8 +29,8 @@ namespace llvm {
|
|||||||
/// Compute the layout of a table that contains all the sequences, possibly by
|
/// Compute the layout of a table that contains all the sequences, possibly by
|
||||||
/// reusing entries.
|
/// reusing entries.
|
||||||
///
|
///
|
||||||
/// @param SeqT The sequence container. (vector or string).
|
/// @tparam SeqT The sequence container. (vector or string).
|
||||||
/// @param Less A stable comparator for SeqT elements.
|
/// @tparam Less A stable comparator for SeqT elements.
|
||||||
template<typename SeqT, typename Less = std::less<typename SeqT::value_type> >
|
template<typename SeqT, typename Less = std::less<typename SeqT::value_type> >
|
||||||
class SequenceToOffsetTable {
|
class SequenceToOffsetTable {
|
||||||
typedef typename SeqT::value_type ElemT;
|
typedef typename SeqT::value_type ElemT;
|
||||||
|
@ -143,7 +143,7 @@ private:
|
|||||||
/// @param hasREX_WPrefix - Indicates whether the instruction has a REX.W
|
/// @param hasREX_WPrefix - Indicates whether the instruction has a REX.W
|
||||||
/// prefix. If it does, 32-bit register operands stay
|
/// prefix. If it does, 32-bit register operands stay
|
||||||
/// 32-bit regardless of the operand size.
|
/// 32-bit regardless of the operand size.
|
||||||
/// @param hasOpSizePrefix- Indicates whether the instruction has an OpSize
|
/// @param hasOpSizePrefix Indicates whether the instruction has an OpSize
|
||||||
/// prefix. If it does not, then 16-bit register
|
/// prefix. If it does not, then 16-bit register
|
||||||
/// operands stay 16-bit.
|
/// operands stay 16-bit.
|
||||||
/// @return - The operand's type.
|
/// @return - The operand's type.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user