Searched refs:encodeLE (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | DebugData.cpp | 712 static std::string encodeLE(size_t ByteSize, uint64_t NewValue) { in encodeLE() function 723 std::string StrValue = encodeLE(4, Value); in insertNewEntry() 797 Patches.emplace_back(Offset, encodeLE(ByteSize, NewValue)); in addLEPatch() 956 ByteSequence = encodeLE(OldValueSize, UpdatedOffset); in patchBinary() 964 ByteSequence = encodeLE(OldValueSize, UpdatedOffset); in patchBinary() 979 ByteSequence = encodeLE(4, P32->Value); in patchBinary() 986 ByteSequence = encodeLE(4, P64to32->Value); in patchBinary() 994 ByteSequence = encodeLE(4, DPVS->Value); in patchBinary() 1011 ByteSequence = encodeLE(8, P64->Value); in patchBinary() 1059 ByteSequence = encodeLE(4, Patch.second); in patchBinary()
|