Searched refs:CILine (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 1075 ConstantInt *CILine; in addReachesFunctionCallbacksIfEnabled() local 1079 CILine = llvm::ConstantInt::get(I.getContext(), llvm::APInt(32, 0)); in addReachesFunctionCallbacksIfEnabled() 1083 CILine = llvm::ConstantInt::get(I.getContext(), in addReachesFunctionCallbacksIfEnabled() 1097 args = { DataShadow, DataOrigin, FilePathPtr, CILine, FunctionNamePtr }; in addReachesFunctionCallbacksIfEnabled() 1100 args = { DataShadow, FilePathPtr, CILine, FunctionNamePtr }; in addReachesFunctionCallbacksIfEnabled()
|