Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/
DInstrProf.cpp250 unsigned EncLen = encodeULEB128(UncompressedNameStrings.length(), P); in collectPGOFuncNameStrings() local
251 P += EncLen; in collectPGOFuncNameStrings()
254 EncLen = encodeULEB128(CompressedLen, P); in collectPGOFuncNameStrings()
255 P += EncLen; in collectPGOFuncNameStrings()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProf.cpp390 unsigned EncLen = encodeULEB128(UncompressedNameStrings.length(), P); in collectPGOFuncNameStrings() local
391 P += EncLen; in collectPGOFuncNameStrings()
394 EncLen = encodeULEB128(CompressedLen, P); in collectPGOFuncNameStrings()
395 P += EncLen; in collectPGOFuncNameStrings()