Searched defs:DILocation (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DDebugInfo.h781 /// DILocation - This object holds location information. This object
783 class DILocation : public DIDescriptor { class in namespace:llvm
785 explicit DILocation(const MDNode *N) : DIDescriptor(N) { } function in class:llvm::DILocation
790 DILocation getOrigLocation() const { return getFieldAs<DILocation>(3); }
888 /// processLocation - Process DILocation.
889 void processLocation(DILocation Loc);

Completed in 39 milliseconds