LLVM 23.0.0git
LowerCommentStringPass.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "lower-comment-string"

Functions

static bool isSupportedTarget (const Module &M)

Variables

static cl::opt< boolDisableCopyrightMetadata ("disable-lower-comment-string", cl::ReallyHidden, cl::desc("Disable LowerCommentString pass."), cl::init(false))

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "lower-comment-string"

Definition at line 61 of file LowerCommentStringPass.cpp.

Function Documentation

◆ isSupportedTarget()

bool isSupportedTarget ( const Module & M)
static

Definition at line 70 of file LowerCommentStringPass.cpp.

References T.

Referenced by llvm::LowerCommentStringPass::run().

Variable Documentation

◆ DisableCopyrightMetadata

cl::opt< bool > DisableCopyrightMetadata("disable-lower-comment-string", cl::ReallyHidden, cl::desc("Disable LowerCommentString pass."), cl::init(false)) ( "disable-lower-comment-string" ,
cl::ReallyHidden ,
cl::desc("Disable LowerCommentString pass.") ,
cl::init(false)  )
static