Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDebugLoc.cpp160 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx)); in dump() local
161 if (!InlinedAtDL.isUnknown()) { in dump()
163 InlinedAtDL.dump(Ctx); in dump()
183 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx)); in print() local
184 if (!InlinedAtDL.isUnknown()) { in print()
186 InlinedAtDL.print(Ctx, OS); in print()
DDebugInfo.cpp1428 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx)); in printDebugLoc() local
1429 if (!InlinedAtDL.isUnknown()) { in printDebugLoc()
1431 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()
1443 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(InlinedAt); in printExtendedName() local
1444 if (!InlinedAtDL.isUnknown()) { in printExtendedName()
1446 printDebugLoc(InlinedAtDL, OS, Ctx); in printExtendedName()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp445 const DebugLoc &InlinedAtDL, in updateInlinedAtInfo() argument
449 = updateInlinedAtInfo(DebugLoc::getFromDILocation(IA), InlinedAtDL, Ctx); in updateInlinedAtInfo()
455 InlinedAtDL.getAsMDNode(Ctx)); in updateInlinedAtInfo()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp1668 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(InlinedAt); in print() local
1669 if (!InlinedAtDL.isUnknown() && MF) { in print()
1671 printDebugLoc(InlinedAtDL, MF, OS); in print()