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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp72 static void printDebugLoc(const DebugLoc &DL, formatted_raw_ostream &OS) { function in namespace:__anon5829
76 printDebugLoc(IDL, OS);
102 printDebugLoc(DL,OS);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp491 static void printDebugLoc(const DebugLoc &DL, raw_ostream &CommentOS, function
508 printDebugLoc(InlinedAtDL, CommentOS, Ctx);
531 printDebugLoc(InlinedAtDL, OS, Ctx);

Completed in 110 milliseconds