Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp57 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/
DDebugInfo.cpp1418 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/
DMachineInstr.cpp1453 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()