Searched refs:DILocation (Results 1 – 13 of 13) sorted by relevance
20 unsigned DebugLoc::getLine() const { return DILocation(Loc).getLineNumber(); } in getLine()21 unsigned DebugLoc::getCol() const { return DILocation(Loc).getColumnNumber(); } in getCol()23 MDNode *DebugLoc::getScope() const { return DILocation(Loc).getScope(); } in getScope()26 return DILocation(Loc).getOrigLocation(); in getInlinedAt()
597 bool DILocation::Verify() const { in Verify()831 DILocation DILocation::copyWithNewScope(LLVMContext &Ctx, in copyWithNewScope()837 return DILocation(MDLocation::get(Ctx, Old->getLine(), Old->getColumn(), in copyWithNewScope()841 unsigned DILocation::computeNewDiscriminator(LLVMContext &Ctx) { in computeNewDiscriminator()1011 void DebugInfoFinder::processLocation(const Module &M, DILocation Loc) { in processLocation()
138 DILocation DIL(getDebugLoc().getAsMDNode(getFunction().getContext())); in getLocation()
2825 Finder.processLocation(*M, DILocation(MD)); in processInstructions()
179 DILocation LastDIL(LastLoc.getAsMDNode(Ctx)); in runOnFunction()186 DILocation FirstDIL(FirstLoc.getAsMDNode(Ctx)); in runOnFunction()201 DILocation NewDIL = FirstDIL.copyWithNewScope(Ctx, NewScope); in runOnFunction()
876 class DILocation : public DIDescriptor {878 explicit DILocation(const MDNode *N) : DIDescriptor(N) {} in DILocation() function895 DILocation getOrigLocation() const { in getOrigLocation()897 return DILocation(dyn_cast_or_null<MDNode>(L->getInlinedAt())); in getOrigLocation()898 return DILocation(nullptr); in getOrigLocation()903 bool atSameLineAs(const DILocation &Other) const { in atSameLineAs()930 DILocation copyWithNewScope(LLVMContext &Ctx, DILexicalBlockFile NewScope);1043 void processLocation(const Module &M, DILocation Loc);
140 DILocation Loc(N); in fixCalls()
224 DILocation DIL(DLoc.getAsMDNode(*Ctx)); in getInstWeight()
440 DILocation DL(Scope->getInlinedAt()); in constructInlinedScopeDIE()
377 DILocation DIL(N); in getInstrDbgLocationInfo()
863 ``Instruction::getMetadata()`` and ``DILocation::getLineNumber()``.868 DILocation Loc(N); // DILocation is in DebugInfo.h
263 MDLocation (aka DebugLoc aka DILocation)
1064 DILocation Loc(N); in runOnModule()