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 476 std::string LibCallName;
491 LibCallName = "__atomic_compare_exchange";
507 LibCallName = "__atomic_exchange";
515 LibCallName = "__atomic_store";
525 LibCallName = "__atomic_load";
530 LibCallName = "__atomic_fetch_add";
536 LibCallName = "__atomic_fetch_and";
542 LibCallName = "__atomic_fetch_or";
548 LibCallName = "__atomic_fetch_sub";
554 LibCallName = "__atomic_fetch_xor"
    [all...]
CGBuiltin.cpp     [all...]

Completed in 27 milliseconds