Lines Matching refs:LengthPrefixedArray
56 const LengthPrefixedArray<uint8_t>* DeduplicateCode(const ArrayRef<const uint8_t>& code);
57 void ReleaseCode(const LengthPrefixedArray<uint8_t>* code);
60 const LengthPrefixedArray<uint8_t>* DeduplicateVMapTable(const ArrayRef<const uint8_t>& table);
61 void ReleaseVMapTable(const LengthPrefixedArray<uint8_t>* table);
64 const LengthPrefixedArray<uint8_t>* DeduplicateCFIInfo(const ArrayRef<const uint8_t>& cfi_info);
65 void ReleaseCFIInfo(const LengthPrefixedArray<uint8_t>* cfi_info);
68 const LengthPrefixedArray<linker::LinkerPatch>* DeduplicateLinkerPatches(
70 void ReleaseLinkerPatches(const LengthPrefixedArray<linker::LinkerPatch>* linker_patches);
104 const LengthPrefixedArray<T>* AllocateOrDeduplicateArray(const ArrayRef<const T>& data,
108 void ReleaseArrayIfNotDeduplicated(const LengthPrefixedArray<T>* array);
119 LengthPrefixedArray<T>,