Lines Matching refs:Loc
17 DebugLoc::DebugLoc(const DILocation *L) : Loc(const_cast<DILocation *>(L)) {} in DebugLoc()
18 DebugLoc::DebugLoc(const MDNode *L) : Loc(const_cast<MDNode *>(L)) {} in DebugLoc()
21 return cast_or_null<DILocation>(Loc.get()); in get()
45 return cast<DILocation>(Loc)->getInlinedAtScope(); in getInlinedAtScope()
58 if (DILocation *Loc = get()) { in isImplicitCode() local
59 return Loc->isImplicitCode(); in isImplicitCode()
65 if (DILocation *Loc = get()) { in setImplicitCode() local
66 Loc->setImplicitCode(ImplicitCode); in setImplicitCode()
78 for (DILocation *Loc = RootLoc; Loc; Loc = Loc->getInlinedAt()) { in replaceInlinedAtSubprogram() local
79 if (auto It = Cache.find(Loc); It != Cache.end()) { in replaceInlinedAtSubprogram()
83 LocChain.push_back(Loc); in replaceInlinedAtSubprogram()
144 if (!Loc) in print()