Searched refs:tmpfile64 (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h638 /// FILE *tmpfile64(void)
639 tmpfile64, enumerator in enum:llvm::LibFunc::Func
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc1606 TSAN_INTERCEPTOR(void*, tmpfile64, int fake) {
1607 SCOPED_TSAN_INTERCEPTOR(tmpfile64, fake);
1608 void *res = REAL(tmpfile64)(fake);
2353 TSAN_INTERCEPT(tmpfile64);
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp327 "tmpfile64",
673 TLI.setUnavailable(LibFunc::tmpfile64);
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1639 case LibFunc::tmpfile64:

Completed in 1888 milliseconds