Home
last modified time | relevance | path

Searched refs:printDebugLoc (Results 1 – 3 of 3) sorted by relevance

/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp56 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/
DDebugInfo.cpp1164 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/
DMachineInstr.cpp1409 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()