Home
last modified time | relevance | path

Searched refs:checkSanitizerInterfaceFunction (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp135 TsanFuncEntry = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
137 TsanFuncExit = checkSanitizerInterfaceFunction( in initializeCallbacks()
144 TsanRead[i] = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
148 TsanWrite[i] = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
154 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
160 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
167 TsanAtomicLoad[i] = checkSanitizerInterfaceFunction( in initializeCallbacks()
172 TsanAtomicStore[i] = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
196 TsanAtomicRMW[op][i] = checkSanitizerInterfaceFunction( in initializeCallbacks()
202 TsanAtomicCAS[i] = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
[all …]
DSanitizerCoverage.cpp160 SanCovFunction = checkSanitizerInterfaceFunction( in runOnModule()
162 SanCovWithCheckFunction = checkSanitizerInterfaceFunction( in runOnModule()
165 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in runOnModule()
168 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in runOnModule()
171 SanCovModuleInit = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in runOnModule()
181 SanCovTraceEnter = checkSanitizerInterfaceFunction( in runOnModule()
183 SanCovTraceBB = checkSanitizerInterfaceFunction( in runOnModule()
DAddressSanitizer.cpp1219 AsanPoisonGlobals = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
1222 AsanUnpoisonGlobals = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
1226 AsanRegisterGlobals = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
1229 AsanUnregisterGlobals = checkSanitizerInterfaceFunction( in initializeCallbacks()
1399 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
1403 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
1410 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
1414 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
1421 AsanMemmove = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
1424 AsanMemcpy = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
[all …]
/external/llvm/include/llvm/Transforms/Utils/
DModuleUtils.h45 Function *checkSanitizerInterfaceFunction(Constant *FuncOrBitcast);
/external/llvm/lib/Transforms/Utils/
DModuleUtils.cpp98 Function *llvm::checkSanitizerInterfaceFunction(Constant *FuncOrBitcast) { in checkSanitizerInterfaceFunction() function in llvm