OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LibCallName
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGAtomic.cpp
1057
std::string
LibCallName
;
1082
LibCallName
= "__atomic_compare_exchange";
1101
LibCallName
= "__atomic_exchange";
1111
LibCallName
= "__atomic_store";
1123
LibCallName
= "__atomic_load";
1133
LibCallName
= "__atomic_fetch_add";
1145
LibCallName
= "__atomic_fetch_and";
1157
LibCallName
= "__atomic_fetch_or";
1169
LibCallName
= "__atomic_fetch_sub";
1181
LibCallName
= "__atomic_fetch_xor"
[
all
...]
CGExprComplex.cpp
270
ComplexPairTy EmitComplexBinOpLibCall(StringRef
LibCallName
,
628
ComplexPairTy ComplexExprEmitter::EmitComplexBinOpLibCall(StringRef
LibCallName
,
657
FTy,
LibCallName
, llvm::AttributeList(), true);
CGBuiltin.cpp
3811
const char *
LibCallName
= "__atomic_is_lock_free";
3824
llvm::FunctionCallee Func = CGM.CreateRuntimeFunction(FTy,
LibCallName
);
Completed in 63 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026