Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DPerfSupportPlugin.cpp144 size_t EntriesBytes = (2 // record header in getDebugInfoRecord() local
149 EntriesBytes += in getDebugInfoRecord()
151 EntriesBytes += Entry.Name.size() + 1; // Name in getDebugInfoRecord()
153 Record.Prefix.TotalSize = EntriesBytes; in getDebugInfoRecord()