LLVM 20.0.0git
|
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineDominators.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineLoopInfo.h"
#include "llvm/CodeGen/TargetInstrInfo.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"
#include "llvm/IR/Attributes.h"
#include "llvm/IR/Function.h"
#include "llvm/InitializePasses.h"
#include "llvm/Pass.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/TargetParser/Triple.h"
Go to the source code of this file.
Functions | |
INITIALIZE_PASS_BEGIN (XRayInstrumentation, "xray-instrumentation", "Insert XRay ops", false, false) INITIALIZE_PASS_END(XRayInstrumentation | |
Variables | |
xray | instrumentation |
xray Insert XRay | ops |
xray Insert XRay | false |
INITIALIZE_PASS_BEGIN | ( | XRayInstrumentation | , |
"xray-instrumentation" | , | ||
"Insert XRay ops" | , | ||
false | , | ||
false | |||
) |
xray Insert XRay false |
Definition at line 272 of file XRayInstrumentation.cpp.
xray instrumentation |
Definition at line 271 of file XRayInstrumentation.cpp.
xray Insert XRay ops |
Definition at line 272 of file XRayInstrumentation.cpp.