Searched refs:printDebugLoc (Results 1 – 3 of 3) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 59 static void printDebugLoc(const DebugLoc &DL, formatted_raw_ostream &OS) { in printDebugLoc() function 65 printDebugLoc(IDL,OS); in printDebugLoc() 92 printDebugLoc(DL,OS); in printInfoComment()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 1414 static void printDebugLoc(DebugLoc DL, raw_ostream &CommentOS, in printDebugLoc() function 1427 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc() 1442 printDebugLoc(InlinedAtDL, OS, Ctx); in printExtendedName()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineInstr.cpp | 1526 static void printDebugLoc(DebugLoc DL, const MachineFunction *MF, in printDebugLoc() function 1752 printDebugLoc(InlinedAtDL, MF, OS); in print() 1761 printDebugLoc(debugLoc, MF, OS); in print()
|