Lines Matching defs:LE
100 endian::Writer LE(OS, llvm::endianness::little);
102 LE.write<uint64_t>(Record.AllocSites.size());
104 LE.write<CallStackId>(N.CSId);
109 LE.write<uint64_t>(Record.CallSiteIds.size());
111 LE.write<CallStackId>(CSId);
120 endian::Writer LE(OS, llvm::endianness::little);
122 LE.write<uint64_t>(Record.AllocSites.size());
125 LE.write<LinearCallStackId>(MemProfCallStackIndexes[N.CSId]);
130 LE.write<uint64_t>(Record.CallSiteIds.size());
133 LE.write<LinearCallStackId>(MemProfCallStackIndexes[CSId]);