Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDDataFlowSanitizer.cpp753 Value *originToIntptr(IRBuilder<> &IRB, Value *Origin);
2471 Value *DFSanFunction::originToIntptr(IRBuilder<> &IRB, Value *Origin) { in originToIntptr() function in DFSanFunction
2495 Value *IntptrOrigin = originToIntptr(IRB, Origin); in paintOrigin()
HDMemorySanitizer.cpp1221 Value *originToIntptr(IRBuilder<> &IRB, Value *Origin) { in originToIntptr() function
1262 Value *IntptrOrigin = originToIntptr(IRB, Origin); in paintOrigin()