Lines Matching refs:DebugLoc
18 DebugLoc::DebugLoc(const DILocation *L) : Loc(const_cast<DILocation *>(L)) {} in DebugLoc() function in DebugLoc
19 DebugLoc::DebugLoc(const MDNode *L) : Loc(const_cast<MDNode *>(L)) {} in DebugLoc() function in DebugLoc
21 DILocation *DebugLoc::get() const { in get()
25 unsigned DebugLoc::getLine() const { in getLine()
30 unsigned DebugLoc::getCol() const { in getCol()
35 MDNode *DebugLoc::getScope() const { in getScope()
40 DILocation *DebugLoc::getInlinedAt() const { in getInlinedAt()
45 MDNode *DebugLoc::getInlinedAtScope() const { in getInlinedAtScope()
49 DebugLoc DebugLoc::getFnDebugLoc() const { in getFnDebugLoc()
53 return DebugLoc::get(SP->getScopeLine(), 0, SP); in getFnDebugLoc()
55 return DebugLoc(); in getFnDebugLoc()
58 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, const MDNode *Scope, in get()
62 return DebugLoc(); in get()
69 LLVM_DUMP_METHOD void DebugLoc::dump() const { in dump()
77 if (DebugLoc InlinedAtDL = DebugLoc(getInlinedAt())) { in dump()
85 void DebugLoc::print(raw_ostream &OS) const { in print()
96 if (DebugLoc InlinedAtDL = getInlinedAt()) { in print()