Searched defs:IA_TLS (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp92 // Controls whether the pass uses IA_Args or IA_TLS as the ABI for instrumented
184 IA_TLS enumerator in enum:__anon26251::DataFlowSanitizer::InstrumentedABI
451 return ClArgsABI ? IA_Args : IA_TLS;
691 if (getInstrumentedABI() == IA_TLS)
831 case DataFlowSanitizer::IA_TLS: {
1229 case DataFlowSanitizer::IA_TLS: {
1356 if (DFSF.DFS.getInstrumentedABI() == DataFlowSanitizer::IA_TLS) {
1377 if (DFSF.DFS.getInstrumentedABI() == DataFlowSanitizer::IA_TLS) {

Completed in 53 milliseconds