Searched refs:DILocation (Results 1 – 6 of 6) sorted by relevance
625 class DILocation : public DIDescriptor {627 explicit DILocation(const MDNode *N) : DIDescriptor(N) { } in DILocation() function632 DILocation getOrigLocation() const { return getFieldAs<DILocation>(3); } in getOrigLocation()737 void processLocation(DILocation Loc);
118 DILocation Loc(N); in getFromDILocation()
538 bool DILocation::Verify() const { in Verify()914 void DebugInfoFinder::processLocation(DILocation Loc) { in processLocation()
2101 Finder.processLocation(DILocation(MD)); in visitInstruction()
876 ``Instruction::getMetadata()`` and ``DILocation::getLineNumber()``.881 DILocation Loc(N); // DILocation is in DebugInfo.h
537 DILocation DL(Scope->getInlinedAt()); in constructInlinedScopeDIE()