Searched refs:InlinedAtDL (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/IR/ |
D | DebugLoc.cpp | 77 if (DebugLoc InlinedAtDL = DebugLoc(getInlinedAt())) { in dump() local 79 InlinedAtDL.dump(); in dump() 96 if (DebugLoc InlinedAtDL = getInlinedAt()) { in print() local 98 InlinedAtDL.print(OS); in print()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DebugLoc.cpp | 117 if (DebugLoc InlinedAtDL = getInlinedAt()) { in print() local 119 InlinedAtDL.print(OS); in print()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | DebugLoc.cpp | 153 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx)); in dump() local 154 if (!InlinedAtDL.isUnknown()) { in dump() 156 InlinedAtDL.dump(Ctx); in dump()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | DebugInfo.cpp | 767 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx)); in printDebugLoc() local 768 if (!InlinedAtDL.isUnknown()) { in printDebugLoc() 770 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc() 782 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(InlinedAt); in printExtendedName() local 783 if (!InlinedAtDL.isUnknown()) { in printExtendedName() 785 printDebugLoc(InlinedAtDL, OS, Ctx); in printExtendedName()
|
/external/llvm/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 373 DebugLoc InlinedAtDL = DL.getInlinedAt(); in printDebugLoc() local 374 if (!InlinedAtDL) in printDebugLoc() 378 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc() 389 if (DebugLoc InlinedAtDL = InlinedAt) { in printExtendedName() local 391 printDebugLoc(InlinedAtDL, OS, Ctx); in printExtendedName()
|
D | MachineInstr.cpp | 1921 DebugLoc InlinedAtDL(InlinedAt); in print() local 1922 if (InlinedAtDL && MF) { in print() 1924 InlinedAtDL.print(OS); in print()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 423 DebugLoc InlinedAtDL = DL.getInlinedAt(); in printDebugLoc() local 424 if (!InlinedAtDL) in printDebugLoc() 428 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc() 439 if (DebugLoc InlinedAtDL = InlinedAt) { in printExtendedName() local 441 printDebugLoc(InlinedAtDL, OS, Ctx); in printExtendedName()
|
D | MachineInstr.cpp | 1545 DebugLoc InlinedAtDL(InlinedAt); in print() local 1546 if (InlinedAtDL && MF) { in print() 1548 InlinedAtDL.print(OS); in print()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineInstr.cpp | 1346 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx)); in printDebugLoc() local 1347 if (!InlinedAtDL.isUnknown()) { in printDebugLoc() 1349 printDebugLoc(InlinedAtDL, MF, CommentOS); in printDebugLoc() 1546 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(InlinedAt); in print() local 1547 if (!InlinedAtDL.isUnknown()) { in print() 1549 printDebugLoc(InlinedAtDL, MF, OS); in print()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 842 const DebugLoc &InlinedAtDL, in updateInlinedAtInfo() argument 846 = updateInlinedAtInfo(DebugLoc::getFromDILocation(IA), InlinedAtDL, Ctx); in updateInlinedAtInfo() 852 InlinedAtDL.getAsMDNode(Ctx)); in updateInlinedAtInfo()
|