003 File Manager
Current Path:
/usr/src/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation
usr
/
src
/
contrib
/
llvm-project
/
llvm
/
include
/
llvm
/
Transforms
/
Instrumentation
/
📁
..
📄
AddressSanitizer.h
(4.81 KB)
📄
AddressSanitizerCommon.h
(1.52 KB)
📄
BoundsChecking.h
(978 B)
📄
CGProfile.h
(887 B)
📄
ControlHeightReduction.h
(1.08 KB)
📄
GCOVProfiler.h
(1.03 KB)
📄
HWAddressSanitizer.h
(1.49 KB)
📄
InstrOrderFile.h
(844 B)
📄
InstrProfiling.h
(4.49 KB)
📄
MemorySanitizer.h
(1.74 KB)
📄
PGOInstrumentation.h
(3.18 KB)
📄
PoisonChecking.h
(810 B)
📄
SanitizerCoverage.h
(2.57 KB)
📄
ThreadSanitizer.h
(1.36 KB)
Editing: InstrOrderFile.h
//===- InstrOrderFile.h ---- Late IR instrumentation for order file ----===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// // //===----------------------------------------------------------------------===// #ifndef LLVM_TRANSFORMS_INSTRORDERFILE_H #define LLVM_TRANSFORMS_INSTRORDERFILE_H #include "llvm/IR/PassManager.h" namespace llvm { class Module; /// The instrumentation pass for recording function order. class InstrOrderFilePass : public PassInfoMixin<InstrOrderFilePass> { public: PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM); }; } // end namespace llvm #endif // LLVM_TRANSFORMS_INSTRORDERFILE_H
Upload File
Create Folder