mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-03 15:36:21 +00:00
add comments, don't require inlined-at to be specified.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100092 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
255f20f7f7
commit
f0100ff3f6
@ -37,8 +37,10 @@ namespace llvm {
|
|||||||
public:
|
public:
|
||||||
NewDebugLoc() : LineCol(0), ScopeIdx(0) {} // Defaults to unknown.
|
NewDebugLoc() : LineCol(0), ScopeIdx(0) {} // Defaults to unknown.
|
||||||
|
|
||||||
|
/// get - Get a new DebugLoc that corresponds to the specified line/col
|
||||||
|
/// scope/inline location.
|
||||||
static NewDebugLoc get(unsigned Line, unsigned Col,
|
static NewDebugLoc get(unsigned Line, unsigned Col,
|
||||||
MDNode *Scope, MDNode *InlinedAt);
|
MDNode *Scope, MDNode *InlinedAt = 0);
|
||||||
|
|
||||||
/// getFromDILocation - Translate the DILocation quad into a NewDebugLoc.
|
/// getFromDILocation - Translate the DILocation quad into a NewDebugLoc.
|
||||||
static NewDebugLoc getFromDILocation(MDNode *N);
|
static NewDebugLoc getFromDILocation(MDNode *N);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user