Searched refs:printFile (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ModuleDebugInfoPrinter.cpp | 28 static void printFile(raw_ostream &O, StringRef Filename, StringRef Directory, in printFile() function 53 printFile(O, CU->getFilename(), CU->getDirectory()); in printModuleDebugInfo() 59 printFile(O, S->getFilename(), S->getDirectory(), S->getLine()); in printModuleDebugInfo() 68 printFile(O, GV->getFilename(), GV->getDirectory(), GV->getLine()); in printModuleDebugInfo() 78 printFile(O, T->getFilename(), T->getDirectory(), T->getLine()); in printModuleDebugInfo()
|