Searched refs:getInlinedAt (Results 1 – 7 of 7) sorted by relevance
85 MDNode *getInlinedAt(const LLVMContext &Ctx) const;
36 MDNode *DebugLoc::getInlinedAt(const LLVMContext &Ctx) const { in getInlinedAt() function in DebugLoc153 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx)); in dump()
57 if (MDNode *N = DL.getInlinedAt(getGlobalContext())) { in printDebugLoc()
749 if (MDNode *IA = DL.getInlinedAt(Ctx)) { in updateInlinedAtInfo()777 MDNode *InlinedAt = BI->getDebugLoc().getInlinedAt(Ctx); in fixupLineNumbers()
159 const MDNode *getInlinedAt() const { return InlinedAtLocation; } in getInlinedAt() function in llvm::DbgScope615 DILocation DL(Scope->getInlinedAt()); in constructInlinedScopeDIE()798 if (Scope->getInlinedAt()) in constructScopeDIE()1807 if (MDNode *InlinedAt = DL.getInlinedAt(Ctx)) in getScopeNode()2088 if (MDNode *IA = DL.getInlinedAt(Ctx)) in findDbgScope()
817 if (MDNode *IA = Loc.getInlinedAt(Ctx)) in processModule()
1334 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx)); in printDebugLoc()