Home
last modified time | relevance | path

Searched refs:HostToLE (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerUtil.h112 template <typename T> T HostToLE(T X) { return X; } in HostToLE() function
114 template <typename T> T HostToLE(T X) { return Bswap(X); } in HostToLE() function
H A DFuzzerTracePC.h198 Bundle = HostToLE(Bundle); in ForEachNonZeroByte()