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

/freebsd-10.1-release/contrib/llvm/include/llvm/
H A DDebugInfo.h662 /// DILocation - This object holds location information. This object
664 class DILocation : public DIDescriptor { class in namespace:llvm
666 explicit DILocation(const MDNode *N) : DIDescriptor(N) {} function in class:llvm::DILocation
671 DILocation getOrigLocation() const { return getFieldAs<DILocation>(3); }
783 /// processLocation - Process DILocation.
784 void processLocation(const Module &M, DILocation Loc);
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DDebugLoc.cpp99 /// DILocation compatible MDNode.
116 /// getFromDILocation - Translate the DILocation quad into a DebugLoc.
118 DILocation Loc(N);
H A DDebugInfo.cpp560 bool DILocation::Verify() const {
1004 /// processLocation - Process DILocation.
1005 void DebugInfoFinder::processLocation(const Module &M, DILocation Loc) {
H A DVerifier.cpp2134 Finder.processLocation(*Mod, DILocation(MD));
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp570 DILocation DL(Scope->getInlinedAt());

Completed in 205 milliseconds