Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp139 TsanFuncEntry = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
141 TsanFuncExit = checkSanitizerInterfaceFunction( in initializeCallbacks()
150 TsanRead[i] = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
154 TsanWrite[i] = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
159 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
164 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
170 TsanAtomicLoad[i] = checkSanitizerInterfaceFunction( in initializeCallbacks()
174 TsanAtomicStore[i] = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
198 TsanAtomicRMW[op][i] = checkSanitizerInterfaceFunction( in initializeCallbacks()
204 TsanAtomicCAS[i] = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
[all …]
DSanitizerCoverage.cpp197 SanCovFunction = checkSanitizerInterfaceFunction( in runOnModule()
199 SanCovWithCheckFunction = checkSanitizerInterfaceFunction( in runOnModule()
202 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in runOnModule()
205 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in runOnModule()
208 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in runOnModule()
216 SanCovTraceEnter = checkSanitizerInterfaceFunction( in runOnModule()
218 SanCovTraceBB = checkSanitizerInterfaceFunction( in runOnModule()
DAddressSanitizer.cpp1277 AsanPoisonGlobals = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
1280 AsanUnpoisonGlobals = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
1284 AsanRegisterGlobals = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
1287 AsanUnregisterGlobals = checkSanitizerInterfaceFunction( in initializeCallbacks()
1461 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
1465 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
1472 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
1476 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
1485 AsanMemmove = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
1488 AsanMemcpy = checkSanitizerInterfaceFunction(M.getOrInsertFunction( in initializeCallbacks()
[all …]
/external/llvm/lib/Transforms/Utils/
DModuleUtils.cpp98 Function *llvm::checkSanitizerInterfaceFunction(Constant *FuncOrBitcast) { in checkSanitizerInterfaceFunction() function in llvm
121 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in createSanitizerCtorAndInitFunctions()
128 checkSanitizerInterfaceFunction(M.getOrInsertFunction( in createSanitizerCtorAndInitFunctions()
/external/llvm/include/llvm/Transforms/Utils/
DModuleUtils.h52 Function *checkSanitizerInterfaceFunction(Constant *FuncOrBitcast);