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

/external/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp57 static void printDebugLoc(const DebugLoc &DL, formatted_raw_ostream &OS) { function in namespace:__anon26400
63 printDebugLoc(IDL,OS);
90 printDebugLoc(DL,OS);
/external/llvm/lib/IR/
H A DDebugInfo.cpp1418 static void printDebugLoc(DebugLoc DL, raw_ostream &CommentOS, function
1431 printDebugLoc(InlinedAtDL, CommentOS, Ctx);
1446 printDebugLoc(InlinedAtDL, OS, Ctx);
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp1453 static void printDebugLoc(DebugLoc DL, const MachineFunction *MF, function
1671 printDebugLoc(InlinedAtDL, MF, OS);
1678 printDebugLoc(debugLoc, MF, OS);

Completed in 372 milliseconds