OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__llvm_profile_get_num_padding_bytes
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/profile/
InstrProfiling.h
37
uint8_t
__llvm_profile_get_num_padding_bytes
(uint64_t SizeInBytes);
InstrProfiling.c
30
__llvm_profile_get_num_padding_bytes
(uint64_t SizeInBytes) {
function
InstrProfilingBuffer.c
37
const uint8_t Padding =
__llvm_profile_get_num_padding_bytes
(NamesSize);
InstrProfilingWriter.c
40
const uint64_t Padding =
__llvm_profile_get_num_padding_bytes
(NamesSize);
Completed in 2780 milliseconds