projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
719f6a9
)
Missed earlier. This is part of previous check-in. (r102661 - refactor.)
author
Devang Patel
<dpatel@apple.com>
Thu, 29 Apr 2010 20:48:12 +0000
(20:48 +0000)
committer
Devang Patel
<dpatel@apple.com>
Thu, 29 Apr 2010 20:48:12 +0000
(20:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102662
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Analysis/DebugInfo.h
patch
|
blob
|
history
diff --git
a/include/llvm/Analysis/DebugInfo.h
b/include/llvm/Analysis/DebugInfo.h
index d68bfa3c0dfed34be2fda32c4c5094dc7db0371c..3c43724b7672bf6c0cf9d0575ed48493493e600f 100644
(file)
--- a/
include/llvm/Analysis/DebugInfo.h
+++ b/
include/llvm/Analysis/DebugInfo.h
@@
-474,6
+474,10
@@
namespace llvm {
return getType().isBlockByrefStruct();
}
+ /// isInlinedFnArgument - Return trule if this variable provides debugging
+ /// information for an inlined function arguments.
+ bool isInlinedFnArgument(const Function *CurFn);
+
/// dump - print variable.
void dump() const;
};