Home
last modified time | relevance | path

Searched refs:lprofGetFileContentBuffer (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingUtil.h50 void lprofGetFileContentBuffer(FILE *F, uint64_t FileSize, ManagedMemory *Buf);
H A DInstrProfilingUtil.c327 COMPILER_RT_VISIBILITY void lprofGetFileContentBuffer(FILE *F, uint64_t Length, in lprofGetFileContentBuffer() function
H A DInstrProfilingFile.c423 lprofGetFileContentBuffer(ProfileFile, ProfileFileSize, ProfileBuffer); in mmapProfileForMerging()