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

/external/llvm/lib/IR/
H A DDebugLoc.cpp78 if (DebugLoc InlinedAtDL = DebugLoc(getInlinedAt())) {
80 InlinedAtDL.dump();
97 if (DebugLoc InlinedAtDL = getInlinedAt()) {
99 InlinedAtDL.print(OS);
/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp372 DebugLoc InlinedAtDL = DL.getInlinedAt(); local
373 if (!InlinedAtDL)
377 printDebugLoc(InlinedAtDL, CommentOS, Ctx);
388 if (DebugLoc InlinedAtDL = InlinedAt) {
390 printDebugLoc(InlinedAtDL, OS, Ctx);
H A DMachineInstr.cpp1716 DebugLoc InlinedAtDL(InlinedAt);
1717 if (InlinedAtDL && MF) {
1719 InlinedAtDL.print(OS);

Completed in 115 milliseconds