Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp203 TLI.setAvailable(llvm::LibFunc___kmpc_alloc_shared); in initializeLibCalls()
204 TLI.setAvailable(llvm::LibFunc___kmpc_free_shared); in initializeLibCalls()
220 TLI.setAvailable(LibFunc_getc_unlocked); in initializeLibCalls()
221 TLI.setAvailable(LibFunc_getchar_unlocked); in initializeLibCalls()
222 TLI.setAvailable(LibFunc_putc_unlocked); in initializeLibCalls()
223 TLI.setAvailable(LibFunc_putchar_unlocked); in initializeLibCalls()
731 TLI.setAvailable(LibFunc_getc_unlocked); in initializeLibCalls()
732 TLI.setAvailable(LibFunc_getchar_unlocked); in initializeLibCalls()
733 TLI.setAvailable(LibFunc_putc_unlocked); in initializeLibCalls()
734 TLI.setAvailable(LibFunc_putchar_unlocked); in initializeLibCalls()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp135 TLII.setAvailable(LF); in initialize()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h173 void setAvailable(LibFunc F) { in setAvailable() function
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp689 TLII.setAvailable(F); in optMain()