Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1069 static T swapToHostOrder(const unsigned char *&D, llvm::endianness Orig) { in swapToHostOrder() function
1116 uint32_t TotalSize = swapToHostOrder<uint32_t>(Header, Endianness); in getValueProfData()