HomeSort by relevance Sort by last modified time
    Searched refs:LibCallName (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGAtomic.cpp 615 std::string LibCallName;
632 LibCallName = "__atomic_compare_exchange";
647 LibCallName = "__atomic_exchange";
656 LibCallName = "__atomic_store";
667 LibCallName = "__atomic_load";
672 LibCallName = "__atomic_fetch_add";
679 LibCallName = "__atomic_fetch_and";
686 LibCallName = "__atomic_fetch_or";
693 LibCallName = "__atomic_fetch_sub";
700 LibCallName = "__atomic_fetch_xor"
    [all...]
CGBuiltin.cpp     [all...]

Completed in 67 milliseconds