Home
last modified time | relevance | path

Searched defs:BinaryIdSize (Results 1 – 3 of 3) sorted by relevance

/llvm-project/compiler-rt/test/profile/Linux/
H A Dbinary-id-padding.c64 uint64_t BinaryIdSize = *((uint64_t *)BinaryIdsStart); in main() local
/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformLinux.c132 int BinaryIdSize = 0; WriteBinaryIdForNote() local
/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp581 uint64_t BinaryIdSize = swap(Header.BinaryIdsSize); readHeader() local