LLVM 22.0.0git
InputFile.cpp File Reference

Go to the source code of this file.

Functions

static bool isCodeViewDebugSubsection (object::SectionRef Section, StringRef Name, BinaryStreamReader &Reader)
static bool isDebugSSection (object::SectionRef Section, DebugSubsectionArray &Subsections)
static bool isDebugTSection (SectionRef Section, CVTypeArray &Types)
static std::string formatChecksumKind (FileChecksumKind Kind)
template<typename... Args>
static void formatInternal (LinePrinter &Printer, bool Append, Args &&...args)
static bool isMyCode (const SymbolGroup &Group)

Function Documentation

◆ formatChecksumKind()

◆ formatInternal()

template<typename... Args>
void formatInternal ( LinePrinter & Printer,
bool Append,
Args &&... args )
static

◆ isCodeViewDebugSubsection()

◆ isDebugSSection()

◆ isDebugTSection()

◆ isMyCode()