LLVM 23.0.0git
LVReaderHandler.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "ReaderHandler"

Functions

static std::string searchForExe (const StringRef Path, const StringRef Extension)
static std::string searchForObj (const StringRef Path, const StringRef Extension)

Variables

static constexpr StringRef IRFileFormatName = "LLVM IR"

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "ReaderHandler"

Definition at line 28 of file LVReaderHandler.cpp.

Function Documentation

◆ searchForExe()

◆ searchForObj()

Variable Documentation

◆ IRFileFormatName

StringRef IRFileFormatName = "LLVM IR"
staticconstexpr

Definition at line 30 of file LVReaderHandler.cpp.