Home
last modified time | relevance | path

Searched refs:InlinedAtDL (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/VMCore/
DDebugLoc.cpp153 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx)); in dump() local
154 if (!InlinedAtDL.isUnknown()) { in dump()
156 InlinedAtDL.dump(Ctx); in dump()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp747 const DebugLoc &InlinedAtDL, in updateInlinedAtInfo() argument
751 = updateInlinedAtInfo(DebugLoc::getFromDILocation(IA), InlinedAtDL, Ctx); in updateInlinedAtInfo()
757 InlinedAtDL.getAsMDNode(Ctx)); in updateInlinedAtInfo()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp1334 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx)); in printDebugLoc() local
1335 if (!InlinedAtDL.isUnknown()) { in printDebugLoc()
1337 printDebugLoc(InlinedAtDL, MF, CommentOS); in printDebugLoc()