LLVM 22.0.0git
ModuleDebugInfoPrinter.cpp File Reference

Go to the source code of this file.

Functions

static void printFile (raw_ostream &O, StringRef Filename, StringRef Directory, unsigned Line=0)
static void printModuleDebugInfo (raw_ostream &O, const Module *M, const DebugInfoFinder &Finder)

Function Documentation

◆ printFile()

void printFile ( raw_ostream & O,
StringRef Filename,
StringRef Directory,
unsigned Line = 0 )
static

Definition at line 26 of file ModuleDebugInfoPrinter.cpp.

References llvm::StringRef::empty().

Referenced by printModuleDebugInfo().

◆ printModuleDebugInfo()