forked from OSchip/llvm-project
parent
6878214bc9
commit
263e32eda2
|
@ -506,7 +506,7 @@ namespace llvm {
|
||||||
/// @param Ty Variable Type
|
/// @param Ty Variable Type
|
||||||
/// @param AlwaysPreserve Boolean. Set to true if debug info for this
|
/// @param AlwaysPreserve Boolean. Set to true if debug info for this
|
||||||
/// variable should be preserved in optimized build.
|
/// variable should be preserved in optimized build.
|
||||||
/// @param Flags Flags, e.g. artificial variable.
|
/// @param Flags Flags, e.g. artificial variable.
|
||||||
/// @param ArgNo If this variable is an argument then this argument's
|
/// @param ArgNo If this variable is an argument then this argument's
|
||||||
/// number. 1 indicates 1st argument.
|
/// number. 1 indicates 1st argument.
|
||||||
DIVariable createLocalVariable(unsigned Tag, DIDescriptor Scope,
|
DIVariable createLocalVariable(unsigned Tag, DIDescriptor Scope,
|
||||||
|
@ -546,7 +546,7 @@ namespace llvm {
|
||||||
/// @param isDefinition True if this is a function definition.
|
/// @param isDefinition True if this is a function definition.
|
||||||
/// @param ScopeLine Set to the beginning of the scope this starts
|
/// @param ScopeLine Set to the beginning of the scope this starts
|
||||||
/// @param Flags e.g. is this function prototyped or not.
|
/// @param Flags e.g. is this function prototyped or not.
|
||||||
/// This flags are used to emit dwarf attributes.
|
/// These flags are used to emit dwarf attributes.
|
||||||
/// @param isOptimized True if optimization is ON.
|
/// @param isOptimized True if optimization is ON.
|
||||||
/// @param Fn llvm::Function pointer.
|
/// @param Fn llvm::Function pointer.
|
||||||
/// @param TParam Function template parameters.
|
/// @param TParam Function template parameters.
|
||||||
|
|
Loading…
Reference in New Issue