Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp624 FunctionCallee getOrInsertMsanMetadataFunction(Module &M, StringRef Name,
823 MemorySanitizer::getOrInsertMsanMetadataFunction(Module &M, StringRef Name, in getOrInsertMsanMetadataFunction() function in MemorySanitizer
872 getOrInsertMsanMetadataFunction(M, name_load, PtrTy); in createKernelApi()
874 getOrInsertMsanMetadataFunction(M, name_store, PtrTy); in createKernelApi()
877 MsanMetadataPtrForLoadN = getOrInsertMsanMetadataFunction( in createKernelApi()
879 MsanMetadataPtrForStoreN = getOrInsertMsanMetadataFunction( in createKernelApi()