Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp59 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 DDebugInfo.cpp1414 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 DMachineInstr.cpp1526 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()