Home
last modified time | relevance | path

Searched refs:getCustomFunctionType (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp265 FunctionType *getCustomFunctionType(FunctionType *T);
403 FunctionType *DataFlowSanitizer::getCustomFunctionType(FunctionType *T) { in getCustomFunctionType() function in DataFlowSanitizer
1439 FunctionType *CustomFT = DFSF.DFS.getCustomFunctionType(FT); in visitCallSite()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp363 TransformedFunction getCustomFunctionType(FunctionType *T);
506 TransformedFunction DataFlowSanitizer::getCustomFunctionType(FunctionType *T) { in getCustomFunctionType() function in DataFlowSanitizer
1545 TransformedFunction CustomFn = DFSF.DFS.getCustomFunctionType(FT); in visitCallSite()