Searched refs:CILine (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| D | DataFlowSanitizer.cpp | 1063 ConstantInt *CILine; in addReachesFunctionCallbacksIfEnabled() local 1067 CILine = llvm::ConstantInt::get(I.getContext(), llvm::APInt(32, 0)); in addReachesFunctionCallbacksIfEnabled() 1071 CILine = llvm::ConstantInt::get(I.getContext(), in addReachesFunctionCallbacksIfEnabled() 1085 args = { DataShadow, DataOrigin, FilePathPtr, CILine, FunctionNamePtr }; in addReachesFunctionCallbacksIfEnabled() 1088 args = { DataShadow, FilePathPtr, CILine, FunctionNamePtr }; in addReachesFunctionCallbacksIfEnabled()
|