Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_loongarch.cpp144 const uint64_t AllBytes = (1ULL << (Addend & 0xff)) - 4; in relaxAlign() local
152 Remove = AllBytes; in relaxAlign()
154 Remove = AllBytes - CurBytes; in relaxAlign()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1219 StringRef AllBytes(Buffer.data(), Buffer.size()); in createSignature() local
1222 Hasher.update(AllBytes.slice(ASTBlockRange.first, ASTBlockRange.second)); in createSignature()
1227 Hasher.update(AllBytes.slice(0, UnhashedControlBlockRange.first)); in createSignature()
1230 AllBytes.slice(UnhashedControlBlockRange.second, ASTBlockRange.first)); in createSignature()
1232 Hasher.update(AllBytes.substr(ASTBlockRange.second)); in createSignature()