Home
last modified time | relevance | path

Searched defs:shouldUseLibcall (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Atomic/
H A DAtomic.h41 bool shouldUseLibcall() const { return UseLibcall; } in shouldUseLibcall() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp137 bool shouldUseLibcall() const { return UseLibcall; } in shouldUseLibcall() function in __anon5e56f1450111::AtomicInfo