Searched refs:getEncodedIntegerLength (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp39 static inline uint32_t getEncodedIntegerLength(ArrayRef<uint8_t> Data) { function
101 return 8 + getEncodedIntegerLength(Data.drop_front(8));
110 uint32_t Size = 4 + getEncodedIntegerLength(Data.drop_front(4));
122 uint32_t Size = 8 + getEncodedIntegerLength(Data.drop_front(8));
185 Size += getEncodedIntegerLength(Data.drop_front(Size));
186 Size += getEncodedIntegerLength(Data.drop_front(Size));

Completed in 56 milliseconds