Searched refs:MEMSET (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp189 TLI.getLibcallCallingConv(RTLIB::MEMSET), // call conv
193 DAG.getExternalSymbol(TLI.getLibcallName(RTLIB::MEMSET),
H A DARMISelLowering.cpp416 setLibcallName(RTLIB::MEMSET, "__aeabi_memset");
419 setLibcallCallingConv(RTLIB::MEMSET, CallingConv::ARM_AAPCS);
/external/compiler-rt/lib/tsan/rtl_tests/
H A Dtsan_test_util_linux.cc202 MEMSET
307 case Event::MEMSET:
461 Event event(Event::MEMSET, dst, val, size);
/external/llvm/include/llvm/CodeGen/
H A DRuntimeLibcalls.h261 MEMSET, enumerator in enum:llvm::RTLIB::Libcall
/external/valgrind/main/memcheck/
H A Dmc_replace_strmem.c82 20210 MEMSET
947 #define MEMSET(soname, fnname) \ macro
967 MEMSET(VG_Z_LIBC_SONAME, memset)
970 //MEMSET(VG_Z_LIBC_SONAME, memset)
971 MEMSET(VG_Z_DYLD, memset)
972 MEMSET(VG_Z_LIBC_SONAME, memset)
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3923 TLI.getLibcallCallingConv(RTLIB::MEMSET),
3926 getExternalSymbol(TLI.getLibcallName(RTLIB::MEMSET),
H A DTargetLowering.cpp264 Names[RTLIB::MEMSET] = "memset";

Completed in 365 milliseconds