Searched refs:printDebugLoc (Results 1 – 3 of 3) sorted by relevance
/external/llvm/tools/llvm-dis/ |
D | llvm-dis.cpp | 57 static void printDebugLoc(const DebugLoc &DL, formatted_raw_ostream &OS) { in printDebugLoc() function 63 printDebugLoc(IDL,OS); in printDebugLoc() 90 printDebugLoc(DL,OS); in printInfoComment()
|
/external/llvm/lib/IR/ |
D | DebugInfo.cpp | 1418 static void printDebugLoc(DebugLoc DL, raw_ostream &CommentOS, in printDebugLoc() function 1431 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc() 1446 printDebugLoc(InlinedAtDL, OS, Ctx); in printExtendedName()
|
/external/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 1453 static void printDebugLoc(DebugLoc DL, const MachineFunction *MF, in printDebugLoc() function 1671 printDebugLoc(InlinedAtDL, MF, OS); in print() 1678 printDebugLoc(debugLoc, MF, OS); in print()
|