Home
last modified time | relevance | path

Searched refs:getCustomFunctionType (Results 1 – 1 of 1) 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()