Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp26 static void printFile(raw_ostream &O, StringRef Filename, StringRef Directory, in printFile() function
51 printFile(O, CU->getFilename(), CU->getDirectory()); in printModuleDebugInfo()
57 printFile(O, S->getFilename(), S->getDirectory(), S->getLine()); in printModuleDebugInfo()
66 printFile(O, GV->getFilename(), GV->getDirectory(), GV->getLine()); in printModuleDebugInfo()
76 printFile(O, T->getFilename(), T->getDirectory(), T->getLine()); in printModuleDebugInfo()