Searched refs:printDebugLoc (Results 1 – 3 of 3) sorted by relevance
/external/llvm/tools/llvm-dis/ |
D | llvm-dis.cpp | 56 static void printDebugLoc(const DebugLoc &DL, formatted_raw_ostream &OS) { in printDebugLoc() function 62 printDebugLoc(IDL,OS); in printDebugLoc() 89 printDebugLoc(DL,OS); in printInfoComment()
|
/external/llvm/lib/IR/ |
D | DebugInfo.cpp | 1164 static void printDebugLoc(DebugLoc DL, raw_ostream &CommentOS, in printDebugLoc() function 1179 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc() 1194 printDebugLoc(InlinedAtDL, OS, Ctx); in printExtendedName()
|
/external/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 1409 static void printDebugLoc(DebugLoc DL, const MachineFunction *MF, in printDebugLoc() function 1425 printDebugLoc(InlinedAtDL, MF, CommentOS); in printDebugLoc() 1643 printDebugLoc(InlinedAtDL, MF, OS); in print() 1650 printDebugLoc(debugLoc, MF, OS); in print()
|