Home
last modified time | relevance | path

Searched refs:MemProfiler (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp179 class MemProfiler { class
181 MemProfiler(Module &M) { in MemProfiler() function in __anon8af1de490111::MemProfiler
243 MemProfiler Profiler(M); in run()
259 Value *MemProfiler::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow()
269 void MemProfiler::instrumentMemIntrinsic(MemIntrinsic *MI) { in instrumentMemIntrinsic()
286 MemProfiler::isInterestingMemoryAccess(Instruction *I) const { in isInterestingMemoryAccess()
416 void MemProfiler::instrumentMop(Instruction *I, const DataLayout &DL, in instrumentMop()
443 void MemProfiler::instrumentAddress(Instruction *OrigIns, in instrumentAddress()
505 void MemProfiler::initializeCallbacks(Module &M) { in initializeCallbacks()
548 bool MemProfiler::insertDynamicShadowAtFunctionEntry(Function &F) { in insertDynamicShadowAtFunctionEntry()
[all …]
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1786 SRCS_MIN+= Transforms/Instrumentation/MemProfiler.cpp