Home
last modified time | relevance | path

Searched defs:BinaryIdsSize (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformLinux.c137 int BinaryIdsSize = 0; WriteBinaryIds() local
196 int BinaryIdsSize = WriteBinaryIds(Writer, Note, NotesEnd); __llvm_write_binary_ids() local
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp92 readBinaryIdsInternal(const MemoryBuffer & DataBuffer,const uint64_t BinaryIdsSize,const uint8_t * BinaryIdsStart,std::vector<llvm::object::BuildID> & BinaryIds,const llvm::endianness Endian) readBinaryIdsInternal() argument