Searched refs:IA_Args (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp135 // Controls whether the pass uses IA_Args or IA_TLS as the ABI for instrumented
305 IA_Args, enumerator in enum:__anon4577::DataFlowSanitizer::InstrumentedABI
330 /// the IA_Args ABI, except that IA_Args uses a struct return type to
645 return ClArgsABI ? IA_Args : IA_TLS;
901 if (getInstrumentedABI() == IA_Args && !IsZeroArgsVoidRet) {
940 FunctionType *NewFT = getInstrumentedABI() == IA_Args
1106 case DataFlowSanitizer::IA_Args: {
1591 case DataFlowSanitizer::IA_Args: {
1774 // Do all instrumentation for IA_Args dow
[all...]

Completed in 67 milliseconds