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

/external/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp179 DILocation LastDIL(LastLoc.getAsMDNode(Ctx));
186 DILocation FirstDIL(FirstLoc.getAsMDNode(Ctx));
203 DILocation NewDIL = FirstDIL.copyWithNewScope(Ctx, NewScope);
/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);
/external/llvm/lib/IR/
H A DDiagnosticInfo.cpp137 DILocation DIL(getDebugLoc().getAsMDNode(getFunction().getContext()));
H A DDebugInfo.cpp585 bool DILocation::Verify() const {
839 DILocation DILocation::copyWithNewScope(LLVMContext &Ctx,
850 return DILocation(NewDIL);
855 unsigned DILocation::computeNewDiscriminator(LLVMContext &Ctx) {
1044 /// processLocation - Process DILocation.
1045 void DebugInfoFinder::processLocation(const Module &M, DILocation Loc) {
H A DDebugLoc.cpp119 /// DILocation-compatible MDNode.
136 /// getFromDILocation - Translate the DILocation quad into a DebugLoc.
138 DILocation Loc(N);
H A DVerifier.cpp2567 Finder.processLocation(*M, DILocation(MD));
/external/llvm/lib/Transforms/Scalar/
H A DSampleProfile.cpp547 DILocation DIL(DLoc.getAsMDNode(*Ctx));
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp434 DILocation DL(Scope->getInlinedAt());

Completed in 424 milliseconds