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

/external/llvm/lib/IR/
H A DDebugLoc.cpp75 return DebugLoc::getFromDILocation(InlinedAt).getScopeNode(Ctx);
136 /// getFromDILocation - Translate the DILocation quad into a DebugLoc.
137 DebugLoc DebugLoc::getFromDILocation(MDNode *N) { function in class:DebugLoc
160 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx));
183 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx));

Completed in 160 milliseconds