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()
55 return DebugLoc(); in getFnDebugLoc()
58 bool DebugLoc::isImplicitCode() const { in isImplicitCode()
65 void DebugLoc::setImplicitCode(bool ImplicitCode) { in setImplicitCode()
71 DebugLoc DebugLoc::appendInlinedAt(const DebugLoc &DL, DILocation *InlinedAt, in appendInlinedAt()
101 LLVM_DUMP_METHOD void DebugLoc::dump() const { print(dbgs()); } in dump()
104 void DebugLoc::print(raw_ostream &OS) const { in print()
115 if (DebugLoc InlinedAtDL = getInlinedAt()) { in print()