OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MemcpyFn
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp
119
Function *MemmoveFn, *
MemcpyFn
, *MemsetFn;
218
MemcpyFn
= checkInterfaceFunction(M.getOrInsertFunction(
479
IRB.CreateCall3(isa<MemCpyInst>(M) ?
MemcpyFn
: MemmoveFn,
MemorySanitizer.cpp
220
Value *MemmoveFn, *
MemcpyFn
, *MemsetFn;
292
MemcpyFn
= M.getOrInsertFunction(
[
all
...]
Completed in 71 milliseconds