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

/external/llvm/include/llvm/IR/
H A DDebugInfo.h717 /// DILocation - This object holds location information. This object
719 class DILocation : public DIDescriptor { class in namespace:llvm
721 explicit DILocation(const MDNode *N) : DIDescriptor(N) {} function in class:llvm::DILocation
726 DILocation getOrigLocation() const { return getFieldAs<DILocation>(3); }
730 bool atSameLineAs(const DILocation &Other) const {
750 DILocation copyWithNewScope(LLVMContext &Ctx, DILexicalBlock NewScope);
861 /// processLocation - Process DILocation.
862 void processLocation(const Module &M, DILocation Loc);

Completed in 33 milliseconds