HomeSort by: relevance | last modified time | path
    Searched refs:__llvm_profile_get_num_padding_bytes (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfiling.h 37 uint8_t __llvm_profile_get_num_padding_bytes(uint64_t SizeInBytes);
InstrProfiling.c 32 __llvm_profile_get_num_padding_bytes(uint64_t SizeInBytes) { function in typeref:typename:COMPILER_RT_VISIBILITY uint8_t
InstrProfilingBuffer.c 35 const uint8_t Padding = __llvm_profile_get_num_padding_bytes(NamesSize);
InstrProfilingWriter.c 150 const uint64_t Padding = __llvm_profile_get_num_padding_bytes(NamesSize);

Completed in 14 milliseconds