|
LLVM 23.0.0git
|
#include "llvm/Transforms/Utils/LowerCommentStringPass.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringRef.h"#include "llvm/IR/Attributes.h"#include "llvm/IR/DerivedTypes.h"#include "llvm/IR/Function.h"#include "llvm/IR/GlobalValue.h"#include "llvm/IR/GlobalVariable.h"#include "llvm/IR/MDBuilder.h"#include "llvm/IR/Metadata.h"#include "llvm/IR/Module.h"#include "llvm/IR/Type.h"#include "llvm/IR/Value.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/Debug.h"#include "llvm/TargetParser/Triple.h"#include "llvm/Transforms/Utils/ModuleUtils.h"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< bool > | DisableCopyrightMetadata ("disable-lower-comment-string", cl::ReallyHidden, cl::desc("Disable LowerCommentString pass."), cl::init(false)) |
| #define DEBUG_TYPE "lower-comment-string" |
Definition at line 61 of file LowerCommentStringPass.cpp.
Definition at line 70 of file LowerCommentStringPass.cpp.
References T.
Referenced by llvm::LowerCommentStringPass::run().
|
static |
Referenced by llvm::LowerCommentStringPass::run().