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

/external/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp56 static void printDebugLoc(const DebugLoc &DL, formatted_raw_ostream &OS) { function in namespace:__anon10023
62 printDebugLoc(IDL,OS);
89 printDebugLoc(DL,OS);
/external/llvm/lib/IR/
H A DDebugInfo.cpp1164 static void printDebugLoc(DebugLoc DL, raw_ostream &CommentOS, function
1179 printDebugLoc(InlinedAtDL, CommentOS, Ctx);
1194 printDebugLoc(InlinedAtDL, OS, Ctx);
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp1409 static void printDebugLoc(DebugLoc DL, const MachineFunction *MF, function
1425 printDebugLoc(InlinedAtDL, MF, CommentOS);
1643 printDebugLoc(InlinedAtDL, MF, OS);
1650 printDebugLoc(debugLoc, MF, OS);

Completed in 106 milliseconds