LLVM 20.0.0git
|
#include "llvm/Transforms/IPO/CrossDSOCFI.h"
#include "llvm/ADT/SetVector.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/GlobalObject.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/MDBuilder.h"
#include "llvm/IR/Module.h"
#include "llvm/TargetParser/Triple.h"
#include "llvm/Transforms/IPO.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "cross-dso-cfi" |
Functions | |
STATISTIC (NumTypeIds, "Number of unique type identifiers") | |
#define DEBUG_TYPE "cross-dso-cfi" |
Definition at line 30 of file CrossDSOCFI.cpp.
STATISTIC | ( | NumTypeIds | , |
"Number of unique type identifiers" | |||
) |