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

  /external/llvm/include/llvm/Support/
Endian.h 39 inline value_type byte_swap(value_type value) { function in namespace:llvm::support::endian
55 return byte_swap<value_type, endian>(ret);
62 value = byte_swap<value_type, endian>(value);
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]

Completed in 624 milliseconds