Searched refs:DILocation (Results 1 – 5 of 5) sorted by relevance
665 class DILocation : public DIDescriptor {667 explicit DILocation(const MDNode *N) : DIDescriptor(N) { } in DILocation() function672 DILocation getOrigLocation() const { return getFieldAs<DILocation>(3); } in getOrigLocation()767 void processLocation(DILocation Loc);
118 DILocation Loc(N); in getFromDILocation()
528 bool DILocation::Verify() const { in Verify()878 void DebugInfoFinder::processLocation(DILocation Loc) { in processLocation()
844 ``Instruction::getMetadata()`` and ``DILocation::getLineNumber()``.849 DILocation Loc(N); // DILocation is in DebugInfo.h
534 DILocation DL(Scope->getInlinedAt()); in constructInlinedScopeDIE()