Searched refs:getInlinedAt (Results 1 – 10 of 10) sorted by relevance
37 MDNode *DebugLoc::getInlinedAt(const LLVMContext &Ctx) const { in getInlinedAt() function in DebugLoc74 if (MDNode *InlinedAt = getInlinedAt(Ctx)) in getScopeNode()160 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx)); in dump()183 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx)); in print()
152 MDNode *DIVariable::getInlinedAt() const { return getNodeField(DbgNode, 7); } in getInlinedAt() function in DIVariable1428 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx)); in printDebugLoc()1442 if (MDNode *InlinedAt = getInlinedAt()) { in printExtendedName()
87 MDNode *getInlinedAt(const LLVMContext &Ctx) const;
685 MDNode *getInlinedAt() const;
59 if (MDNode *N = DL.getInlinedAt(getGlobalContext())) { in printDebugLoc()
58 const MDNode *getInlinedAt() const { return InlinedAtLocation; } in getInlinedAt() function
447 if (MDNode *IA = DL.getInlinedAt(Ctx)) { in updateInlinedAtInfo()480 MDNode *InlinedAt = BI->getDebugLoc().getInlinedAt(Ctx); in fixupLineNumbers()
434 DILocation DL(Scope->getInlinedAt()); in constructInlinedScopeDIE()504 assert(!Scope->getInlinedAt()); in constructAbstractSubprogramScopeDIE()542 assert(!Scope->getInlinedAt()); in constructSubprogramScopeDIE()565 assert((Scope->getInlinedAt() || !DS.isSubprogram()) && in constructScopeDIE()1212 else if (MDNode *IA = DV.getInlinedAt()) { in collectVariableInfo()
257 Loc.getInlinedAt(RealInst->getContext())); in visitInstruction()
1667 if (MDNode *InlinedAt = DV.getInlinedAt()) { in print()