Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/llvm-dis/
Dllvm-dis.cpp55 static void printDebugLoc(const DebugLoc &DL, formatted_raw_ostream &OS) { in printDebugLoc() function
61 printDebugLoc(IDL,OS); in printDebugLoc()
88 printDebugLoc(DL,OS); in printInfoComment()
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp70 static void printDebugLoc(const DebugLoc &DL, formatted_raw_ostream &OS) { in printDebugLoc() function
74 printDebugLoc(IDL, OS); in printDebugLoc()
100 printDebugLoc(DL,OS); in printInfoComment()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDebugInfo.cpp755 static void printDebugLoc(DebugLoc DL, raw_ostream &CommentOS, in printDebugLoc() function
770 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()
785 printDebugLoc(InlinedAtDL, OS, Ctx); in printExtendedName()
/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp361 static void printDebugLoc(const DebugLoc &DL, raw_ostream &CommentOS, in printDebugLoc() function
378 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()
391 printDebugLoc(InlinedAtDL, OS, Ctx); in printExtendedName()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineInstr.cpp1333 static void printDebugLoc(DebugLoc DL, const MachineFunction *MF, in printDebugLoc() function
1349 printDebugLoc(InlinedAtDL, MF, CommentOS); in printDebugLoc()
1549 printDebugLoc(InlinedAtDL, MF, OS); in print()
1556 printDebugLoc(debugLoc, MF, OS); in print()