Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugLoc.cpp154 if (DebugLoc InlinedAtDL = getInlinedAt()) { in print() local
156 InlinedAtDL.print(OS); in print()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp688 DebugLoc InlinedAtDL = DL.getInlinedAt(); in printDebugLoc() local
689 if (!InlinedAtDL) in printDebugLoc()
693 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()
714 if (DebugLoc InlinedAtDL = InlinedAt) { in printExtendedName() local
716 printDebugLoc(InlinedAtDL, OS, Ctx); in printExtendedName()